summaryrefslogtreecommitdiff
path: root/textproc/nfbtrans/files
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-09-07 21:33:38 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-09-07 21:33:38 +0000
commitaa83601ea5255a2217d5e4c1c12b2974112e2d78 (patch)
treed13145385633b2ed7cf10b05a15605bf7dea09ff /textproc/nfbtrans/files
parentThe WWW site has gone AWOL (or at least 403), so remove mention of (diff)
Upgrade to 7.53, and as a result, unbreak.
Notes
Notes: svn path=/head/; revision=21384
Diffstat (limited to 'textproc/nfbtrans/files')
-rw-r--r--textproc/nfbtrans/files/patch-aa24
-rw-r--r--textproc/nfbtrans/files/patch-ac12
2 files changed, 18 insertions, 18 deletions
diff --git a/textproc/nfbtrans/files/patch-aa b/textproc/nfbtrans/files/patch-aa
index 8e83aa8d30f7..a62029719e65 100644
--- a/textproc/nfbtrans/files/patch-aa
+++ b/textproc/nfbtrans/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.orig Sun Aug 30 06:13:32 1998
-+++ makefile Sun Aug 30 07:58:37 1998
+--- makefile.orig Sat Apr 17 08:22:40 1999
++++ makefile Wed Sep 8 06:01:21 1999
@@ -3,6 +3,11 @@
#translation software written by the National Federation of the Blind
#compile under the Unix operating system.
@@ -16,20 +16,20 @@
LIBS= -ltermcap
#Compiler and linking flags are as follows:
--CFLAGS=-O
-+CFLAGS+=-O -dUNIX_PATH=${UNIX_PATH}
+-CFLAGS="-O"
++CFLAGS+=-O -DUNIX_PATH=\\\"${UNIX_PATH}\\\"
CC=gcc
LDFLAGS=-Bdynamic
-@@ -22,6 +27,7 @@
- @echo "ultrix"
- @echo "aix"
- @echo "linux"
-+ @echo "freebsd"
+@@ -21,6 +26,7 @@
+ @echo "make ultrix"
+ @echo "make aix"
+ @echo "make linux"
++ @echo "make freebsd"
all: nfbtrans
- #Lint can wait a while
-@@ -31,6 +37,9 @@
+ nfbtrans: $(OBJFILES)
+@@ -28,6 +34,9 @@
ultrix:
$(MAKE) CFLAGS=-O
@@ -38,4 +38,4 @@
+ ${MAKE} all CFLAGS="${CFLAGS} -Dfreebsd"
linux:
- $(MAKE) CFLAGS=-O
+ $(MAKE) all CFLAGS="-O -Dlinux"
diff --git a/textproc/nfbtrans/files/patch-ac b/textproc/nfbtrans/files/patch-ac
index 425a44de9925..cd8b71baf24f 100644
--- a/textproc/nfbtrans/files/patch-ac
+++ b/textproc/nfbtrans/files/patch-ac
@@ -1,13 +1,13 @@
---- nfbpatch.c.orig Thu Feb 6 12:00:00 1997
-+++ nfbpatch.c Sun Aug 30 05:44:36 1998
+--- nfbpatch.c.orig Mon Mar 25 07:23:16 1996
++++ nfbpatch.c Wed Sep 8 05:58:22 1999
@@ -31,9 +31,11 @@
#include <unistd.h>
- #define CASE_SHIFT 32 /* diference between upper and lower case */
+ #define CASE_SHIFT 32 /* diference between upper and lower case */
+#ifndef freebsd
- #define SYSVR4 /* use with gcc and solaris 2.1 see getpgrp. Also defines
- * usleep. Wasn't able to link with /usr/ucblib/libucb.a
- * Really no need for delay anyway */
+ #define SYSVR4 /* use with gcc and solaris 2.1 see getpgrp. Also defines
+ * usleep. Wasn't able to link with /usr/ucblib/libucb.a
+ * Really no need for delay anyway */
+#endif
#ifdef ultrix
#define ECHOCTL TCTLECH