diff options
author | agc <agc@pkgsrc.org> | 1998-08-07 11:08:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-07 11:08:53 +0000 |
commit | 41bfb3073717616c4a3211de0bd7208753d48d18 (patch) | |
tree | c18f18b6629d8d5e2744862509ef4834d8397eab /print/teTeX | |
parent | 86db14e8197c7d43b334917a2f5fd4eed4322447 (diff) | |
download | pkgsrc-41bfb3073717616c4a3211de0bd7208753d48d18.tar.gz |
Add NetBSD RCS Ids.
Diffstat (limited to 'print/teTeX')
-rw-r--r-- | print/teTeX/patches/patch-aa | 2 | ||||
-rw-r--r-- | print/teTeX/patches/patch-ab | 2 | ||||
-rw-r--r-- | print/teTeX/patches/patch-ac | 2 | ||||
-rw-r--r-- | print/teTeX/patches/patch-ad | 2 | ||||
-rw-r--r-- | print/teTeX/patches/patch-ae | 2 | ||||
-rwxr-xr-x | print/teTeX/pkg/INSTALL | 3 | ||||
-rwxr-xr-x | print/teTeX/scripts/post-patch | 3 |
7 files changed, 16 insertions, 0 deletions
diff --git a/print/teTeX/patches/patch-aa b/print/teTeX/patches/patch-aa index cead37c66e8..0747eb1759c 100644 --- a/print/teTeX/patches/patch-aa +++ b/print/teTeX/patches/patch-aa @@ -1,3 +1,5 @@ +$NetBSD: patch-aa,v 1.6 1998/08/07 11:11:28 agc Exp $ + --- Makefile.orig Fri Feb 14 11:58:11 1997 +++ Makefile Sun Jun 14 21:07:27 1998 @@ -8,10 +8,10 @@ diff --git a/print/teTeX/patches/patch-ab b/print/teTeX/patches/patch-ab index f462e76a57c..5978d59b28a 100644 --- a/print/teTeX/patches/patch-ab +++ b/print/teTeX/patches/patch-ab @@ -1,3 +1,5 @@ +$NetBSD: patch-ab,v 1.2 1998/08/07 11:11:29 agc Exp $ + --- kpse-2.6/make/paths.make,orig Fri Dec 6 08:24:08 1996 +++ kpse-2.6/make/paths.make Fri Dec 6 08:24:27 1996 @@ -43,7 +43,7 @@ diff --git a/print/teTeX/patches/patch-ac b/print/teTeX/patches/patch-ac index f75b7486042..d858e289fcd 100644 --- a/print/teTeX/patches/patch-ac +++ b/print/teTeX/patches/patch-ac @@ -1,3 +1,5 @@ +$NetBSD: patch-ac,v 1.2 1998/08/07 11:11:31 agc Exp $ + --- kpse-2.6/kpathsea/Makefile.in,orig Tue Dec 10 09:13:33 1996 +++ kpse-2.6/kpathsea/Makefile.in Tue Dec 10 09:20:37 1996 @@ -138,10 +138,10 @@ diff --git a/print/teTeX/patches/patch-ad b/print/teTeX/patches/patch-ad index 0286cf12035..d9348f99eb3 100644 --- a/print/teTeX/patches/patch-ad +++ b/print/teTeX/patches/patch-ad @@ -1,3 +1,5 @@ +$NetBSD: patch-ad,v 1.2 1998/08/07 11:11:32 agc Exp $ + --- kpse-2.6/dvipsk/dvips.texi.orig Sun Jan 8 18:17:04 1995 +++ kpse-2.6/dvipsk/dvips.texi Tue Jul 15 14:36:55 1997 @@ -2,6 +2,11 @@ diff --git a/print/teTeX/patches/patch-ae b/print/teTeX/patches/patch-ae index e7a5fa2470c..1dd5127d673 100644 --- a/print/teTeX/patches/patch-ae +++ b/print/teTeX/patches/patch-ae @@ -1,3 +1,5 @@ +$NetBSD: patch-ae,v 1.2 1998/08/07 11:11:32 agc Exp $ + --- kpse-2.6/kpathsea/kpathsea.texi.orig Tue Aug 15 05:02:07 1995 +++ kpse-2.6/kpathsea/kpathsea.texi Tue Jul 15 14:38:05 1997 @@ -2,6 +2,11 @@ diff --git a/print/teTeX/pkg/INSTALL b/print/teTeX/pkg/INSTALL index e1ba10e613f..ae0d47a43c8 100755 --- a/print/teTeX/pkg/INSTALL +++ b/print/teTeX/pkg/INSTALL @@ -1,4 +1,7 @@ #! /bin/sh +# +# $NetBSD: INSTALL,v 1.2 1998/08/07 11:11:33 agc Exp $ +# if [ "$PREFIX" = "" ] then diff --git a/print/teTeX/scripts/post-patch b/print/teTeX/scripts/post-patch index 039e1278238..d38de661b14 100755 --- a/print/teTeX/scripts/post-patch +++ b/print/teTeX/scripts/post-patch @@ -1,4 +1,7 @@ #!/bin/sh +# +# $NetBSD: post-patch,v 1.2 1998/08/07 11:11:33 agc Exp $ +# cd $WRKDIR/teTeX |