pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/irssi Enable build of the proxy module, as reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daac518126e9
branches:  trunk
changeset: 490755:daac518126e9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Mar 19 15:32:25 2005 +0000

description:
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:

 chat/irssi/Makefile |  5 +++--
 chat/irssi/PLIST    |  7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 98654ebe37af -r daac518126e9 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Sat Mar 19 15:27:59 2005 +0000
+++ b/chat/irssi/Makefile       Sat Mar 19 15:32:25 2005 +0000
@@ -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_PKGINSTALL=                yes
 
 CONFIGURE_ARGS+=       --with-terminfo \
+                       --with-proxy \
                        --without-ncurses \
                        --sysconfdir=${PKG_SYSCONFDIR}
 
diff -r 98654ebe37af -r daac518126e9 chat/irssi/PLIST
--- a/chat/irssi/PLIST  Sat Mar 19 15:27:59 2005 +0000
+++ b/chat/irssi/PLIST  Sat Mar 19 15:32:25 2005 +0000
@@ -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 @@
 @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



Home | Main Index | Thread Index | Old Index