#18337 closed defect (fixed)
xorg-cf-files: reinplace didn't change anything
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | xorg-cf-files |
Description
Using the patch from #15514, I see that there seems to be an ineffective reinplace in xorg-cf-files:
$ port install imake ---> Fetching xorg-cf-files ---> Attempting to fetch xorg-cf-files-1.0.2.tar.bz2 from http://superb-east.dl.sourceforge.net/fink ---> Verifying checksum(s) for xorg-cf-files ---> Extracting xorg-cf-files ---> Configuring xorg-cf-files Warning: reinplace s|/mp|/usr/X11R6|g didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_x11_xorg-cf-files/work/xorg-cf-files-1.0.2/site.def ---> Building xorg-cf-files ---> Staging xorg-cf-files into destroot ---> Installing xorg-cf-files @1.0.2_0 ---> Activating xorg-cf-files @1.0.2_0 ---> Cleaning xorg-cf-files $
This line appears twice in the Portfile:
reinplace s|${prefix}|${x11prefix}|g ${worksrcpath}/site.def
One of those could be removed.
Change History (2)
comment:1 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r46489.
Thank you.