diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-15 15:17:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-15 15:17:56 +0000 |
commit | 262787fd7748546df90d5aad2da6a84e8acb5ecb (patch) | |
tree | 0107e378ef0d054c2d147a9dd8a6e1f45119e675 /devel/cweb/files | |
parent | 0cb5db9e690b219044204e5113e1acc4e1f58cfb (diff) | |
download | ports-262787fd7748546df90d5aad2da6a84e8acb5ecb.tar.gz ports-262787fd7748546df90d5aad2da6a84e8acb5ecb.zip |
Update to version 3.64
PR: ports/75109
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=124120
Diffstat (limited to 'devel/cweb/files')
-rw-r--r-- | devel/cweb/files/patch-aa | 31 | ||||
-rw-r--r-- | devel/cweb/files/patch-ab | 40 |
2 files changed, 30 insertions, 41 deletions
diff --git a/devel/cweb/files/patch-aa b/devel/cweb/files/patch-aa index 3dd4db80dbbc..1ee17f332c9a 100644 --- a/devel/cweb/files/patch-aa +++ b/devel/cweb/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Jan 1 04:13:48 2001 -+++ Makefile Mon Jan 7 14:28:39 2002 +--- Makefile.orig Sat Jul 13 07:33:16 2002 ++++ Makefile Tue Dec 14 23:47:23 2004 @@ -18,23 +18,23 @@ # @@ -31,7 +31,7 @@ # Set DESTPREF to null if you want to call the executables "tangle" and "weave" # (probably NOT a good idea; we recommend leaving DESTPREF=c) -@@ -50,9 +50,9 @@ +@@ -50,13 +50,13 @@ WCHANGES= # We keep debugging info around, for fun, but most users don't need it @@ -43,25 +43,8 @@ #LINKFLAGS = -s # for smaller (stripped) executables on many UNIX systems # What C compiler are you using? -@@ -162,21 +162,16 @@ - *.log *.dvi *.toc *.idx *.scn *.pdf core cweave ctangle - - install: all -- - mkdir $(DESTDIR) - $(CP) cweave $(DESTDIR)$(DESTPREF)weave - chmod 755 $(DESTDIR)$(DESTPREF)weave - $(CP) ctangle $(DESTDIR)$(DESTPREF)tangle - chmod 755 $(DESTDIR)$(DESTPREF)tangle -- - mkdir $(MANDIR) - $(CP) cweb.1 $(MANDIR)/cweb.$(MANEXT) - chmod 644 $(MANDIR)/cweb.$(MANEXT) -- - mkdir $(MACROSDIR) - $(CP) cwebmac.tex $(MACROSDIR) - chmod 644 $(MACROSDIR)/cwebmac.tex -- - mkdir $(EMACSDIR) - $(CP) cweb.el $(EMACSDIR) - chmod 644 $(EMACSDIR)/cweb.el -- - mkdir $(CWEBINPUTS) - $(CP) c++lib.w $(CWEBINPUTS) - chmod 644 $(CWEBINPUTS)/c++lib.w +-CC = cc ++#CC = cc + # RM and CP are used below in case rm and cp are aliased + RM= /bin/rm diff --git a/devel/cweb/files/patch-ab b/devel/cweb/files/patch-ab index a7b8b3c1926e..0f7d00145c22 100644 --- a/devel/cweb/files/patch-ab +++ b/devel/cweb/files/patch-ab @@ -1,19 +1,25 @@ ---- cweb.1.orig Tue Jul 3 21:44:09 2001 -+++ cweb.1 Mon Jan 7 14:19:06 2002 -@@ -85,13 +85,11 @@ - means omit the index and table of contents. - .PP +--- cweb.1.orig Wed Apr 24 07:10:46 2002 ++++ cweb.1 Tue Dec 14 23:44:49 2004 +@@ -100,19 +100,13 @@ + . .SH FILES --/usr/local/lib/tex/inputs/cwebmac.tex TeX macros used by cweave output. -+/usr/local/share/texmf/tex/generic/misc/cwebmac.tex TeX macros used by cweave output. - .br --/usr/local/src/cweb/cwebman.tex The user manual. -+/usr/local/share/doc/cweb/cwebman.tex The user manual. - .br --/usr/local/src/cweb/examples/wc.w An introductory example. --.br --/usr/local/lib/cweb Directory for cweb "include" files. -+/usr/local/share/cweb Directory for cweb "include" files. + .TP +-/usr/local/lib/tex/inputs/cwebmac.tex ++%%PREFIX%%/share/texmf/tex/generic/misc/cwebmac.tex + TeX macros used by cweave output. + .TP +-/usr/local/src/cweb/cwebman.tex ++%%PREFIX%%/share/doc/cweb/cwebman.tex + The user manual. + .TP +-/usr/local/src/cweb/examples/wc.w +-An introductory example. +-.TP +-/usr/local/src/cweb/examples/wmerge.w +-Patch program based on CWEB-style change files. +-.TP +-/usr/local/lib/cweb ++%%PREFIX%%/share/cweb + Directory for cweb "include" files. + . .SH "SEE ALSO" - .I Literate Programming - by D.E. Knuth. |