Disable ipv6 support, it broken dcc command.
Submitted by: "BigBrother (BigB3)" <bigbrother@bonbon.net> Approved by: kris
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue