summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb>2003-08-09 10:49:07 +0000
committerseb <seb>2003-08-09 10:49:07 +0000
commit13dd9ef109df96ae3b8e05fa17512c0d192edda5 (patch)
tree4f6f8b11d792cd5dcb2a1e6d660a3d343fb96c50
parent24a7d52876906cf979392c257e1ff98d8ad6886b (diff)
downloadpkgsrc-13dd9ef109df96ae3b8e05fa17512c0d192edda5.tar.gz
USE_NEW_TEXINFO is unnecessary now.
-rw-r--r--emulators/vice/Makefile3
-rw-r--r--finance/gnucash/Makefile3
-rw-r--r--games/gnugo/Makefile3
-rw-r--r--games/xboard/Makefile3
-rw-r--r--games/xconq/Makefile3
-rw-r--r--graphics/aalib/Makefile3
-rw-r--r--graphics/barcode/Makefile3
-rw-r--r--graphics/geomview/Makefile3
-rw-r--r--graphics/gnuplot-nox11/Makefile3
-rw-r--r--graphics/gnuplot/Makefile3
-rw-r--r--graphics/gri/Makefile3
-rw-r--r--graphics/hp2xx/Makefile3
-rw-r--r--graphics/plotutils-nox11/Makefile3
-rw-r--r--graphics/plotutils/Makefile3
-rw-r--r--graphics/xzgv/Makefile3
-rw-r--r--ham/tnt/Makefile3
-rw-r--r--inputmethod/ddskk/Makefile3
-rw-r--r--inputmethod/tc/Makefile3
-rw-r--r--lang/a60/Makefile3
-rw-r--r--lang/cilk/Makefile3
-rw-r--r--lang/cim/Makefile3
-rw-r--r--lang/egcs/Makefile3
-rw-r--r--lang/eieio/Makefile3
-rw-r--r--lang/elisp-manual/Makefile3
-rw-r--r--lang/gauche/Makefile3
25 files changed, 25 insertions, 50 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 31aac1402de..3d53640410f 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2003/07/17 21:36:20 grant Exp $
+# $NetBSD: Makefile,v 1.35 2003/08/09 10:49:07 seb Exp $
#
DISTNAME= vice-1.12
@@ -32,7 +32,6 @@ USE_X11= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= vice.info
# These changes are rather common, so sed instead of patch:
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index cca1f7f1104..9436e085a73 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2003/07/30 05:29:42 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2003/08/09 10:50:09 seb Exp $
DISTNAME= gnucash-1.8.4
PKGREVISION= 1
@@ -35,7 +35,6 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig:${X11BASE}/lib/pkgconf
AM_MAKEFLAGS= LIBTOOL='${PKGLIBTOOL} ${LIBTOOL_FLAGS}'
MAKE_ENV+= AM_MAKEFLAGS="${AM_MAKEFLAGS}"
-USE_NEW_TEXINFO= YES
INFO_FILES= gnucash-design.info
.include "../../mk/bsd.prefs.mk"
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile
index 9c7114b48f6..4821232faca 100644
--- a/games/gnugo/Makefile
+++ b/games/gnugo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/08/04 07:51:23 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2003/08/09 10:51:12 seb Exp $
DISTNAME= gnugo-3.4
CATEGORIES= games
@@ -12,7 +12,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BUILDLINK2= yes
-USE_NEW_TEXINFO= YES
INFO_FILES= gnugo.info
TEST_TARGET= check
diff --git a/games/xboard/Makefile b/games/xboard/Makefile
index 3dce782b5e5..578662e3b40 100644
--- a/games/xboard/Makefile
+++ b/games/xboard/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/08/08 16:38:41 seb Exp $
+# $NetBSD: Makefile,v 1.22 2003/08/09 10:51:12 seb Exp $
DISTNAME= xboard-4.2.6
CATEGORIES= games
@@ -14,7 +14,6 @@ GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-xpm
CONFIGURE_ARGS+= --enable-zippy # interface to ICS
-USE_NEW_TEXINFO= YES
INFO_FILES= xboard.info
.include "../../mk/bsd.prefs.mk"
diff --git a/games/xconq/Makefile b/games/xconq/Makefile
index d19d61ceb48..8d6351f8a92 100644
--- a/games/xconq/Makefile
+++ b/games/xconq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/07/30 10:52:35 kleink Exp $
+# $NetBSD: Makefile,v 1.18 2003/08/09 10:51:13 seb Exp $
DISTNAME= xconq-7.4.1
CATEGORIES= games x11
@@ -19,7 +19,6 @@ CONFIGURE_ARGS+= --with-tkconfig="${BUILDLINK_PREFIX.tk}/lib"
MAKE_ENV+= LOCALBASE="${LOCALBASE}"
-USE_NEW_TEXINFO= YES
USE_MAKEINFO= YES
INFO_FILES= hacking.info xcdesign.info xconq.info
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile
index ca9f60c1ef3..df382396ce4 100644
--- a/graphics/aalib/Makefile
+++ b/graphics/aalib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/03 13:09:47 seb Exp $
+# $NetBSD: Makefile,v 1.11 2003/08/09 10:53:26 seb Exp $
PKGNAME= aalib-${BASE_VERS}
PKGREVISION= 1
@@ -9,7 +9,6 @@ COMMENT= ASCII Art library
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-x11-driver=no
-USE_NEW_TEXINFO= YES
INFO_FILES= aalib.info
.include "Makefile.common"
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile
index 3c830906335..990633b9946 100644
--- a/graphics/barcode/Makefile
+++ b/graphics/barcode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 16:51:37 martti Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/09 10:53:27 seb Exp $
#
DISTNAME= barcode-0.96
@@ -12,7 +12,6 @@ COMMENT= Create bar codes as EPS (program and library)
GNU_CONFIGURE= YES
MAKE_ENV+= AWK="${AWK}"
-USE_NEW_TEXINFO= YES
INFO_FILES= barcode.info
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index a75613ff3d4..6dfe63e92f4 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/07/17 21:40:45 grant Exp $
+# $NetBSD: Makefile,v 1.26 2003/08/09 10:53:27 seb Exp $
DISTNAME= geomview-1.8.1
PKGREVISION= 2
@@ -18,7 +18,6 @@ CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa}
CONFIGURE_ARGS+= --with-motif=${MOTIFBASE}
CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca
-USE_NEW_TEXINFO= YES
INFO_FILES= geomview
.include "../../mk/bsd.prefs.mk"
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile
index f7f1c33b4b9..9e2fa95a73a 100644
--- a/graphics/gnuplot-nox11/Makefile
+++ b/graphics/gnuplot-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 16:51:44 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/09 10:53:29 seb Exp $
#
DISTNAME= gnuplot-3.7.3
@@ -20,7 +20,6 @@ USE_BUILDLINK2= YES
USE_GNU_READLINE= YES
GNU_CONFIGURE= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= gnuplot.info
CONFIGURE_ARGS+= --with-pdf
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index 8240298cf86..43fbb1f08a8 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/07/21 16:51:43 martti Exp $
+# $NetBSD: Makefile,v 1.25 2003/08/09 10:53:27 seb Exp $
#
DISTNAME= gnuplot-3.7.3
@@ -21,7 +21,6 @@ USE_BUILDLINK2= YES
USE_GNU_READLINE= YES
USE_X11= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= gnuplot.info
CONFIGURE_ARGS+= --with-pdf
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile
index 661ce24e2f9..a07a1e59829 100644
--- a/graphics/gri/Makefile
+++ b/graphics/gri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/08/08 16:42:37 seb Exp $
+# $NetBSD: Makefile,v 1.14 2003/08/09 10:53:28 seb Exp $
DISTNAME= gri-2.12.5
CATEGORIES= graphics
@@ -18,7 +18,6 @@ USE_BUILDLINK2= yes
USE_PERL5= build
REPLACE_PERL= gri_merge gri_unpage
-USE_NEW_TEXINFO= yes
USE_MAKEINFO= yes
INFO_FILES= gri.info
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile
index d953a5ba2e8..cdb91a6d03b 100644
--- a/graphics/hp2xx/Makefile
+++ b/graphics/hp2xx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/07/17 21:41:14 grant Exp $
+# $NetBSD: Makefile,v 1.21 2003/08/09 10:53:28 seb Exp $
#
DISTNAME= hp2xx-3.4.0
@@ -13,7 +13,6 @@ COMMENT= HPGL converter and previewer
USE_X11= yes
USE_BUILDLINK2= YES
-USE_NEW_TEXINFO= YES
USE_MAKEINFO= YES
INFO_FILES= hp2xx.info
diff --git a/graphics/plotutils-nox11/Makefile b/graphics/plotutils-nox11/Makefile
index bb682c1b14d..6c3137e65a7 100644
--- a/graphics/plotutils-nox11/Makefile
+++ b/graphics/plotutils-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:42:18 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/09 10:53:30 seb Exp $
#
DISTNAME= plotutils-2.4.1
@@ -15,7 +15,6 @@ CONFLICTS+= plotutils-[0-9]*
USE_BUILDLINK2= yes
USE_GCC_SHLIB= yes
-USE_NEW_TEXINFO= YES
INFO_FILES= plotutils.info
GNU_CONFIGURE= yes
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 802a0fd279f..d0a5195c730 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/07/17 21:42:16 grant Exp $
+# $NetBSD: Makefile,v 1.28 2003/08/09 10:53:29 seb Exp $
#
DISTNAME= plotutils-2.4.1
@@ -16,7 +16,6 @@ USE_BUILDLINK2= YES
USE_GCC_SHLIB= YES
USE_X11= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= plotutils.info
GNU_CONFIGURE= YES
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index 3fd65640d50..c741d35d31d 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 21:43:19 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/08/09 10:53:29 seb Exp $
DISTNAME= xzgv-0.7
PKGREVISION= 3
@@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://xzgv.browser.org/
COMMENT= Image viewer
-USE_NEW_TEXINFO= YES
USE_MAKEINFO= YES
INFO_FILES= xzgv
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile
index e374951aab8..a2eb8d9570b 100644
--- a/ham/tnt/Makefile
+++ b/ham/tnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/08/07 11:42:25 seb Exp $
+# $NetBSD: Makefile,v 1.14 2003/08/09 10:54:25 seb Exp $
#
DISTNAME= tnt-1.9.1
@@ -17,7 +17,6 @@ USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_NEW_TEXINFO= YES
INFO_FILES= tntdoc.info
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/ddskk/Makefile b/inputmethod/ddskk/Makefile
index 45ae52a71bd..6615ba98f57 100644
--- a/inputmethod/ddskk/Makefile
+++ b/inputmethod/ddskk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 21:43:34 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/08/09 10:55:28 seb Exp $
#
DISTNAME= ddskk-20030629
@@ -15,7 +15,6 @@ DEPENDS= ${PKGNAME_PREFIX}apel>=10.2:../../devel/apel
MAKEFLAGS= EMACS=${EMACS_BIN}
ALL_TARGET= elc
-USE_NEW_TEXINFO=YES
INFO_FILES= skk.info
do-configure:
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile
index 08bd9c4f0ca..dcfb766db08 100644
--- a/inputmethod/tc/Makefile
+++ b/inputmethod/tc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/07 11:59:29 seb Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/09 10:55:28 seb Exp $
#
DISTNAME= tc-2.3
@@ -19,7 +19,6 @@ CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc
USE_GMAKE= YES
GNU_CONFIGURE= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= tc.info
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/a60/Makefile b/lang/a60/Makefile
index 1f398021309..56f70428f69 100644
--- a/lang/a60/Makefile
+++ b/lang/a60/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:43:57 grant Exp $
+# $NetBSD: Makefile,v 1.7 2003/08/09 10:59:04 seb Exp $
DISTNAME= a60-0.20a
CATEGORIES= lang
@@ -11,7 +11,6 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -Dunix
-USE_NEW_TEXINFO= YES
INFO_FILES= RRA60.info a60.info
do-install:
diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile
index 5fe1f44d742..9f89bae8c82 100644
--- a/lang/cilk/Makefile
+++ b/lang/cilk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/21 16:54:01 martti Exp $
+# $NetBSD: Makefile,v 1.16 2003/08/09 10:59:06 seb Exp $
DISTNAME= cilk-5.3.1
PKGREVISION= 2
@@ -20,7 +20,6 @@ USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PTHREAD_OPTS+= require
-USE_NEW_TEXINFO= YES
INFO_FILES= cilk-faq.info
TEST_TARGET= check
diff --git a/lang/cim/Makefile b/lang/cim/Makefile
index 10942e4e327..fc936deb698 100644
--- a/lang/cim/Makefile
+++ b/lang/cim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 21:44:05 grant Exp $
+# $NetBSD: Makefile,v 1.16 2003/08/09 10:59:06 seb Exp $
DISTNAME= cim-3.30
CATEGORIES= lang
@@ -13,7 +13,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_NEW_TEXINFO= YES
INFO_FILES= cim.info
.include "../../lang/perl5/buildlink2.mk"
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile
index b284cbc4a75..bcb98886b1f 100644
--- a/lang/egcs/Makefile
+++ b/lang/egcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/23 17:17:57 seb Exp $
+# $NetBSD: Makefile,v 1.10 2003/08/09 10:59:06 seb Exp $
#
DISTNAME= egcs-1.1.2
@@ -20,7 +20,6 @@ MAKE_ENV+= CPPFLAGS=
ALL_TARGET= bootstrap
-USE_NEW_TEXINFO= YES
INFO_FILES= cpp.info g77.info gcc.info
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile
index 9cd05229974..353546b64fc 100644
--- a/lang/eieio/Makefile
+++ b/lang/eieio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:44:14 grant Exp $
+# $NetBSD: Makefile,v 1.7 2003/08/09 10:59:07 seb Exp $
#
DISTNAME= eieio-0.17
@@ -21,7 +21,6 @@ MAKEFLAGS+= EMACS=${EMACS_BIN}
NO_CONFIGURE= # set
USE_GMAKE= # set
-USE_NEW_TEXINFO= YES
INFO_FILES= eieio.info
# XXX $cd ${WRKSRC}; ${MAKE} -V eieio_LISP
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile
index 0c05cb14721..0a940e79590 100644
--- a/lang/elisp-manual/Makefile
+++ b/lang/elisp-manual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:44:15 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/08/09 10:59:07 seb Exp $
DISTNAME= elisp-manual-21-2.8
CATEGORIES= lang
@@ -9,7 +9,6 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html
COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 20.3
GNU_CONFIGURE= YES
-USE_NEW_TEXINFO= YES
INFO_FILES= elisp
ALL_TARGET= elisp
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index b1918323b41..3cb180f71bd 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/08/09 09:31:25 seb Exp $
+# $NetBSD: Makefile,v 1.17 2003/08/09 10:59:07 seb Exp $
#
DISTNAME= Gauche-0.6.3
@@ -35,7 +35,6 @@ CONFIGURE_ENV+= AS="${CC} -x assembler-with-cpp -c"
_WITH_ICONV_LIB= ${BUILDLINK_LIBICONV_LDADD:M-l*:C/-l//}
LDFLAGS+= ${BUILDLINK_LIBICONV_LDADD}
-USE_NEW_TEXINFO= YES
USE_MAKEINFO= YES
INFO_FILES= gauche-refe.info gauche-refj.info