diff options
author | tv <tv@pkgsrc.org> | 1998-07-17 19:08:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-17 19:08:28 +0000 |
commit | 10c7f469299257e879af03b7f29e7126d9aaae36 (patch) | |
tree | 73fdfbc3353b0b179d1616bf52fb2ab722df7a25 /print | |
parent | 936d134660516438278455a79eba33d7e3870ee0 (diff) | |
download | pkgsrc-10c7f469299257e879af03b7f29e7126d9aaae36.tar.gz |
Update to use the pkg version of libtool instead of a2ps's own private
copy.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 7 | ||||
-rw-r--r-- | print/a2ps/patches/patch-aj | 19 | ||||
-rw-r--r-- | print/a2ps/pkg/PLIST | 3 |
3 files changed, 24 insertions, 5 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 6d75b283e52..45c0cfa36fa 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/07/15 10:39:36 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/17 19:08:40 tv Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -9,13 +9,14 @@ MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ MAINTAINER= packages@netbsd.org -GNU_CONFIGURE= yes +BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool CONFLICTS= a2ps-A4-4.9.9 a2ps-Letter-4.9.9 a2ps-Letterdj-4.9.9 STRIP= +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-medium=${PAPERSIZE} -CONFIGURE_ENV+= LPR=lpr +CONFIGURE_ENV+= LPR=lpr LIBTOOL=${PREFIX}/bin/libtool USE_GTEXINFO= YES INFO_FILES= a2ps.info ogonkify.info regex.info diff --git a/print/a2ps/patches/patch-aj b/print/a2ps/patches/patch-aj new file mode 100644 index 00000000000..cb53d63a962 --- /dev/null +++ b/print/a2ps/patches/patch-aj @@ -0,0 +1,19 @@ +--- configure.orig Fri Jul 17 13:52:31 1998 ++++ configure Fri Jul 17 13:53:03 1998 +@@ -1764,7 +1764,7 @@ + NM="$ac_cv_path_NM" + echo "$ac_t""$NM" 1>&6 + +- ++if false; then + # Always use our own libtool. + LIBTOOL='$(top_builddir)/libtool' + +@@ -1814,6 +1814,7 @@ + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. + exec 5>>./config.log ++fi + + for ac_prog in 'bison -y' byacc + do diff --git a/print/a2ps/pkg/PLIST b/print/a2ps/pkg/PLIST index e34173c0448..343292c0c3b 100644 --- a/print/a2ps/pkg/PLIST +++ b/print/a2ps/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 1998/07/15 10:39:36 agc Exp $ +@comment $NetBSD: PLIST,v 1.10 1998/07/17 19:08:28 tv Exp $ bin/a2ps bin/card bin/compose @@ -28,7 +28,6 @@ info/regex.info-3 @exec %D/bin/install-info %D/info/ogonkify.info %D/info/dir @exec %D/bin/install-info %D/info/regex.info %D/info/dir lib/liba2ps.a -lib/liba2ps.la lib/liba2ps.so.1.0 man/man1/a2ps.1 man/man1/card.1 |