aboutsummaryrefslogtreecommitdiff
path: root/comms/qico
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-31 08:13:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-31 08:13:13 +0000
commit9c033e68b666823a3b33aeeeb3f3b6a9bb4ded50 (patch)
tree3b44058a9dcdb9e152f571300206c3a6d900fa63 /comms/qico
parentf8c9e1e5db36a24aa3c059de4adaefe1eef69fff (diff)
downloadports-9c033e68b666823a3b33aeeeb3f3b6a9bb4ded50.tar.gz
ports-9c033e68b666823a3b33aeeeb3f3b6a9bb4ded50.zip
Notes
Diffstat (limited to 'comms/qico')
-rw-r--r--comms/qico/Makefile15
-rw-r--r--comms/qico/distinfo4
-rw-r--r--comms/qico/files/patch-aa49
-rw-r--r--comms/qico/files/patch-ab11
-rw-r--r--comms/qico/files/patch-ac20
5 files changed, 10 insertions, 89 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile
index 23bf7f17cac2..3851028bb296 100644
--- a/comms/qico/Makefile
+++ b/comms/qico/Makefile
@@ -6,25 +6,26 @@
#
PORTNAME= qico
-PORTVERSION= 0.48.5
-PORTREVISION= 1
+PORTVERSION= 0.49.10.3
CATEGORIES= comms
-MASTER_SITES= http://lev.serebryakov.spb.ru/download/0.48/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-0.49.10-p3
MAINTAINER= dsh@vlink.ru
COMMENT= An FidoNet Technology Network (FTN) compatible mailer for Unix systems
-USE_GMAKE= yes
-MAKE_ENV+= SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}"
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
.if defined(WITH_QICO_AMIGA4D)
-DEFS+= -DAMIGA4D
+CONFIGURE_ARGS+= --enable-aso
.endif
.if defined(WITH_QICO_MORDA)
-MORDA= 1
PLIST_SUB+= WITH_QICO_MORDA=""
.else
+CONFIGURE_ARGS+= --disable-qcc
PLIST_SUB+= WITH_QICO_MORDA="@comment "
.endif
diff --git a/comms/qico/distinfo b/comms/qico/distinfo
index 0d065dfa0abe..6073c1123ff1 100644
--- a/comms/qico/distinfo
+++ b/comms/qico/distinfo
@@ -1,2 +1,2 @@
-MD5 (qico-0.48.5.tar.gz) = 0879986b7e1794c2ec5afa9cf6646904
-SIZE (qico-0.48.5.tar.gz) = 103893
+MD5 (qico-0.49.10-p3.tar.bz2) = 1fd5a72976c5d8f71a762b1243513093
+SIZE (qico-0.49.10-p3.tar.bz2) = 229434
diff --git a/comms/qico/files/patch-aa b/comms/qico/files/patch-aa
deleted file mode 100644
index cf6f9d94ffe7..000000000000
--- a/comms/qico/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/qico/files/patch-ab b/comms/qico/files/patch-ab
deleted file mode 100644
index ad445a5ad302..000000000000
--- a/comms/qico/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/qico/files/patch-ac b/comms/qico/files/patch-ac
deleted file mode 100644
index 7bbfef02dd09..000000000000
--- a/comms/qico/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 +=