aboutsummaryrefslogtreecommitdiff
path: root/editors/jove
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-20 21:48:00 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-20 21:48:00 +0000
commit9199963efba48bc35dcfc3d6f95b2275d12d412b (patch)
tree110535bd5e5ff58704d014ad0bcc59b01b487d1c /editors/jove
parent9c56fb1109cf2525429fe945df7a65b8baceed51 (diff)
downloadports-9199963efba48bc35dcfc3d6f95b2275d12d412b.tar.gz
ports-9199963efba48bc35dcfc3d6f95b2275d12d412b.zip
Add a patch file to generate a correct Makefile for jove and comment
out the function ntohl in macvert.c.
Notes
Notes: svn path=/head/; revision=430
Diffstat (limited to 'editors/jove')
-rw-r--r--editors/jove/files/patch-aa97
1 files changed, 97 insertions, 0 deletions
diff --git a/editors/jove/files/patch-aa b/editors/jove/files/patch-aa
new file mode 100644
index 000000000000..d38b36ae2a23
--- /dev/null
+++ b/editors/jove/files/patch-aa
@@ -0,0 +1,97 @@
+*** Makefile.freebsd Sat Jun 19 07:44:14 1993
+--- Makefile Sun Nov 20 22:30:22 1994
+***************
+*** 30,36 ****
+ TMPDIR = /tmp
+ RECDIR = /usr/preserve
+
+! JOVEHOME = /local
+ SHAREDIR = $(JOVEHOME)/lib/jove
+ LIBDIR = $(JOVEHOME)/lib/jove
+ BINDIR = $(JOVEHOME)/bin
+--- 30,36 ----
+ TMPDIR = /tmp
+ RECDIR = /usr/preserve
+
+! JOVEHOME = /usr/local
+ SHAREDIR = $(JOVEHOME)/lib/jove
+ LIBDIR = $(JOVEHOME)/lib/jove
+ BINDIR = $(JOVEHOME)/bin
+***************
+*** 39,49 ****
+ DFLTSHELL = /bin/csh
+
+ # to install executable files
+! XINSTALL=cp
+! #XINSTALL=install -c -m 755 # -s
+ # to install text files
+! TINSTALL=cp
+! #TINSTALL=install -c -m 644
+
+ PROG = jove
+ VERSION = 4.14
+--- 39,49 ----
+ DFLTSHELL = /bin/csh
+
+ # to install executable files
+! # XINSTALL=cp
+! XINSTALL=install -c -m 755 # -s
+ # to install text files
+! # TINSTALL=cp
+! TINSTALL=install -c -m 644
+
+ PROG = jove
+ VERSION = 4.14
+***************
+*** 62,68 ****
+ # Select optimization level (flags passed to compiling and linking steps).
+ # On most systems, -g for debugging, -O for optimization.
+
+! OPTFLAGS = -g
+
+ # Select the right libraries for your system.
+ # 2.10BSD:LIBS = -ltermcap
+--- 62,68 ----
+ # Select optimization level (flags passed to compiling and linking steps).
+ # On most systems, -g for debugging, -O for optimization.
+
+! OPTFLAGS = -O
+
+ # Select the right libraries for your system.
+ # 2.10BSD:LIBS = -ltermcap
+***************
+*** 121,127 ****
+ #
+ # You can just say 'make SYSDEFS=-Dwhatever' on these systems.
+
+! SYSDEFS =
+
+ # for SCO Xenix, set
+ # MEMFLAGS = -Mle
+--- 121,127 ----
+ #
+ # You can just say 'make SYSDEFS=-Dwhatever' on these systems.
+
+! SYSDEFS = -DBSDPOSIX
+
+ # for SCO Xenix, set
+ # MEMFLAGS = -Mle
+*** macvert.c.ORIG Sun Apr 18 23:05:23 1993
+--- macvert.c Sun Nov 20 22:37:15 1994
+***************
+*** 56,67 ****
+--- 56,69 ----
+
+ #else
+
++ #ifndef __FreeBSD__
+ static long
+ ntohl(x)
+ register long x;
+ {
+ return x;
+ }
++ #endif /* __FreeBSD__ */
+
+ #endif
+