summaryrefslogtreecommitdiff
path: root/devel/tmake
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-17 17:45:41 +0000
committerrillig <rillig@pkgsrc.org>2006-06-17 17:45:41 +0000
commitd24e0278b236f6cf059aa24568df80cb53d910c7 (patch)
treee65a21b0d41805e183a17d10badd8627086b1ef0 /devel/tmake
parent1cd027f742720ebd2122f312b9fb8747ecc678e0 (diff)
downloadpkgsrc-d24e0278b236f6cf059aa24568df80cb53d910c7.tar.gz
Updated tmake to 1.13.
No documented changes.
Diffstat (limited to 'devel/tmake')
-rw-r--r--devel/tmake/Makefile35
-rw-r--r--devel/tmake/distinfo10
-rw-r--r--devel/tmake/patches/patch-ac6
3 files changed, 24 insertions, 27 deletions
diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile
index b268b653e45..0faa3e61ae9 100644
--- a/devel/tmake/Makefile
+++ b/devel/tmake/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/05/02 12:26:30 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/17 17:45:41 rillig Exp $
#
-DISTNAME= tmake-1.11
+DISTNAME= tmake-1.13
CATEGORIES= devel
MASTER_SITES= ftp://ftp.trolltech.com/freebies/tmake/
@@ -16,22 +16,23 @@ GLBASE= ${X11BASE}
INSTALLATION_DIRS= bin
+SUBST_CLASSES+= tmake
+SUBST_STAGE.tmake= do-build
+SUBST_FILES.tmake= bin/tmake
+SUBST_SED.tmake+= -e 's;@TMAKEPATH@;'${TMAKEPATH:Q}';g'
+
+SUBST_CLASSES+= tmakeconf
+SUBST_STAGE.tmakeconf= do-build
+SUBST_FILES.tmakeconf= lib/netbsd-g++/tmake.conf
+SUBST_SED.tmakeconf= -e 's;@LOCALBASE@;${LOCALBASE};g'
+SUBST_SED.tmakeconf+= -e 's;@X11BASE@;${X11BASE};g'
+SUBST_SED.tmakeconf+= -e 's;@GLBASE@;${GLBASE};g'
+
+REPLACE_PERL+= bin/tmake bin/progen
+
+# Nothing but the substitutions above.
do-build:
- ${MV} ${WRKSRC}/bin/tmake ${WRKSRC}/bin/tmake.BAK
- ${SED} -e 's;@PERL5@;${PERL5};g' \
- -e 's;@TMAKEPATH@;${TMAKEPATH};g' \
- ${WRKSRC}/bin/tmake.BAK > ${WRKSRC}/bin/tmake
- ${RM} -f ${WRKSRC}/bin/tmake.BAK
- ${MV} ${WRKSRC}/lib/netbsd-g++/tmake.conf ${WRKSRC}/lib/netbsd-g++/tmake.conf.BAK
- ${SED} -e 's;@LOCALBASE@;${LOCALBASE};g' \
- -e 's;@X11BASE@;${X11BASE};g' \
- -e 's;@GLBASE@;${GLBASE};g' \
- ${WRKSRC}/lib/netbsd-g++/tmake.conf.BAK > ${WRKSRC}/lib/netbsd-g++/tmake.conf
- ${RM} -f ${WRKSRC}/lib/netbsd-g++/tmake.conf.BAK
- ${MV} ${WRKSRC}/bin/progen ${WRKSRC}/bin/progen.BAK
- ${SED} 's;/usr/bin/perl;${PERL5};g' \
- ${WRKSRC}/bin/progen.BAK > ${WRKSRC}/bin/progen
- ${RM} -f ${WRKSRC}/bin/progen.BAK
+ @${DO_NADA}
# avoid installing .orig files
pre-install:
diff --git a/devel/tmake/distinfo b/devel/tmake/distinfo
index d3857d8b255..2da9899df4e 100644
--- a/devel/tmake/distinfo
+++ b/devel/tmake/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:35 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/06/17 17:45:41 rillig Exp $
-SHA1 (tmake-1.11.tar.gz) = 163283e922158f13760ce7855f8422b92f3c57a5
-RMD160 (tmake-1.11.tar.gz) = 29357d749feb166db0b55ce68ba03603226c0fce
-Size (tmake-1.11.tar.gz) = 65982 bytes
+SHA1 (tmake-1.13.tar.gz) = df6c525d18b17da33bc0bf6a38bf178649e0c2cb
+RMD160 (tmake-1.13.tar.gz) = ddcf02c190d5c25086178a2f24a5850d61d0c36b
+Size (tmake-1.13.tar.gz) = 64191 bytes
SHA1 (patch-aa) = daa9e10c3ae1dce66620657919e06b2db07049d1
SHA1 (patch-ab) = b81f6022a9103a9ae0fe3d9adddbf57d374d51d9
-SHA1 (patch-ac) = 14c1cd48a8facdced5249c4ca0513b6b2a1c7799
+SHA1 (patch-ac) = f5d2d9466946d7be9ef717eb1b32dfc985f8c27e
diff --git a/devel/tmake/patches/patch-ac b/devel/tmake/patches/patch-ac
index b4378f74719..8ffd270f220 100644
--- a/devel/tmake/patches/patch-ac
+++ b/devel/tmake/patches/patch-ac
@@ -1,11 +1,7 @@
-$NetBSD: patch-ac,v 1.1.1.1 2001/04/25 14:55:59 dmcmahill Exp $
+$NetBSD: patch-ac,v 1.2 2006/06/17 17:45:41 rillig Exp $
--- bin/tmake.orig Thu Dec 21 18:38:41 2000
+++ bin/tmake Wed Apr 25 10:53:46 2001
-@@ -1,2 +1,2 @@
--#!/usr/bin/perl
-+#!@PERL5@
- ############################################################################
@@ -68,3 +68,3 @@
-$project{"TMAKEPATH"} = $ENV{"TMAKEPATH"} . ";" . $ENV{"HOME"} . "/.tmake/";