diff options
author | jlam <jlam> | 2000-07-14 21:29:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-14 21:29:06 +0000 |
commit | cf9b54f0035409b1f7eb11d57cb93fdb770772ba (patch) | |
tree | 2cdec4f8cbec3c6d938a25026d7c5ec75a0f9b6b | |
parent | d412c2938667a232d3d65519aa7d418df4724e6a (diff) | |
download | pkgsrc-cf9b54f0035409b1f7eb11d57cb93fdb770772ba.tar.gz |
USE_LIBTOOL instead of USE_PKGLIBTOOL.
-rw-r--r-- | devel/ncurses/Makefile | 6 | ||||
-rw-r--r-- | devel/ncurses/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/ncurses/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/ncurses/pkg/PLIST | 7 |
4 files changed, 15 insertions, 14 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 70f889946b8..107f2f19b71 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/06/01 11:23:23 rh Exp $ +# $NetBSD: Makefile,v 1.31 2000/07/14 21:29:06 jlam Exp $ DISTNAME= ncurses-5.0 CATEGORIES= devel @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.clark.net/pub/dickey/ncurses/ncurses.html -GNU_CONFIGURE= yes -USE_PKGLIBTOOL= yes +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined CONFIGURE_ARGS+= --with-normal --enable-bsdpad \ --without-shared --without-debug --without-profile \ --without-gpm --without-ada \ diff --git a/devel/ncurses/files/patch-sum b/devel/ncurses/files/patch-sum index 51b51f167cd..34a5ea9548f 100644 --- a/devel/ncurses/files/patch-sum +++ b/devel/ncurses/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.5 2000/01/15 18:39:29 jlam Exp $ +$NetBSD: patch-sum,v 1.6 2000/07/14 21:29:08 jlam Exp $ -MD5 (patch-aa) = 4939ee98209226437b82c811de8979a4 +MD5 (patch-aa) = 8cca6bc718475ec9f288c75cd24164ab MD5 (patch-ab) = 954b4610801ccad8c61084bf3559bf5b MD5 (patch-ac) = 27e6894380f88aa55c860bdb259e334c MD5 (patch-ad) = e0d8bfb17f84b62290773412ce0633b2 diff --git a/devel/ncurses/patches/patch-aa b/devel/ncurses/patches/patch-aa index 12fc6df9e1b..5df330ee469 100644 --- a/devel/ncurses/patches/patch-aa +++ b/devel/ncurses/patches/patch-aa @@ -1,13 +1,9 @@ -$NetBSD: patch-aa,v 1.8 2000/01/15 18:39:29 jlam Exp $ +$NetBSD: patch-aa,v 1.9 2000/07/14 21:29:09 jlam Exp $ --- c++/Makefile.in.orig Sat Oct 23 16:13:02 1999 -+++ c++/Makefile.in Sat Jan 15 11:24:46 2000 -@@ -74,13 +74,13 @@ - REL_VERSION = @cf_cv_rel_version@ - ABI_VERSION = @cf_cv_abi_version@ - --LINK = @LINK_PROGS@ $(CXX) @CXXLDFLAGS@ -+LINK = @LINK_PROGS@ --cplusplus $(CXX) @CXXLDFLAGS@ ++++ c++/Makefile.in Fri Jul 14 15:55:55 2000 +@@ -77,10 +77,10 @@ + LINK = @LINK_PROGS@ $(CXX) @CXXLDFLAGS@ LIBROOT = ncurses++ -LIBNAME = @LIB_PREFIX@$(LIBROOT).a diff --git a/devel/ncurses/pkg/PLIST b/devel/ncurses/pkg/PLIST index a068b8efc87..59b7b70c586 100644 --- a/devel/ncurses/pkg/PLIST +++ b/devel/ncurses/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2000/01/15 18:39:36 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2000/07/14 21:29:10 jlam Exp $ bin/captoinfo bin/infocmp bin/infotocap @@ -21,14 +21,19 @@ include/term.h include/termcap.h include/unctrl.h lib/libform.a +lib/libform.la lib/libform.so.5.0 lib/libmenu.a +lib/libmenu.la lib/libmenu.so.5.0 lib/libncurses++.a +lib/libncurses++.la lib/libncurses++.so.5.0 lib/libncurses.a +lib/libncurses.la lib/libncurses.so.5.0 lib/libpanel.a +lib/libpanel.la lib/libpanel.so.5.0 man/man1/captoinfo.1 man/man1/infocmp.1 |