summaryrefslogtreecommitdiff
path: root/chat/silc-client/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2007-05-18 21:04:25 +0000
committersalo <salo@pkgsrc.org>2007-05-18 21:04:25 +0000
commit23a6466a7c64ceecf8e5a0500f0e11009cbf476b (patch)
treebdbb1af23f24911fc84d6784db23d6be4dd89367 /chat/silc-client/Makefile
parent3984262e3250070aef47d9e689ca017f0f306af3 (diff)
downloadpkgsrc-23a6466a7c64ceecf8e5a0500f0e11009cbf476b.tar.gz
Update to version 1.0.4.1
Addresses PR pkg/36355 Changes: 1.0.4.1: ======== o Fix a segfault when joining an unknown channel 1.0.4: ====== - Update Makefiles so parallel make is possible - Include scripts from the SILC Plugin for automatically signing all messages - Use known passwords when joining password protected channels 1.0.3: ====== - empty realname and hostname is permitted again (and the user gets to see the error message if something goes wrong) - various small fixes
Diffstat (limited to 'chat/silc-client/Makefile')
-rw-r--r--chat/silc-client/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile
index 470735fe5d9..bca76101a67 100644
--- a/chat/silc-client/Makefile
+++ b/chat/silc-client/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2007/02/22 19:26:12 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2007/05/18 21:04:25 salo Exp $
#
DISTNAME= ${SILC_CLIENT_DISTNAME}
-PKGREVISION= 2
CATEGORIES= chat security
MASTER_SITES= http://www.silcnet.org/download/client/sources/ \
ftp://ftp.silcnet.org/silc/client/sources/ \
@@ -37,6 +36,7 @@ CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-simdir=${PREFIX}/lib/${PKGBASE}/modules
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR:Q}
CONFIGURE_ARGS+= --with-terminfo
+CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --without-libtoolfix
.include "../../mk/bsd.prefs.mk"
@@ -62,11 +62,11 @@ CONFIGURE_ARGS+= --disable-asm
PLIST_SRC+= ${PKGDIR}/PLIST
post-install:
- ${INSTALL_DATA} ${WRKSRC}/irssi/config.h ${SILC_CLIENT_CONFIG_H}
- ${INSTALL_DATA} ${WRKSRC}/irssi/irssi-config ${SILC_CLIENT_CONFIG}
+ ${INSTALL_DATA} ${WRKSRC}/apps/irssi/config.h ${SILC_CLIENT_CONFIG_H}
+ ${INSTALL_DATA} ${WRKSRC}/apps/irssi/irssi-config ${SILC_CLIENT_CONFIG}
.if !empty(PKG_OPTIONS:Mperl)
${INSTALL_DATA_DIR} ${PREFIX}/libexec/${PKGBASE}/scripts
- ${INSTALL_DATA} ${WRKSRC}/irssi/scripts/*.pl \
+ ${INSTALL_DATA} ${WRKSRC}/apps/irssi/scripts/*.pl \
${PREFIX}/libexec/${PKGBASE}/scripts
# Create PLIST fragment for Perl modules.
#