pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Restore original quoting syntax of variables in t{k,cl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a72607d74c3e
branches: trunk
changeset: 498714:a72607d74c3e
user: seb <seb%pkgsrc.org@localhost>
date: Wed Aug 31 09:40:15 2005 +0000
description:
Restore original quoting syntax of variables in t{k,cl}Config.sh in order
to follow the principle of least surprise between the packages and the
mainstream builds.
Approved by jwise@.
Bump PKGREVISION of lang/tcl, x11/tk, x11/tk83 to 1 and of lang/tcl83 to 2.
diffstat:
lang/tcl/Makefile | 5 +++--
lang/tcl83/Makefile | 6 +++---
x11/tk/Makefile | 5 +++--
x11/tk83/Makefile | 5 +++--
4 files changed, 12 insertions(+), 9 deletions(-)
diffs (90 lines):
diff -r c71aa7fdfb03 -r a72607d74c3e lang/tcl/Makefile
--- a/lang/tcl/Makefile Wed Aug 31 08:50:32 2005 +0000
+++ b/lang/tcl/Makefile Wed Aug 31 09:40:15 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2005/08/02 22:37:18 seb Exp $
+# $NetBSD: Makefile,v 1.53 2005/08/31 09:40:15 seb Exp $
DISTNAME= tcl${TCL_VERSION}-src
PKGNAME= tcl-${TCL_VERSION}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -55,7 +56,7 @@
.endif
post-build:
- ${SED} -e "s|^\(.*\)='\(.*\)'|\1=\"\2\"|" \
+ ${SED} \
-e "s|${WRKSRC}|${PREFIX}/lib|" \
-e "s|${WRKDIR}/${DISTNAME:C/-src//}|${PREFIX}/include/tcl|" \
${WRKSRC}/tclConfig.sh > ${WRKSRC}/tclConfig.sh.tmp && \
diff -r c71aa7fdfb03 -r a72607d74c3e lang/tcl83/Makefile
--- a/lang/tcl83/Makefile Wed Aug 31 08:50:32 2005 +0000
+++ b/lang/tcl83/Makefile Wed Aug 31 09:40:15 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2005/04/13 20:41:03 jschauma Exp $
+# $NetBSD: Makefile,v 1.10 2005/08/31 09:40:15 seb Exp $
#
DISTNAME= tcl8.3.4
PKGNAME= tcl-8.3.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \
ftp://gd.tuwien.ac.at/languages/tcl/scriptics/tcl8_3/ \
@@ -70,7 +70,7 @@
do \
${TOUCH} $${file}; \
done
- ${SED} -e "s|^\(.*\)='\(.*\)'|\1=\"\2\"|" \
+ ${SED} \
-e "s|${WRKSRC}|${PREFIX}/lib|" \
-e "s|${WRKDIR}/${DISTNAME:C/-src//}|${PREFIX}/include/tcl|" \
${WRKSRC}/tclConfig.sh > ${WRKSRC}/tclConfig.sh.tmp && \
diff -r c71aa7fdfb03 -r a72607d74c3e x11/tk/Makefile
--- a/x11/tk/Makefile Wed Aug 31 08:50:32 2005 +0000
+++ b/x11/tk/Makefile Wed Aug 31 09:40:15 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2005/07/19 11:12:24 adam Exp $
+# $NetBSD: Makefile,v 1.48 2005/08/31 09:40:15 seb Exp $
DISTNAME= tk8.4.11-src
PKGNAME= tk-8.4.11
+PKGREVISION= 1
CATEGORIES= x11 lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -32,7 +33,7 @@
.include "../../mk/x11.buildlink3.mk"
post-build:
- ${SED} -e "s|^\(.*\)='\(.*\)'|\1=\"\2\"|" \
+ ${SED} \
-e "s|${WRKSRC}|${PREFIX}/lib|" \
-e "s|${WRKDIR}/${DISTNAME:C/-src//}|${PREFIX}/include/tk|" \
${WRKSRC}/tkConfig.sh > ${WRKSRC}/tkConfig.sh.tmp && \
diff -r c71aa7fdfb03 -r a72607d74c3e x11/tk83/Makefile
--- a/x11/tk83/Makefile Wed Aug 31 08:50:32 2005 +0000
+++ b/x11/tk83/Makefile Wed Aug 31 09:40:15 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2005/06/01 18:03:32 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/08/31 09:40:15 seb Exp $
DISTNAME= tk8.3.4
PKGNAME= tk-8.3.4
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \
ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/
@@ -53,7 +54,7 @@
do \
${TOUCH} $${file}; \
done
- ${SED} -e "s|^\(.*\)='\(.*\)'|\1=\"\2\"|" \
+ ${SED} \
-e "s|${WRKSRC}|${PREFIX}/lib|" \
-e "s|${WRKDIR}/${DISTNAME:C/-src//}|${PREFIX}/include/tk|" \
${WRKSRC}/tkConfig.sh > ${WRKSRC}/tkConfig.sh.tmp && \
Home |
Main Index |
Thread Index |
Old Index