From 0947f8582cc5d2818f4be8591672f6b56414bb08 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 5 Apr 2001 15:53:48 +0000 Subject: Standardize patch file name. --- devel/noweb/files/patch-sum | 4 ++-- devel/noweb/patches/patch-a | 56 -------------------------------------------- devel/noweb/patches/patch-aa | 56 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 devel/noweb/patches/patch-a create mode 100644 devel/noweb/patches/patch-aa (limited to 'devel/noweb') diff --git a/devel/noweb/files/patch-sum b/devel/noweb/files/patch-sum index 0ec22973ec4..9cf8f927806 100644 --- a/devel/noweb/files/patch-sum +++ b/devel/noweb/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2001/02/06 03:30:09 jtb Exp $ +$NetBSD: patch-sum,v 1.3 2001/04/05 15:53:48 wiz Exp $ -MD5 (patch-a) = 3bfc01eca3edb4722fee47ed1c872990 +SHA1 (patch-aa) = 696ba4aebcb6b32e9e8011b27db54f4d9d4e87f8 diff --git a/devel/noweb/patches/patch-a b/devel/noweb/patches/patch-a deleted file mode 100644 index 1d992704b17..00000000000 --- a/devel/noweb/patches/patch-a +++ /dev/null @@ -1,56 +0,0 @@ -$NetBSD: patch-a,v 1.3 2001/02/06 03:30:09 jtb Exp $ - ---- Makefile.orig Mon Aug 17 00:54:11 1998 -+++ Makefile -@@ -2,13 +2,13 @@ - # See file COPYRIGHT for more information. - # - # Adjust these two lines for your ANSI C compiler --CC=gcc -ansi -pedantic --CFLAGS= -+# CC=gcc -ansi -pedantic -+#CFLAGS= - # If you have Icon, you should use the Icon versions of the noweb pipeline. - # Set LIBSRC=icon --LIBSRC=awk -+LIBSRC=icon - # If you have no Icon compiler, but do have icont, make ICONC=icont --ICONC=iconc -+ICONC=icont - ICONT=icont - - # BIN is where the commands (notangle, noweave, nountangle, noroots) land -@@ -18,13 +18,13 @@ - # MAN7EXT is the extension for the nowebstyle man page (usually 7) - # TEXINPUTS is the directory for TeX macro files - # ELISP is the directory for emacs lisp files, or /dev/null not to install --BIN=/usr/local/noweb --LIB=/usr/local/noweb/lib --MAN=/usr/local/noweb/man -+BIN=${PREFIX}/bin -+LIB=${PREFIX}/share/noweb -+MAN=${PREFIX}/man - MANEXT=1 - MAN7EXT=7 --TEXINPUTS=/usr/local/tex/inputs --ELISP=/dev/null -+TEXINPUTS=${LIB}/tex -+ELISP=${PREFIX}/share/emacs/site-lisp - - # change WEAVE if you want a different version of noweave to be installed - WEAVE=noweave -@@ -135,12 +135,12 @@ - rm -f $(CATDIR)/nountangle.$(MANEXT).gz - (cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz) - install-tex: -- -mkdir $(TEXINPUTS) 2>/dev/null -+ -mkdir -p $(TEXINPUTS) 2>/dev/null - cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS) - -texhash - - install-elisp: -- -mkdir $(ELISP) 2>/dev/null -+ -mkdir -p $(ELISP) 2>/dev/null - cp elisp/noweb-mode.el $(ELISP) - - checkin: diff --git a/devel/noweb/patches/patch-aa b/devel/noweb/patches/patch-aa new file mode 100644 index 00000000000..c0bb1ed3ba2 --- /dev/null +++ b/devel/noweb/patches/patch-aa @@ -0,0 +1,56 @@ +$NetBSD: patch-aa,v 1.1 2001/04/05 15:53:49 wiz Exp $ + +--- Makefile.orig Mon Aug 17 00:54:11 1998 ++++ Makefile +@@ -2,13 +2,13 @@ + # See file COPYRIGHT for more information. + # + # Adjust these two lines for your ANSI C compiler +-CC=gcc -ansi -pedantic +-CFLAGS= ++# CC=gcc -ansi -pedantic ++#CFLAGS= + # If you have Icon, you should use the Icon versions of the noweb pipeline. + # Set LIBSRC=icon +-LIBSRC=awk ++LIBSRC=icon + # If you have no Icon compiler, but do have icont, make ICONC=icont +-ICONC=iconc ++ICONC=icont + ICONT=icont + + # BIN is where the commands (notangle, noweave, nountangle, noroots) land +@@ -18,13 +18,13 @@ + # MAN7EXT is the extension for the nowebstyle man page (usually 7) + # TEXINPUTS is the directory for TeX macro files + # ELISP is the directory for emacs lisp files, or /dev/null not to install +-BIN=/usr/local/noweb +-LIB=/usr/local/noweb/lib +-MAN=/usr/local/noweb/man ++BIN=${PREFIX}/bin ++LIB=${PREFIX}/share/noweb ++MAN=${PREFIX}/man + MANEXT=1 + MAN7EXT=7 +-TEXINPUTS=/usr/local/tex/inputs +-ELISP=/dev/null ++TEXINPUTS=${LIB}/tex ++ELISP=${PREFIX}/share/emacs/site-lisp + + # change WEAVE if you want a different version of noweave to be installed + WEAVE=noweave +@@ -135,12 +135,12 @@ + rm -f $(CATDIR)/nountangle.$(MANEXT).gz + (cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz) + install-tex: +- -mkdir $(TEXINPUTS) 2>/dev/null ++ -mkdir -p $(TEXINPUTS) 2>/dev/null + cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS) + -texhash + + install-elisp: +- -mkdir $(ELISP) 2>/dev/null ++ -mkdir -p $(ELISP) 2>/dev/null + cp elisp/noweb-mode.el $(ELISP) + + checkin: -- cgit v1.2.3