diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-04 14:14:45 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-04 14:14:45 +0000 |
commit | bb87ad4446f85062d4ebb1a96f2f240a657b4ea8 (patch) | |
tree | 7df1d70bd8fad8c796d6646124e1628d9010113a /comms | |
parent | 9cd0d7f466bc933a1ad02124907f910451cfb9a3 (diff) | |
download | ports-bb87ad4446f85062d4ebb1a96f2f240a657b4ea8.tar.gz ports-bb87ad4446f85062d4ebb1a96f2f240a657b4ea8.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qico/Makefile | 10 | ||||
-rw-r--r-- | comms/qico/distinfo | 2 | ||||
-rw-r--r-- | comms/qico/files/patch-aa | 14 | ||||
-rw-r--r-- | comms/qicosi/Makefile | 10 | ||||
-rw-r--r-- | comms/qicosi/distinfo | 2 | ||||
-rw-r--r-- | comms/qicosi/files/patch-aa | 14 |
6 files changed, 36 insertions, 16 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 ##################################################### ############################################################################## diff --git a/comms/qicosi/Makefile b/comms/qicosi/Makefile index 69b0bd01f806..7ffc8dc01848 100644 --- a/comms/qicosi/Makefile +++ b/comms/qicosi/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/qicosi/distinfo b/comms/qicosi/distinfo index 681a58835e42..91ac7f426e00 100644 --- a/comms/qicosi/distinfo +++ b/comms/qicosi/distinfo @@ -1 +1 @@ -MD5 (qico-0.48.1.tar.gz) = 73c58ae8be5d67778f66e5f9ae9dae84 +MD5 (qico-0.48.2.tar.gz) = f1fdb98e94c055dced5005e149dbc889 diff --git a/comms/qicosi/files/patch-aa b/comms/qicosi/files/patch-aa index 0ac36b13c187..cf6f9d94ffe7 100644 --- a/comms/qicosi/files/patch-aa +++ b/comms/qicosi/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 ##################################################### ############################################################################## |