Disable ipv6 support, it broken dcc command.

Submitted by:	"BigBrother (BigB3)" <bigbrother@bonbon.net>
Approved by:	kris
This commit is contained in:
Vanilla I. Shu 2002-12-12 07:14:54 +00:00
parent 6cee3b7e4c
commit f8ffa11704
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71551
2 changed files with 10 additions and 10 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.8.6
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES+= irc ipv6 # `+=' is for slave ports
MASTER_SITES= http://irssi.org/files/
@ -24,11 +24,11 @@ CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
#.if ${OSVERSION} >= 400014
#CONFIGURE_ARGS+= --enable-ipv6
#.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
#.endif
pre-configure:
@cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample

View file

@ -7,7 +7,7 @@
PORTNAME= irssi
PORTVERSION= 0.8.6
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES+= irc ipv6 # `+=' is for slave ports
MASTER_SITES= http://irssi.org/files/
@ -24,11 +24,11 @@ CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.else
#.if ${OSVERSION} >= 400014
#CONFIGURE_ARGS+= --enable-ipv6
#.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
#.endif
pre-configure:
@cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample