devel/libtool15 unconditionally hardcodes autodetected textproc/gsed

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Sep 9 16:04:50 UTC 2008


Here's the fix, btw.

Portrevision bump is to make users with gsed-tainted libtool to
rebuild it with correct sed.

--- libtool.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libtool15/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile	21 Aug 2008 06:16:44 -0000	1.62
+++ Makefile	9 Sep 2008 16:02:47 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME?=	libtool
 PORTVERSION=	1.5.26
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libtool
Index: files/patch-configure
===================================================================
RCS file: files/patch-configure
diff -N files/patch-configure
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-configure	9 Sep 2008 16:02:47 -0000
@@ -0,0 +1,11 @@
+--- configure.orig	2008-02-01 19:38:42.000000000 +0300
++++ configure	2008-09-09 20:01:57.000000000 +0400
+@@ -3615,7 +3615,7 @@
+ do
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+-  for lt_ac_prog in sed gsed; do
++  for lt_ac_prog in sed; do
+     for ac_exec_ext in '' $ac_executable_extensions; do
+       if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
+         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
--- libtool.patch ends here ---

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru    http://www.amdmi3.ru


More information about the freebsd-ports mailing list