summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-19 15:32:25 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-19 15:32:25 +0000
commite6b2d1c9b4a61bf63ddd995bed47b5fd40b4b93c (patch)
tree9514de1210153ee842a545b1e6f1bb2ccf6df2a6 /chat
parent8afe201130d365bd8e9770c3860192b4e3533633 (diff)
downloadpkgsrc-e6b2d1c9b4a61bf63ddd995bed47b5fd40b4b93c.tar.gz
Enable build of the proxy module, as requested in PR pkg/25517. Note that
the report asked for a conditional build through a knob, but I can't see a reason to not enable it by default (so it's now unconditionally built). Bump PKGREVISION to 3 due to this. While here, force removal of the modules directory instead of only removing it when empty. Any package installing modules must depend on irssi to handle this shared directory.
Diffstat (limited to 'chat')
-rw-r--r--chat/irssi/Makefile5
-rw-r--r--chat/irssi/PLIST7
2 files changed, 7 insertions, 5 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index af0b4cbdf6e..2a8650e3d29 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2004/12/11 00:26:45 minskim Exp $
+# $NetBSD: Makefile,v 1.30 2005/03/19 15:32:25 jmmv Exp $
DISTNAME= ${IRSSI_DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= http://real.irssi.org/files/
EXTRACT_SUFX= ${IRSSI_EXTRACT_SUFX}
@@ -21,6 +21,7 @@ USE_LIBTOOL= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --with-terminfo \
+ --with-proxy \
--without-ncurses \
--sysconfdir=${PKG_SYSCONFDIR}
diff --git a/chat/irssi/PLIST b/chat/irssi/PLIST
index 0c4440dad37..ae125390a84 100644
--- a/chat/irssi/PLIST
+++ b/chat/irssi/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.6 2003/12/04 10:43:10 veego Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/03/19 15:32:25 jmmv Exp $
bin/irssi
+lib/irssi/modules/libirc_proxy.la
man/man1/irssi.1
share/doc/irssi/botnet.txt
share/doc/irssi/design.txt
@@ -156,5 +157,5 @@ share/irssi/themes/default.theme
@dirrm share/irssi
@dirrm share/examples/irssi
@dirrm share/doc/irssi
-@unexec ${RMDIR} %D/lib/irssi/modules 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/lib/irssi 2>/dev/null || ${TRUE}
+@dirrm lib/irssi/modules
+@dirrm lib/irssi