diff options
author | drochner <drochner@pkgsrc.org> | 2000-06-19 11:19:36 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-06-19 11:19:36 +0000 |
commit | 0b068f3b6ce53f4ce3fc49cda3244fc333286c4c (patch) | |
tree | 772e11eaaaaa9bd7b568044ced72e54f8fbdfc9c /x11 | |
parent | c2f7267525f0b17a5ba75019ead1816fb26f013f (diff) | |
download | pkgsrc-0b068f3b6ce53f4ce3fc49cda3244fc333286c4c.tar.gz |
switch to LIBTOOL/LTCONFIG_OVERRIDE, upgrade to 4.8.2
ChangeLog entry:
* Bugfixes in row height code, especially when adding rows.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xbae/Makefile | 7 | ||||
-rw-r--r-- | x11/Xbae/files/md5 | 4 | ||||
-rw-r--r-- | x11/Xbae/files/patch-sum | 3 | ||||
-rw-r--r-- | x11/Xbae/patches/patch-aa | 21 | ||||
-rw-r--r-- | x11/Xbae/pkg/PLIST | 3 |
5 files changed, 9 insertions, 29 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile index 5b5280c3eb3..dbcf7e38194 100644 --- a/x11/Xbae/Makefile +++ b/x11/Xbae/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:43 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/19 11:19:36 drochner Exp $ # -DISTNAME= Xbae-4.8.1 +DISTNAME= Xbae-4.8.2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ @@ -9,7 +9,8 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://www.lesstif.org/Xbae.html USE_MOTIF= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-build-12 \ diff --git a/x11/Xbae/files/md5 b/x11/Xbae/files/md5 index 94c8cac9893..450f55f8b99 100644 --- a/x11/Xbae/files/md5 +++ b/x11/Xbae/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/05/25 16:38:06 drochner Exp $ +$NetBSD: md5,v 1.3 2000/06/19 11:19:37 drochner Exp $ -MD5 (Xbae-4.8.1.tar.gz) = fb93d1c5726a690c7ed5fef717b3931a +MD5 (Xbae-4.8.2.tar.gz) = a4c30f1bca9fa40eec50b39d03e114eb diff --git a/x11/Xbae/files/patch-sum b/x11/Xbae/files/patch-sum index 0242fc95949..23295721db9 100644 --- a/x11/Xbae/files/patch-sum +++ b/x11/Xbae/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2000/05/25 16:38:06 drochner Exp $ +$NetBSD: patch-sum,v 1.3 2000/06/19 11:19:37 drochner Exp $ -MD5 (patch-aa) = 8121287fcca4ad9d372bc843a94937c5 MD5 (patch-ac) = 175fc01c124c2e85ce6925ce2bda4c08 diff --git a/x11/Xbae/patches/patch-aa b/x11/Xbae/patches/patch-aa deleted file mode 100644 index 8b562131ee3..00000000000 --- a/x11/Xbae/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/02/03 19:41:04 drochner Exp $ - ---- configure.orig Mon Sep 6 23:19:12 1999 -+++ configure Thu Feb 3 17:17:28 2000 -@@ -2011,6 +2011,7 @@ - echo "$ac_t""$NM" 1>&6 - - -+if false; then - - # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" -@@ -2169,6 +2170,8 @@ - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. - exec 5>>./config.log -+ -+fi - - echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 - echo "configure:2175: checking whether to enable maintainer-specific portions of Makefiles" >&5 diff --git a/x11/Xbae/pkg/PLIST b/x11/Xbae/pkg/PLIST index ef95e403a9a..5ddbf9aeef4 100644 --- a/x11/Xbae/pkg/PLIST +++ b/x11/Xbae/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2000/05/25 16:38:07 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/06/19 11:19:38 drochner Exp $ include/Xbae/Matrix.h include/Xbae/Input.h include/Xbae/Caption.h @@ -9,6 +9,7 @@ include/Xbae/ClipP.h include/Xbae/CaptionP.h include/Xbae/InputP.h lib/libXbae.a +lib/libXbae.la lib/libXbae.so.4.8 man/man3/XbaeCaption.3 man/man3/XbaeInput.3 |