[Fink-devel] libtool2 and sed

2008-12-22 Thread Martin Costabel
The libtool2 package hardcodes /sw/bin/sed in /sw/bin/libtoolize:251 if 
Fink's sed or ssed package are installed at build time. This is bad, 
because if sed is absent at runtime, failure happens. See bug-tracker 
item 2457835 at https://sourceforge.net/support/tracker.php?aid=2457835
If /sw/bin/sed is absent at build time, /usr/bin/sed is hardcoded 
instead. I think this should be enforced independently of the presence 
of sed|ssed. Or else Depend on sed|ssed.

-- 
Martin


--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] libtool2 and sed

2008-12-22 Thread Peter O'Gorman
Martin Costabel wrote:
 The libtool2 package hardcodes /sw/bin/sed in /sw/bin/libtoolize:251 if
 Fink's sed or ssed package are installed at build time. This is bad,
 because if sed is absent at runtime, failure happens. See bug-tracker
 item 2457835 at https://sourceforge.net/support/tracker.php?aid=2457835
 If /sw/bin/sed is absent at build time, /usr/bin/sed is hardcoded
 instead. I think this should be enforced independently of the presence
 of sed|ssed. Or else Depend on sed|ssed.
 

Thanks, fixed.

Peter

--
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel