diff options
author | agc <agc@pkgsrc.org> | 2003-07-22 18:09:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-07-22 18:09:01 +0000 |
commit | 21bf6afa3215036f60cb8344c0f751d173a63be0 (patch) | |
tree | 7a2c7d8c100384c8b22b0b8cfed1182f044b6755 /devel | |
parent | 4d113e2cfa35ede8a0d4b8bf3e725c1313235f2a (diff) | |
download | pkgsrc-21bf6afa3215036f60cb8344c0f751d173a63be0.tar.gz |
Add perl interpreter lines to perl scripts, and use REPLACE_PERL to make
sure the right interpreter gets used.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tet3/Makefile | 8 | ||||
-rw-r--r-- | devel/tet3/distinfo | 5 | ||||
-rw-r--r-- | devel/tet3/patches/patch-ae | 9 | ||||
-rw-r--r-- | devel/tet3/patches/patch-ag | 9 | ||||
-rw-r--r-- | devel/tet3/patches/patch-ah | 9 |
5 files changed, 37 insertions, 3 deletions
diff --git a/devel/tet3/Makefile b/devel/tet3/Makefile index b7d1270bbe2..7dbf93a9c02 100644 --- a/devel/tet3/Makefile +++ b/devel/tet3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:34:09 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/22 18:09:01 agc Exp $ DISTNAME= tet3.3h-unsup.src PKGNAME= tet3-3.3h @@ -12,7 +12,11 @@ COMMENT= The Open Group test harness WRKSRC= ${WRKDIR}/src HAS_CONFIGURE= yes -REPLACE_PERL= yes +REPLACE_PERL= ../contrib/suite/src/common.pl ../contrib/NTperldemo/ts/tc1.pl +REPLACE_PERL+= ../contrib/NTperldemo/ts/tc2.pl ../contrib/NTperldemo/ts/tc3.pl +REPLACE_PERL+= ../contrib/tetreport/TetJournal.pl ../contrib/tetreport/TetReports.pl +REPLACE_PERL+= ../contrib/tetreport/tetreport.pl ../contrib/templates/perl-api.pl +REPLACE_PERL+= perl/api.pl perl/make_tcm.pl perl/template.pl MAKEFILE= makefile INTERACTIVE_STAGE= fetch diff --git a/devel/tet3/distinfo b/devel/tet3/distinfo index 0675af0d2c4..8708858edd6 100644 --- a/devel/tet3/distinfo +++ b/devel/tet3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/06/17 17:39:03 agc Exp $ +$NetBSD: distinfo,v 1.2 2003/07/22 18:09:01 agc Exp $ SHA1 (tet3.3h-unsup.src.tgz) = bfd582f272735a7da53c32e0e2289f8b4993bf9f Size (tet3.3h-unsup.src.tgz) = 779995 bytes @@ -6,3 +6,6 @@ SHA1 (patch-aa) = 68cc1beed72dade766b73d69a971ad60e445d840 SHA1 (patch-ab) = fd0086d4b3138f5a6c157feacdafce1ffbb8a998 SHA1 (patch-ac) = 6eac08e21997c6b57345aa68490924ae45d664b9 SHA1 (patch-ad) = 019b5ac7eb403598678b2bf92c7769a24582780d +SHA1 (patch-ae) = b300578d5437f9dd199fe3e2331bf00f56bd923e +SHA1 (patch-ag) = 7780c4531e573653928c67c126a11d4d28b91291 +SHA1 (patch-ah) = 604d223c6ed9c3826ea659befa47b3b544f1679e diff --git a/devel/tet3/patches/patch-ae b/devel/tet3/patches/patch-ae new file mode 100644 index 00000000000..c56aed01742 --- /dev/null +++ b/devel/tet3/patches/patch-ae @@ -0,0 +1,9 @@ +$NetBSD: patch-ae,v 1.1 2003/07/22 18:09:02 agc Exp $ + +--- perl/api.pl 2003/07/22 17:24:43 1.1 ++++ perl/api.pl 2003/07/22 17:25:04 +@@ -1,3 +1,4 @@ ++#! /usr/bin/perl + # SCCS: @(#)api.pl 1.2 (97/07/15) TETware release 3.3 + + # Copyright 1992 SunSoft, Inc. diff --git a/devel/tet3/patches/patch-ag b/devel/tet3/patches/patch-ag new file mode 100644 index 00000000000..de4fdf44ef8 --- /dev/null +++ b/devel/tet3/patches/patch-ag @@ -0,0 +1,9 @@ +$NetBSD: patch-ag,v 1.1 2003/07/22 18:09:03 agc Exp $ + +--- perl/template.pl 2003/07/22 17:24:43 1.1 ++++ perl/template.pl 2003/07/22 17:25:17 +@@ -1,3 +1,4 @@ ++#! /usr/bin/perl + # SCCS: @(#)template.pl 1.4 (97/07/15) TETware release 3.3 + # + # Copyright 1992 SunSoft, Inc. diff --git a/devel/tet3/patches/patch-ah b/devel/tet3/patches/patch-ah new file mode 100644 index 00000000000..7a0e5d4aeca --- /dev/null +++ b/devel/tet3/patches/patch-ah @@ -0,0 +1,9 @@ +$NetBSD: patch-ah,v 1.1 2003/07/22 18:09:03 agc Exp $ + +--- ../contrib/tetreport/tetreport.pl 2003/07/22 17:27:03 1.1 ++++ ../contrib/tetreport/tetreport.pl 2003/07/22 17:27:18 +@@ -1,3 +1,4 @@ ++#! /usr/bin/perl + #!your-path-to-perl/perl + + # Copyright in this TET Journal Reporting Software is owned by Hewlett-Packard |