1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Make WITH_PERL=yes the default, and bump PORTREVISION. Perl scripting is

one of the major features of irssi, and seems a reasonable default.

Approved by:	maintainer
This commit is contained in:
Pete Fritchman 2004-01-05 18:47:53 +00:00
parent 24283818cf
commit 4868cd59bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97388
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.8.9
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= irc
MASTER_SITES= http://irssi.org/files/
@ -32,7 +32,7 @@ WITH_GLIB= 1
.endif
.if ! defined(WITH_PERL)
WITH_PERL= no
WITH_PERL= yes
.endif
.if ! defined(WITH_PROXY)
@ -120,7 +120,7 @@ pre-extract:
@${ECHO} "You may use the following build options:"
@${ECHO} ""
@${ECHO} " WITH_GLIB=1|2 Select a GLib version to use [auto]"
@${ECHO} " WITH_PERL=yes|no Enable Perl support [no]"
@${ECHO} " WITH_PERL=yes|no Enable Perl support [yes]"
@${ECHO} " WITH_PROXY=yes|no Enable irssi-proxy [no]"
@${ECHO} " WITH_SOCKS=yes|no Enable Socks support [no]"
@${ECHO} " WITH_IPV6=yes|no Enable IPv6 support [yes]"

View File

@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.8.9
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= irc
MASTER_SITES= http://irssi.org/files/
@ -32,7 +32,7 @@ WITH_GLIB= 1
.endif
.if ! defined(WITH_PERL)
WITH_PERL= no
WITH_PERL= yes
.endif
.if ! defined(WITH_PROXY)
@ -120,7 +120,7 @@ pre-extract:
@${ECHO} "You may use the following build options:"
@${ECHO} ""
@${ECHO} " WITH_GLIB=1|2 Select a GLib version to use [auto]"
@${ECHO} " WITH_PERL=yes|no Enable Perl support [no]"
@${ECHO} " WITH_PERL=yes|no Enable Perl support [yes]"
@${ECHO} " WITH_PROXY=yes|no Enable irssi-proxy [no]"
@${ECHO} " WITH_SOCKS=yes|no Enable Socks support [no]"
@${ECHO} " WITH_IPV6=yes|no Enable IPv6 support [yes]"