aboutsummaryrefslogtreecommitdiff
path: root/textproc/rman/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-06-28 11:55:49 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-06-28 11:55:49 +0000
commit415bed19015f9d24107146b06d7ce9ab8348b69a (patch)
tree6e62a58bd0e4f4d385d18474a47fbfebe750fc9b /textproc/rman/files
parentd9b40d7cb17a659eb9c48cd4f088604765562e4b (diff)
downloadports-415bed19015f9d24107146b06d7ce9ab8348b69a.tar.gz
ports-415bed19015f9d24107146b06d7ce9ab8348b69a.zip
Upgrade to 3.0.9.
PR: 19555 Submitted by: bmah@cisco.com (Bruce A. Mah)
Notes
Notes: svn path=/head/; revision=29929
Diffstat (limited to 'textproc/rman/files')
-rw-r--r--textproc/rman/files/patch-aa65
1 files changed, 39 insertions, 26 deletions
diff --git a/textproc/rman/files/patch-aa b/textproc/rman/files/patch-aa
index 285788d7a9c5..d64b141037f1 100644
--- a/textproc/rman/files/patch-aa
+++ b/textproc/rman/files/patch-aa
@@ -1,26 +1,39 @@
---- Makefile.orig Mon Dec 1 07:32:00 1997
-+++ Makefile Mon Dec 8 16:42:52 1997
-@@ -15,17 +15,17 @@
- # this must be a directory that's in your bin PATH.
- # MANDIR holds the man page.
-
--BINDIR = /private/share/bin
--#BINDIR = /usr/local/bin
--MANDIR = /home/auspex/h/bair/phelps/man/man1
--#MANDIR = /usr/local/man/man1
-+#BINDIR = /private/share/bin
-+BINDIR = ${PREFIX}/bin
-+#MANDIR = /home/auspex/h/bair/phelps/man/man1
-+MANDIR = ${PREFIX}/man/man1
-
-
- ### if you have GNU gcc v2.x, use these definitions
-
--CC = gcc
-+# CC = gcc
- # if you don't have gcc v2.x, try -O for CFLAGS
--CFLAGS = -O2 -finline-functions
-+CFLAGS += -finline-functions
-
- ### if you just have a standard UNIX, use these instead of GNU.
- ### CC must be an ANSI C compiler
+*** Makefile.orig Wed Jun 21 18:05:56 2000
+--- Makefile Mon Jun 26 20:15:01 2000
+***************
+*** 15,31 ****
+ # this must be a directory that's in your bin PATH.
+ # MANDIR holds the man page.
+
+! BINDIR = /usr/local/bin
+ #BINDIR = //C/bin
+! MANDIR = /home/auspex/h/bair/phelps/man/man1
+! #MANDIR = /usr/local/man/man1
+
+
+ ### if you have GNU gcc v2.x, use these definitions
+
+! CC = gcc
+ # if you don't have gcc v2.x, try -O for CFLAGS
+! CFLAGS = -O2 -finline-functions
+
+ ### if you just have a standard UNIX, use these instead of GNU.
+ ### CC must be an ANSI C compiler
+--- 15,31 ----
+ # this must be a directory that's in your bin PATH.
+ # MANDIR holds the man page.
+
+! BINDIR = ${PREFIX}/bin
+ #BINDIR = //C/bin
+! #MANDIR = /home/auspex/h/bair/phelps/man/man1
+! MANDIR = ${PREFIX}/man/man1
+
+
+ ### if you have GNU gcc v2.x, use these definitions
+
+! #CC = gcc
+ # if you don't have gcc v2.x, try -O for CFLAGS
+! CFLAGS += -finline-functions
+
+ ### if you just have a standard UNIX, use these instead of GNU.
+ ### CC must be an ANSI C compiler