pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python20 nuke broken pre-configure target, which ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/572259d02caf
branches: trunk
changeset: 498288:572259d02caf
user: grant <grant%pkgsrc.org@localhost>
date: Fri Aug 19 06:06:09 2005 +0000
description:
nuke broken pre-configure target, which does nothing useful.
it was broken because the delimeter , can appear in the RHS of the
sed(1) expression (think "-Wl,-R ..."), and it does nothing useful
because the patterns don't appear in the files.
diffstat:
lang/python20/Makefile | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (25 lines):
diff -r 6b2eacc776cf -r 572259d02caf lang/python20/Makefile
--- a/lang/python20/Makefile Fri Aug 19 05:22:04 2005 +0000
+++ b/lang/python20/Makefile Fri Aug 19 06:06:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:15 tv Exp $
+# $NetBSD: Makefile,v 1.28 2005/08/19 06:06:09 grant Exp $
#
DISTNAME= Python-2.0.1
@@ -47,15 +47,6 @@
FIX_RPATH+= MODADD
.endif
-pre-configure:
- ${SED} -e 's,@NOSHARED@,${NOSHARED},g' \
- -e 's,@MODADD@,${MODADD},g' \
- -e 's+@SSLFLAGS@+${SSLFLAGS}+g' \
- ${FILESDIR}/Setup.in >${WRKSRC}/Modules/Setup.in
- ${SED} -e 's,@NOSHARED@,${NOSHARED},g' \
- -e 's,@MODADD@,${MODADD},g' \
- ${FILESDIR}/Setup.config.in >${WRKSRC}/Modules/Setup.config.in
-
post-install:
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
(cd ${PREFIX}; ${FIND} lib/python2.0 -type f -print | \
Home |
Main Index |
Thread Index |
Old Index