diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 08:13:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 08:13:13 +0000 |
commit | 9c033e68b666823a3b33aeeeb3f3b6a9bb4ded50 (patch) | |
tree | 3b44058a9dcdb9e152f571300206c3a6d900fa63 /comms/qicosi/files | |
parent | BROKEN: overwrites file installed by ispell dependency (diff) |
- Update to 0.49.10.3
PR: ports/67354
Submitted by: Andrey Slusar <vasallia@ukr.net>,
Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
Diffstat (limited to 'comms/qicosi/files')
-rw-r--r-- | comms/qicosi/files/patch-aa | 49 | ||||
-rw-r--r-- | comms/qicosi/files/patch-ab | 11 | ||||
-rw-r--r-- | comms/qicosi/files/patch-ac | 20 |
3 files changed, 0 insertions, 80 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 diff --git a/comms/qicosi/files/patch-ab b/comms/qicosi/files/patch-ab deleted file mode 100644 index ad445a5ad302..000000000000 --- a/comms/qicosi/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Jul 18 18:41:42 2000 -+++ Makefile Thu Jul 20 19:51:32 2000 -@@ -5,8 +5,6 @@ - - DIRS = src - --CC = gcc --AWK = awk - INSTALL = install - - DIST = qico-$(VERSION).tar.gz diff --git a/comms/qicosi/files/patch-ac b/comms/qicosi/files/patch-ac deleted file mode 100644 index 7bbfef02dd09..000000000000 --- a/comms/qicosi/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.orig Tue Aug 15 20:53:42 2000 -+++ src/Makefile Sat Oct 7 19:06:08 2000 -@@ -14,7 +14,7 @@ - #DEFS += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100 - - DEFS += -DSHELL=\"$(SHELL)\" -DCONFIG=\"$(CONF)\" --CFLAGS = $(DEFS) -Wall -m486 -O2 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -I/usr/local/include -+CFLAGS += $(DEFS) - ifeq (1,$(STRIP)) - IFLAGS = -s - else -@@ -23,7 +23,7 @@ - endif - #DLIBS = -lccmalloc -ldl - ifeq (1,$(FREE_BSD)) --LIBS += -lutil -+#LIBS += -lutil - DEFS += -DFREE_BSD=1 - else - LIBS += |