aboutsummaryrefslogtreecommitdiff
path: root/comms/qico
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-04 14:14:45 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-04 14:14:45 +0000
commitbb87ad4446f85062d4ebb1a96f2f240a657b4ea8 (patch)
tree7df1d70bd8fad8c796d6646124e1628d9010113a /comms/qico
parent9cd0d7f466bc933a1ad02124907f910451cfb9a3 (diff)
downloadports-bb87ad4446f85062d4ebb1a96f2f240a657b4ea8.tar.gz
ports-bb87ad4446f85062d4ebb1a96f2f240a657b4ea8.zip
- Update to version 0.48.2
- Allow building without qcc aka MORDA (make WITHOUT_MORDA=yes). PR: 22599 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=34804
Diffstat (limited to 'comms/qico')
-rw-r--r--comms/qico/Makefile10
-rw-r--r--comms/qico/distinfo2
-rw-r--r--comms/qico/files/patch-aa14
3 files changed, 18 insertions, 8 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile
index 69b0bd01f806..7ffc8dc01848 100644
--- a/comms/qico/Makefile
+++ b/comms/qico/Makefile
@@ -6,23 +6,29 @@
#
PORTNAME= qico
-PORTVERSION= 0.48.1
+PORTVERSION= 0.48.2
CATEGORIES= comms
MASTER_SITES= http://lev.serebryakov.spb.ru/download/0.48/
MAINTAINER= dsh@vlink.ru
USE_GMAKE= yes
-MAKE_ENV+= SH=${SH} AWK=${AWK} DEFS="${DEFS}"
+MAKE_ENV+= SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}"
.if defined(WITH_AMIGA4D)
DEFS+= -DAMIGA4D
.endif
+.if !defined(WITHOUT_MORDA)
+MORDA= 1
+.endif
+
do-install:
${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/
${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/
+.if !defined(WITHOUT_MORDA)
${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/
+.endif
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/qico
diff --git a/comms/qico/distinfo b/comms/qico/distinfo
index 681a58835e42..91ac7f426e00 100644
--- a/comms/qico/distinfo
+++ b/comms/qico/distinfo
@@ -1 +1 @@
-MD5 (qico-0.48.1.tar.gz) = 73c58ae8be5d67778f66e5f9ae9dae84
+MD5 (qico-0.48.2.tar.gz) = f1fdb98e94c055dced5005e149dbc889
diff --git a/comms/qico/files/patch-aa b/comms/qico/files/patch-aa
index 0ac36b13c187..cf6f9d94ffe7 100644
--- a/comms/qico/files/patch-aa
+++ b/comms/qico/files/patch-aa
@@ -1,5 +1,5 @@
---- CONFIG.orig Tue Jul 18 18:41:42 2000
-+++ CONFIG Thu Jul 20 19:49:34 2000
+--- 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
@@ -9,8 +9,12 @@
# non-binary file permissions
PERM = 00600
-@@ -22,11 +22,11 @@
- MORDA = 1
+@@ -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
@@ -23,7 +27,7 @@
# communication socket
DEFS += -DQIPC_SOCKET=\"/tmp/qlog\"
-@@ -55,13 +55,13 @@
+@@ -59,13 +59,13 @@
### OS depended settings #####################################################
##############################################################################