diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-28 04:27:42 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-28 04:27:42 +0000 |
commit | 97d763ddf3f7b5664319301ff8cf7fa94e8af800 (patch) | |
tree | 76ada3759efb2a0a207bc068afd46f8b97d41eba /devel/cweb/patches | |
parent | 44efc8627d7a466db98536596b83b467e52a2671 (diff) | |
download | pkgsrc-97d763ddf3f7b5664319301ff8cf7fa94e8af800.tar.gz |
Updated cweb to version 3.63. No changelog or news file. Most of the
changes seem to be relatively minor enhancements, etc.
Diffstat (limited to 'devel/cweb/patches')
-rw-r--r-- | devel/cweb/patches/patch-aa | 29 | ||||
-rw-r--r-- | devel/cweb/patches/patch-ab | 10 |
2 files changed, 24 insertions, 15 deletions
diff --git a/devel/cweb/patches/patch-aa b/devel/cweb/patches/patch-aa index e48aa6dbbd2..fd452aee6e2 100644 --- a/devel/cweb/patches/patch-aa +++ b/devel/cweb/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/11/25 17:23:28 jtb Exp $ +$NetBSD: patch-aa,v 1.2 2001/01/28 04:27:43 jtb Exp $ ---- Makefile.orig Mon Jul 24 07:15:41 2000 +--- Makefile.orig Mon Jan 1 04:13:48 2001 +++ Makefile @@ -18,23 +18,23 @@ # @@ -38,21 +38,21 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/11/25 17:23:28 jtb Exp $ # We keep debugging info around, for fun, but most users don't need it -CFLAGS = -g --#CFLAGS = -O --LINKFLAGS = -g --#LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems +#CFLAGS = -g -+CFLAGS = -O -+#LINKFLAGS = -g -+LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems + #CFLAGS = -O +-LINKFLAGS = -g ++LINKFLAGS = $(LDFLAGS) + #LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems # What C compiler are you using? -CC = cc +#CC = cc # RM and CP are used below in case rm and cp are aliased - RM= /bin/rm - CP= /bin/cp +-RM= /bin/rm +-CP= /bin/cp ++#RM= /bin/rm ++#CP= /bin/cp # uncomment the second line if you use pdftex to bypass .dvi files -PDFTEX = dvipdfm @@ -62,3 +62,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/11/25 17:23:28 jtb Exp $ ########## You shouldn't have to change anything after this point ####### +@@ -106,7 +106,7 @@ + pdftex ) pdftex $* ;; \ + esac + +-all: ctangle cweave ++all: ctangle cweave fullmanual + + cautiously: ctangle + $(CP) common.c SAVEcommon.c diff --git a/devel/cweb/patches/patch-ab b/devel/cweb/patches/patch-ab index 7884b633088..64f0355bb8b 100644 --- a/devel/cweb/patches/patch-ab +++ b/devel/cweb/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/11/25 17:23:28 jtb Exp $ +$NetBSD: patch-ab,v 1.2 2001/01/28 04:27:43 jtb Exp $ --- cweb.1.orig Mon Oct 23 11:05:57 2000 +++ cweb.1 @@ -7,16 +7,16 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/11/25 17:23:28 jtb Exp $ .PP .SH FILES -/usr/local/lib/tex/inputs/cwebmac.tex TeX macros used by cweave output. -+%%PREFIX%%/share/texmf/tex/plain/base/cwebmac.tex TeX macros used by cweave output. ++@PREFIX@/share/texmf/tex/plain/base/cwebmac.tex TeX macros used by cweave output. .br -/usr/local/src/cweb/cwebman.tex The user manual. -+%%PREFIX%%/share/doc/cweb/cwebman.tex The user manual. ++@PREFIX@/share/doc/cweb/cwebman.tex The user manual. .br -/usr/local/src/cweb/examples/wc.w An introductory example. -+%%PREFIX%%/share/examples/cweb/wc.w An introductory example. ++@PREFIX@/share/examples/cweb/wc.w An introductory example. .br -/usr/local/lib/cweb Directory for cweb "include" files. -+%%PREFIX%%/share/cweb Directory for cweb "include" files. ++@PREFIX@/share/cweb Directory for cweb "include" files. .SH "SEE ALSO" .I Literate Programming by D.E. Knuth. |