pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libtool Fix bsdi4 (BSD/OS) support in ltconfig (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55a15a3310ce
branches:  trunk
changeset: 464088:55a15a3310ce
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Dec 03 21:18:19 2003 +0000

description:
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:

 devel/libtool/Makefile.common  |   4 ++--
 devel/libtool/distinfo         |   4 ++--
 devel/libtool/patches/patch-aa |  15 +++++++++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 9a37024d49a1 -r 55a15a3310ce devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common     Wed Dec 03 21:18:10 2003 +0000
+++ b/devel/libtool/Makefile.common     Wed Dec 03 21:18:19 2003 +0000
@@ -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 -r 9a37024d49a1 -r 55a15a3310ce devel/libtool/distinfo
--- a/devel/libtool/distinfo    Wed Dec 03 21:18:10 2003 +0000
+++ b/devel/libtool/distinfo    Wed Dec 03 21:18:19 2003 +0000
@@ -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 -r 9a37024d49a1 -r 55a15a3310ce devel/libtool/patches/patch-aa
--- a/devel/libtool/patches/patch-aa    Wed Dec 03 21:18:10 2003 +0000
+++ b/devel/libtool/patches/patch-aa    Wed Dec 03 21:18:19 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index