summaryrefslogtreecommitdiff
path: root/comms/qicosi/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-17 12:19:22 +0000
commitd615f4ca564f838b39bd8b504a3107011d951a03 (patch)
treed799b77773a040bd9f634696266507c9072dd071 /comms/qicosi/files/patch-aa
parentRemove do-package target that was running "make package" in (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'comms/qicosi/files/patch-aa')
-rw-r--r--comms/qicosi/files/patch-aa49
1 files changed, 0 insertions, 49 deletions
diff --git a/comms/qicosi/files/patch-aa b/comms/qicosi/files/patch-aa
deleted file mode 100644
index cf6f9d94ffe7..000000000000
--- a/comms/qicosi/files/patch-aa
+++ /dev/null
@@ -1,49 +0,0 @@
---- CONFIG.orig Sat Oct 28 00:02:38 2000
-+++ CONFIG Fri Nov 3 20:39:19 2000
-@@ -6,7 +6,7 @@
- BINDIR = /usr/local/bin
-
- # default config (can be overridden with -I)
--CONF = /etc/ftn/qico.conf
-+CONF = ${PREFIX}/etc/qico.conf
- # non-binary file permissions
- PERM = 00600
-
-@@ -19,14 +19,14 @@
- #############################################################################
-
- # qcc features (for building this you must have ncurses-4.2+)
--MORDA = 1
-+#MORDA = 1
-
- # Please, set it under FreeBSD
--#FREE_BSD=1
-+FREE_BSD=1
-
-
- # lock dir
--DEFS += -DLOCK_DIR=\"/var/lock\"
-+DEFS += -DLOCK_DIR=\"/var/spool/lock\"
-
- # communication socket
- DEFS += -DQIPC_SOCKET=\"/tmp/qlog\"
-@@ -59,13 +59,13 @@
- ### OS depended settings #####################################################
- ##############################################################################
-
--SHELL = /bin/sh
--CC = gcc
--AWK = awk
--INSTALL = install
--LEX = lex
-+SHELL ?= /bin/sh
-+CC ?= gcc
-+AWK ?= awk
-+INSTALL ?= install
-+LEX ?= lex
- #YACC = bison -y
--YACC = yacc
-+YACC ?= yacc
-
- # required for linux glibc2 systems
- #LIBS=-lresolv