summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-12 11:23:01 +0000
committerskrll <skrll@pkgsrc.org>2001-03-12 11:23:01 +0000
commita8d1e7fa28a53d439e9bb331f5f6f79d4dd62cf1 (patch)
treee48f724f9c9679e13c2d8aa552d418bded6bd3a5 /devel/libtool
parentf6cccc62555751a20857b584202f9a21ea4b540b (diff)
downloadpkgsrc-a8d1e7fa28a53d439e9bb331f5f6f79d4dd62cf1.tar.gz
Re-enable the -release option of libtool. ELF is fully supported with a.out
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/Makefile.common4
-rw-r--r--devel/libtool/files/patch-sum16
-rw-r--r--devel/libtool/patches/patch-ab20
3 files changed, 16 insertions, 24 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common
index 47e9ed2aa5f..1d6a958dfaf 100644
--- a/devel/libtool/Makefile.common
+++ b/devel/libtool/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.4 2001/03/01 08:40:15 skrll Exp $
+# $NetBSD: Makefile.common,v 1.5 2001/03/12 11:23:03 skrll Exp $
#
DISTNAME= libtool-ml-20010219
PKGPFX= ${DISTNAME:C/ml-/1.4./}
-PKGREV= nb2
+PKGREV= nb3
WRKSRC= ${WRKDIR}/libtool-ml
CATEGORIES= devel pkgtools
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/devel/libtool/files/patch-sum b/devel/libtool/files/patch-sum
index 494f028f526..c02ae5f54b5 100644
--- a/devel/libtool/files/patch-sum
+++ b/devel/libtool/files/patch-sum
@@ -1,9 +1,9 @@
-$NetBSD: patch-sum,v 1.29 2001/02/28 21:20:30 skrll Exp $
+$NetBSD: patch-sum,v 1.30 2001/03/12 11:23:03 skrll Exp $
-MD5 (patch-aa) = 91db5755b0d22449a3e93c075f702d50
-MD5 (patch-ab) = 8bc16291ef6407e694ecdccb103bae5d
-MD5 (patch-ac) = a5da475693a57e16bd8462793f87639e
-MD5 (patch-ad) = 15958457a2ed12613b9ad901677772d3
-MD5 (patch-ae) = 70312d73e1108c7f97ecf56db2e87ad8
-MD5 (patch-af) = cee79627cf58e02ceb2ea483fd3c044c
-MD5 (patch-ag) = abc7ae8960f4b1019a3278fb27d8be23
+SHA1 (patch-aa) = 5524bcb4b3ec3faf79e903134ddcb6c8d3dfefe7
+SHA1 (patch-ab) = 18c73a32c1c35c750bd93b1d77e5a1b927d994bf
+SHA1 (patch-ac) = 85ea8ee09d9cf2d2ea005042538466b68d754722
+SHA1 (patch-ad) = 2407b8ef5c210b64c6c7bec28b56e4390f9f0300
+SHA1 (patch-ae) = fae19762fa8ce27c0050c6dffd30424a6ab6f966
+SHA1 (patch-af) = 8de29f3ba4f77de1c8c0e781d5f1064342cddcaf
+SHA1 (patch-ag) = 2e5d6ec05a2ae841074df1363268ef97837c9750
diff --git a/devel/libtool/patches/patch-ab b/devel/libtool/patches/patch-ab
index 19fbbb0a007..625c4820433 100644
--- a/devel/libtool/patches/patch-ab
+++ b/devel/libtool/patches/patch-ab
@@ -1,16 +1,8 @@
-$NetBSD: patch-ab,v 1.18 2001/02/28 18:18:23 skrll Exp $
+$NetBSD: patch-ab,v 1.19 2001/03/12 11:23:04 skrll Exp $
---- ltmain.sh.orig Wed Feb 28 17:56:25 2001
+--- ltmain.sh.orig Mon Feb 19 05:05:23 2001
+++ ltmain.sh
-@@ -946,7 +946,6 @@
- continue
- ;;
- release)
-- release="-$arg"
- prev=
- continue
- ;;
-@@ -2397,7 +2396,7 @@
+@@ -2397,7 +2397,7 @@
# Check that each of the things are valid numbers.
case "$current" in
@@ -19,7 +11,7 @@ $NetBSD: patch-ab,v 1.18 2001/02/28 18:18:23 skrll Exp $
*)
$echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
$echo "$modename: \`$vinfo' is not valid version information" 1>&2
-@@ -2406,7 +2405,7 @@
+@@ -2406,7 +2406,7 @@
esac
case "$revision" in
@@ -28,7 +20,7 @@ $NetBSD: patch-ab,v 1.18 2001/02/28 18:18:23 skrll Exp $
*)
$echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2
$echo "$modename: \`$vinfo' is not valid version information" 1>&2
-@@ -2415,7 +2414,7 @@
+@@ -2415,7 +2415,7 @@
esac
case "$age" in
@@ -37,7 +29,7 @@ $NetBSD: patch-ab,v 1.18 2001/02/28 18:18:23 skrll Exp $
*)
$echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2
$echo "$modename: \`$vinfo' is not valid version information" 1>&2
-@@ -2612,6 +2611,9 @@
+@@ -2612,6 +2612,9 @@
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
;;