diff options
author | reed <reed> | 2003-12-03 21:18:19 +0000 |
---|---|---|
committer | reed <reed> | 2003-12-03 21:18:19 +0000 |
commit | 3890118c7a7054eb108a4b9a6e9754c025af4a8f (patch) | |
tree | 549b6514f259f94230fe2c41a4a802c999cea189 /devel/libtool | |
parent | 386014f5a54ea78511d1d4781c72d31603d86ed0 (diff) | |
download | pkgsrc-3890118c7a7054eb108a4b9a6e9754c025af4a8f.tar.gz |
Fix bsdi4 (BSD/OS) support in ltconfig (via patch-aa).
(Set version_type=sunos for bsdi in libtool.)
Regenerate distinfo for patch-aa.
Bump PKGREVISION (especially so BSD/OS support will work
using _OPSYS_LIBTOOL_REQD.)
This is for my PR #23058.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile.common | 4 | ||||
-rw-r--r-- | devel/libtool/distinfo | 4 | ||||
-rw-r--r-- | devel/libtool/patches/patch-aa | 15 |
3 files changed, 15 insertions, 8 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index 413b6110580..bf030aae4d6 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.35 2003/11/02 19:19:30 skrll Exp $ +# $NetBSD: Makefile.common,v 1.36 2003/12/03 21:18:19 reed Exp $ # DISTNAME= libtool-ml-20010614 PKGPFX= ${DISTNAME:C/ml-/1.4./} -PKGREVISION= 16 +PKGREVISION= 17 WRKSRC= ${WRKDIR}/libtool-ml CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo index f6588539035..62969ed0265 100644 --- a/devel/libtool/distinfo +++ b/devel/libtool/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2003/10/05 08:19:19 grant Exp $ +$NetBSD: distinfo,v 1.29 2003/12/03 21:18:19 reed Exp $ SHA1 (libtool-ml-20010614.tar.gz) = ff746666737e420592c3017d65bf4c47f1430dac Size (libtool-ml-20010614.tar.gz) = 784246 bytes -SHA1 (patch-aa) = a3b37684e39b34077c3026a72787218942648bdf +SHA1 (patch-aa) = 6f7676483937802526b2f6dc89ba08f0019ed374 SHA1 (patch-ab) = 76d0762ff80ddeac72a740383797502ab2ee4921 SHA1 (patch-ac) = 61196acaa12edee0b1209b2ba7c6414453bfa438 SHA1 (patch-ad) = 6aab76688d0f55648e35adc45a3492ba9c87acfb diff --git a/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa index 94eb36d3c05..c43d581c1d0 100644 --- a/devel/libtool/patches/patch-aa +++ b/devel/libtool/patches/patch-aa @@ -1,7 +1,14 @@ -$NetBSD: patch-aa,v 1.30 2003/03/27 18:56:58 jschauma Exp $ - ---- ltconfig.in.orig Sun May 20 21:05:06 2001 -+++ ltconfig.in Thu Mar 27 10:05:44 2003 +--- ltconfig.in.orig Mon May 21 00:05:06 2001 ++++ ltconfig.in Sat Oct 4 14:32:02 2003 +@@ -1052,7 +1052,7 @@ + ;; + + bsdi4*) +- version_type=linux ++ version_type=sunos + need_version=no + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' + soname_spec='${libname}${release}.so$major' @@ -1104,7 +1104,7 @@ version_type=darwin need_lib_prefix=no |