pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/py-qt3-sip override the bogus text file test in mk...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3869dc37fa53
branches: trunk
changeset: 501376:3869dc37fa53
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Oct 21 10:55:29 2005 +0000
description:
override the bogus text file test in mk/subst.mk
(NetBSD-current's new file(1) reports "MKS Spell hash list (old format)",
this causes the substitution to be silently skipped.)
(This should probably be fixed in subst.mk, but we already had a commit
war about this...)
diffstat:
x11/py-qt3-sip/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r ddcc0d504d61 -r 3869dc37fa53 x11/py-qt3-sip/Makefile
--- a/x11/py-qt3-sip/Makefile Fri Oct 21 10:34:18 2005 +0000
+++ b/x11/py-qt3-sip/Makefile Fri Oct 21 10:55:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/10/06 17:57:49 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2005/10/21 10:55:29 drochner Exp $
#
DISTNAME= sip-4.3.1
@@ -49,6 +49,10 @@
SUBST_FILES.pyversfx= sipgen/sipgen.sbf
SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
+# XXX hack: override bogus text file test in mk/subst.mk
+# (NetBSD's file(1) (v4.16) reports "MKS Spell hash list (old format)")
+_SUBST_IS_TEXT_FILE= true
+
do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${PYTHONBIN} configure.py ${CONFIGURE_ARGS})
Home |
Main Index |
Thread Index |
Old Index