pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/teTeX-bin Backout last change because it breaks ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4db9352af15
branches: trunk
changeset: 462710:f4db9352af15
user: tron <tron%pkgsrc.org@localhost>
date: Fri Oct 10 08:24:09 2003 +0000
description:
Backout last change because it breaks this "Makefile" on at least NetBSD
due to an invalid string comparison.
diffstat:
print/teTeX-bin/Makefile | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diffs (36 lines):
diff -r d37b615a2538 -r f4db9352af15 print/teTeX-bin/Makefile
--- a/print/teTeX-bin/Makefile Fri Oct 10 04:53:45 2003 +0000
+++ b/print/teTeX-bin/Makefile Fri Oct 10 08:24:09 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2003/10/10 01:11:20 danw Exp $
+# $NetBSD: Makefile,v 1.48 2003/10/10 08:24:09 tron Exp $
DISTNAME= teTeX-src-1.0.7
PKGNAME= teTeX-bin-1.0.7
@@ -32,14 +32,6 @@
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
GNU_CONFIGURE= yes
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/texk/config.guess
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/config/config.guess
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/libs/ncurses/config.guess
-CONFIG_GUESS_OVERRIDE+= ${WRKSRC}/texinfo/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/texk/config.sub
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/config/config.sub
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/libs/ncurses/config.sub
-CONFIG_SUB_OVERRIDE+= ${WRKSRC}/texinfo/config.sub
CONFIGURE_ARGS+= --without-texinfo
CONFIGURE_ARGS+= --without-dialog
CONFIGURE_ARGS+= --disable-multiplatform
@@ -71,11 +63,6 @@
CONFIGURE_ARGS+= --enable-auto-core
.endif
-.if ${OPSYS} == "Darwin" && ${OS_VERSION} >= 6.0
-# Darwin 6.x's default (3.1ish) g++ has a bug that breaks the xpdf build
-CXX= g++2
-.endif
-
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"
Home |
Main Index |
Thread Index |
Old Index