diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-23 14:32:26 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-23 14:32:26 +0000 |
commit | 4618632f513703ceb93d4e98b805a086ce1e9a3d (patch) | |
tree | 06d9e00b308a476dab7becb278ca9e92dbed3abd /comms/qico/files | |
parent | Update to version 3.0.21 (diff) |
Update to version 0.46.2
PR: 20739
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=31902
Diffstat (limited to 'comms/qico/files')
-rw-r--r-- | comms/qico/files/patch-aa | 36 | ||||
-rw-r--r-- | comms/qico/files/patch-ab | 4 | ||||
-rw-r--r-- | comms/qico/files/patch-ac | 15 |
3 files changed, 20 insertions, 35 deletions
diff --git a/comms/qico/files/patch-aa b/comms/qico/files/patch-aa index cf24599fbd9b..0ac36b13c187 100644 --- a/comms/qico/files/patch-aa +++ b/comms/qico/files/patch-aa @@ -1,5 +1,5 @@ ---- CONFIG.orig Sat Mar 18 10:12:29 2000 -+++ CONFIG Sat Mar 18 11:43:16 2000 +--- CONFIG.orig Tue Jul 18 18:41:42 2000 ++++ CONFIG Thu Jul 20 19:49:34 2000 @@ -6,7 +6,7 @@ BINDIR = /usr/local/bin @@ -9,11 +9,13 @@ # non-binary file permissions PERM = 00600 -@@ -20,10 +20,9 @@ - - # qcc features (for building this you must have ncurses-4.2+) +@@ -22,11 +22,11 @@ MORDA = 1 --#DEFS += -DFREE_BSD + + # Please, set it under FreeBSD +-#FREE_BSD=1 ++FREE_BSD=1 + # lock dir -DEFS += -DLOCK_DIR=\"/var/lock\" @@ -21,7 +23,7 @@ # communication socket DEFS += -DQIPC_SOCKET=\"/tmp/qlog\" -@@ -52,19 +51,19 @@ +@@ -55,13 +55,13 @@ ### OS depended settings ##################################################### ############################################################################## @@ -30,22 +32,14 @@ -AWK = awk -INSTALL = install -LEX = lex -+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 ++YACC ?= yacc # required for linux glibc2 systems #LIBS=-lresolv - --# required for FreeBSD, if define -DFREE_BSD --#LIBS=-lutil -+# required for FreeBSD -+LIBS=-lutil - - # - # $Id: CONFIG,v 1.7 2000/01/28 15:53:38 aaz Exp $ diff --git a/comms/qico/files/patch-ab b/comms/qico/files/patch-ab index 7f8d0ecfa5d8..ad445a5ad302 100644 --- a/comms/qico/files/patch-ab +++ b/comms/qico/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Feb 6 10:47:47 2000 -+++ Makefile Sun Feb 6 11:01:10 2000 +--- Makefile.orig Tue Jul 18 18:41:42 2000 ++++ Makefile Thu Jul 20 19:51:32 2000 @@ -5,8 +5,6 @@ DIRS = src diff --git a/comms/qico/files/patch-ac b/comms/qico/files/patch-ac index ebf59a0b1062..4370c5401f5b 100644 --- a/comms/qico/files/patch-ac +++ b/comms/qico/files/patch-ac @@ -1,19 +1,10 @@ ---- src/Makefile.orig Sat Mar 18 10:12:29 2000 -+++ src/Makefile Sat Mar 18 12:02:56 2000 -@@ -3,7 +3,7 @@ - # - include ../CONFIG - --STRIP=0 -+STRIP=1 - #DEFS += -DEMSI_LOG # log emsi in /tmp/emsi.log - #DEFS += -DH_DEBUG # Hydra - #DEFS += -DZ_DEBUG # ZModem +--- src/Makefile.orig Tue Aug 15 20:53:42 2000 ++++ src/Makefile Sun Aug 20 10:06:44 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 +-CFLAGS = $(DEFS) -Wall -m486 -O2 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -I/usr/local/include +CFLAGS += $(DEFS) ifeq (1,$(STRIP)) IFLAGS = -s |