Opened 12 years ago
Closed 12 years ago
#35481 closed defect (fixed)
ncarg: reinplace didn't change anything
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | ncarg |
Description
Using the patch from #15514 we see that ncarg runs various reinplaces that don't actually do anything:
$ sudo port install ---> Computing dependencies for ncarg ---> Fetching distfiles for ncarg ---> Verifying checksum(s) for ncarg ---> Extracting ncarg ---> Applying patches to ncarg Warning: reinplace s|-L/usr/X11R6/lib -L/sw/lib|-L/opt/local/lib| didn't change anything in /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_ncarg/ncarg/work/ncl_ncarg-6.0.0/config/Darwin_Intel Warning: reinplace s|-I/usr/X11R6/include -I/sw/include|-I/opt/local/include| didn't change anything in /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_ncarg/ncarg/work/ncl_ncarg-6.0.0/config/Darwin_Intel ---> Configuring ncarg Warning: reinplace s| -lsz||g didn't change anything in /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_ncarg/ncarg/work/ncl_ncarg-6.0.0/config/makefile ---> Building ncarg ---> Staging ncarg into destroot ---> Installing ncarg @6.0.0_5+gcc45 ---> Activating ncarg @6.0.0_5+gcc45 ---> Cleaning ncarg
The reinplaces should be either adjusted so that they do something, or removed (as appropriate).
Change History (1)
comment:1 Changed 12 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r96193. The warning of reinplace is a good idea. I will upload the updated patch.