diff options
author | jlam <jlam> | 2000-06-21 07:07:40 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-06-21 07:07:40 +0000 |
commit | df47740603b81713957519d559d1fb5f59e0c224 (patch) | |
tree | 1416dceb88779164e8460c2b816a7af83583ad8e | |
parent | 6e91b43615c276682403fad1d1761a23734e9aa1 (diff) | |
download | pkgsrc-df47740603b81713957519d559d1fb5f59e0c224.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
-rw-r--r-- | print/a2ps/Makefile | 33 | ||||
-rw-r--r-- | print/a2ps/files/patch-sum | 4 | ||||
-rw-r--r-- | print/a2ps/patches/patch-aj | 18 | ||||
-rw-r--r-- | print/a2ps/pkg/PLIST | 3 | ||||
-rw-r--r-- | security/libident/Makefile | 4 | ||||
-rw-r--r-- | security/libident/pkg/PLIST | 3 |
6 files changed, 27 insertions, 38 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 89ff2b5f251..3cf5e61409d 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,24 +1,27 @@ -# $NetBSD: Makefile,v 1.26 2000/06/01 11:23:39 rh Exp $ +# $NetBSD: Makefile,v 1.27 2000/06/21 07:07:40 jlam Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # -DISTNAME= a2ps-4.12 -CATEGORIES= print -MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/ +DISTNAME= a2ps-4.12 +CATEGORIES= print +MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ -DEPENDS+= papersize-1.0.2:../../print/papersize -DEPENDS+= psutils-1.17:../../print/psutils +DEPENDS+= papersize-1.0.2:../../print/papersize +DEPENDS+= psutils-1.17:../../print/psutils -STRIP= -GNU_CONFIGURE= yes -CONFIGURE_ENV+= LPR=lpr -USE_PERL5= yes -USE_GTEXINFO= yes -USE_PKGLIBTOOL= yes -INFO_FILES= a2ps.info ogonkify.info regex.info +STRIP= # empty +USE_PERL5= # defined +USE_GTEXINFO= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig + +GNU_CONFIGURE= # defined +CONFIGURE_ENV+= LPR=lpr + +INFO_FILES= a2ps.info ogonkify.info regex.info pre-build: ${TOUCH} ${WRKSRC}/doc/*.info diff --git a/print/a2ps/files/patch-sum b/print/a2ps/files/patch-sum index e1c3c9c4b54..821c424811b 100644 --- a/print/a2ps/files/patch-sum +++ b/print/a2ps/files/patch-sum @@ -1,5 +1,5 @@ -$NetBSD: patch-sum,v 1.3 1999/09/24 15:54:08 tron Exp $ +$NetBSD: patch-sum,v 1.4 2000/06/21 07:07:42 jlam Exp $ MD5 (patch-aa) = 0416f651328b348a115a90de43a59ec1 MD5 (patch-ag) = 920e78c6c690bfeb4ca6b9d024ff7942 -MD5 (patch-aj) = ec5b3938ed753d8147c9f50a5a015aca +MD5 (patch-aj) = 53b4b867e5d144b51044e6325aca9aa6 diff --git a/print/a2ps/patches/patch-aj b/print/a2ps/patches/patch-aj index 61145babec2..1a8db3c6df9 100644 --- a/print/a2ps/patches/patch-aj +++ b/print/a2ps/patches/patch-aj @@ -1,4 +1,4 @@ -$NetBSD: patch-aj,v 1.3 1999/06/20 15:53:29 tron Exp $ +$NetBSD: patch-aj,v 1.4 2000/06/21 07:07:43 jlam Exp $ --- configure.orig Thu Feb 18 16:17:21 1999 +++ configure Sat Jun 19 17:45:34 1999 @@ -15,19 +15,3 @@ $NetBSD: patch-aj,v 1.3 1999/06/20 15:53:29 tron Exp $ # Just in case sleep 1 echo timestamp > conftestfile -@@ -2253,6 +2255,7 @@ - ac_tool_prefix= - fi - -+if false; then - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -@@ -2489,6 +2492,7 @@ - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. - exec 5>>./config.log -+fi - - - ######################################################################### diff --git a/print/a2ps/pkg/PLIST b/print/a2ps/pkg/PLIST index 63f2f96ff0e..d2f578a6ac6 100644 --- a/print/a2ps/pkg/PLIST +++ b/print/a2ps/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 1999/06/20 15:53:29 tron Exp $ +@comment $NetBSD: PLIST,v 1.13 2000/06/21 07:07:44 jlam Exp $ bin/a2ps bin/card bin/composeglyphs @@ -31,6 +31,7 @@ info/regex.info-3 @exec install-info %D/info/ogonkify.info %D/info/dir @exec install-info %D/info/regex.info %D/info/dir lib/liba2ps.a +lib/liba2ps.la lib/liba2ps.so.1.0 man/man1/a2ps.1.gz man/man1/card.1.gz diff --git a/security/libident/Makefile b/security/libident/Makefile index 5bead1bf26b..3c452c55d45 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:41 rh Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/21 07:14:07 jlam Exp $ # FreeBSD ID: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp DISTNAME= libident-0.22 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= packages@netbsd.org -USE_PKGLIBTOOL= yes +USE_LIBTOOL= # defined ALL_TARGET= netbsd MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" diff --git a/security/libident/pkg/PLIST b/security/libident/pkg/PLIST index 331a0188c23..06db5440b0f 100644 --- a/security/libident/pkg/PLIST +++ b/security/libident/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 1999/03/12 16:29:04 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/06/21 07:14:10 jlam Exp $ include/ident.h lib/libident.a +lib/libident.la lib/libident.so.0.22 man/man3/ident.3 |