aboutsummaryrefslogtreecommitdiff
path: root/devel/noweb
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-19 10:49:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-19 10:49:06 +0000
commit97f780cc5b1d12e7b9df93a2a36ff32da668e52f (patch)
tree10946a3a1c38ceaa9e11201028f38c0d7d945291 /devel/noweb
parentd3dae184e7cc0495a40bd2b014db4a049d05f44c (diff)
downloadports-97f780cc5b1d12e7b9df93a2a36ff32da668e52f.tar.gz
ports-97f780cc5b1d12e7b9df93a2a36ff32da668e52f.zip
Upgrade to 2.9a.
Notes
Notes: svn path=/head/; revision=18881
Diffstat (limited to 'devel/noweb')
-rw-r--r--devel/noweb/Makefile6
-rw-r--r--devel/noweb/distinfo2
-rw-r--r--devel/noweb/files/patch-a22
3 files changed, 14 insertions, 16 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index 8f9ca15cf597..3e740d3a419f 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: noweb
-# Version required: noweb-2.8a
+# Version required: noweb-2.9a
# Date created: 29 July 1995
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.11 1998/06/04 21:41:37 steve Exp $
+# $Id: Makefile,v 1.12 1998/09/19 02:29:22 hoek Exp $
#
-DISTNAME= noweb-2.8a
+DISTNAME= noweb-2.9a
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/nr/
EXTRACT_SUFX= .tgz
diff --git a/devel/noweb/distinfo b/devel/noweb/distinfo
index 9abb29dd468a..71f2711af2c8 100644
--- a/devel/noweb/distinfo
+++ b/devel/noweb/distinfo
@@ -1 +1 @@
-MD5 (noweb-2.8a.tgz) = 91892be37bc26dd83ba7d1188cd4c028
+MD5 (noweb-2.9a.tgz) = b95f1d7b773b3f1425d266ed9eb6920b
diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a
index a9ad69840b19..e8b5a7c9f8c6 100644
--- a/devel/noweb/files/patch-a
+++ b/devel/noweb/files/patch-a
@@ -1,25 +1,22 @@
---- Makefile.orig Sat Sep 13 23:27:50 1997
-+++ Makefile Mon Sep 15 09:23:19 1997
-@@ -2,13 +2,13 @@
+--- Makefile.orig Mon Aug 17 02:54:11 1998
++++ Makefile Wed May 19 12:47:35 1999
+@@ -2,11 +2,12 @@
# See file COPYRIGHT for more information.
#
# Adjust these two lines for your ANSI C compiler
--CC=gcc
+-CC=gcc -ansi -pedantic
-CFLAGS=
-+#CC=gcc
++#CC=gcc -ansi -pedantic
+#CFLAGS=
# If you have Icon, you should use the Icon versions of the noweb pipeline.
--# Set LIBSRC=icon
+ # Set LIBSRC=icon
-LIBSRC=awk
+LIBSRC=icon
+#LIBSRC=awk
# If you have no Icon compiler, but do have icont, make ICONC=icont
--ICONC=iconc
-+ICONC=icont
+ ICONC=iconc
ICONT=icont
-
- # BIN is where the commands (notangle, noweave, nountangle, noroots) land
-@@ -18,13 +18,13 @@
+@@ -18,13 +19,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
@@ -38,13 +35,14 @@
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
-@@ -114,11 +114,11 @@
+@@ -135,12 +136,11 @@
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