1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

In case muh is compiled with IPv6 support, it doesn't work at all with IPv4

Disable IPv6 Support by default. You have to set WITH_IPV6 now to use it

PR:		64705
Submitted By:	Torsten Schneider <freebsd-bugs@tschneider.org>
This commit is contained in:
Oliver Lehmann 2004-03-25 18:40:11 +00:00
parent ff85647795
commit b3e6b7bea1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105254

View File

@ -7,7 +7,7 @@
PORTNAME= muh
PORTVERSION= 2.2.b.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=muh
@ -19,7 +19,10 @@ COMMENT= A smart irc-bouncing-tool that remains on IRC all the time
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
.if defined(WITH_IPV6)
CONFIGURE_ARGS= "--enable-ipv6"
.endif
post-patch:
@${REINPLACE_CMD} -e "s|=muh|=${PREFIX}/bin/muh|g" ${WRKSRC}/misc/muh-check