summaryrefslogtreecommitdiff
path: root/chat/silc-server/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-19 01:22:17 +0000
committersalo <salo@pkgsrc.org>2005-06-19 01:22:17 +0000
commitfca21a25628d3a9017bc9ff66c33bb57000c635d (patch)
tree4ea08b41b10c2b2509610f79c7e825958d4825da /chat/silc-server/Makefile
parent7b80fbf4d879cdd977770891969b7f0236600ef3 (diff)
downloadpkgsrc-fca21a25628d3a9017bc9ff66c33bb57000c635d.tar.gz
Updated to version 1.0
Changes: 1.0: ==== Only minor bugfixes were made to the previous version. - Fixed channel public key list saving on backup router on JOIN command reply. - New optimized logging. 0.9.21: ======= A small bugfix release. - Added default limit how many channels one client can join (50). - Added missing getopt.[ch]. - Fixed compilation with pkg-config files 0.9.20: ======= A bugfix release to the SILC Server. In addition of various bugfixes, this version now also includes new math library that from now on will be included in all SILC distributions. - Added more liberal channel names from the previous more stricter identifier string change. - Added SERVICE command to server, though services aren't supported yet. - Fixed MOTD command to send empty reply if motd does not exist. - Fixed LIST command. - Fixed query to stop if client goes away. - Added pkg-config check to the configure. - Several other bugfixes were made.
Diffstat (limited to 'chat/silc-server/Makefile')
-rw-r--r--chat/silc-server/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile
index 43e1f1c26a3..51c3e99076f 100644
--- a/chat/silc-server/Makefile
+++ b/chat/silc-server/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2005/04/11 21:45:05 tv Exp $
+# $NetBSD: Makefile,v 1.40 2005/06/19 01:22:17 salo Exp $
#
-DISTNAME= silc-server-0.9.19p1
-PKGNAME= ${DISTNAME:S/p1/.1/}
+DISTNAME= silc-server-1.0
CATEGORIES= chat security
MASTER_SITES= http://www.silcnet.org/download/server/sources/ \
ftp://ftp.silcnet.org/silc/server/sources/ \
@@ -15,11 +14,10 @@ MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.silcnet.org/
COMMENT= Server for the Secure Internet Live Conferencing (SILC) protocol
-USE_PKGINSTALL= YES
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+USE_PKGINSTALL= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= libtool */*/*/libtool
-WRKSRC= ${WRKDIR}/${DISTNAME:S/p1//}
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
@@ -62,6 +60,7 @@ CONFIGURE_ARGS+= --with-logsdir=${VARBASE}/log/silcd
CONFIGURE_ARGS+= --with-silcd-pid-file=${VARBASE}/run/silcd.pid
CONFIGURE_ARGS+= --without-iconv
CONFIGURE_ARGS+= --without-libtoolfix
+CONFIGURE_ARGS+= --enable-shared
# XXX: Avoid an ICE in gcc2 on sparc64
#