pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi Sanitize the perl option's name (irssi-perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32312187488e
branches:  trunk
changeset: 548279:32312187488e
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Oct 12 21:28:23 2008 +0000

description:
Sanitize the perl option's name (irssi-perl -> perl).
Now -perl affects this package too.

Submitted by Leonardo Taccari.

diffstat:

 chat/irssi/options.mk |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 7324efc4e5ea -r 32312187488e chat/irssi/options.mk
--- a/chat/irssi/options.mk     Sun Oct 12 21:26:34 2008 +0000
+++ b/chat/irssi/options.mk     Sun Oct 12 21:28:23 2008 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.7 2008/05/05 07:44:29 adrianp Exp $
+# $NetBSD: options.mk,v 1.8 2008/10/12 21:28:23 ahoka Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.irssi
-PKG_SUPPORTED_OPTIONS= inet6 irssi-perl ssl
+PKG_SUPPORTED_OPTIONS= inet6 perl ssl
+PKG_OPTIONS_LEGACY_OPTS+=      irssi-perl:perl
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mirssi-perl)
+.if !empty(PKG_OPTIONS:Mperl)
 USE_TOOLS+=            perl
 PERL5_PACKLIST=                auto/Irssi/.packlist
 PERL5_PACKLIST+=       auto/Irssi/Irc/.packlist



Home | Main Index | Thread Index | Old Index