diff options
author | clive <clive@FreeBSD.org> | 2001-01-28 22:23:25 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-28 22:23:25 +0000 |
commit | b342f77656c9d32bc9d04504531379b833b8e186 (patch) | |
tree | c6c04a578bd0511388f733d74791242a6f6b5013 /irc/bitchx | |
parent | 746523852ed466ebe4d88bb0286e4c732476ff3a (diff) | |
download | FreeBSD-ports-b342f77656c9d32bc9d04504531379b833b8e186.zip FreeBSD-ports-b342f77656c9d32bc9d04504531379b833b8e186.tar.gz |
o Add IPV6 support, patch by Henk Wevers <wevers@cg.hu>
o Fix typo
PR: 24644
Submitted by: MAINTAINER
o Don't support esound if there's no GNOME
o Don't display BX's WITH_(.*) switch which one is
already defined
o Satisfy portlint
o Chase checksum and bump PORTREVISION. There is a
improvement in this new distfile
Reviewed and approved by: MAINTAINER
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 24 | ||||
-rw-r--r-- | irc/bitchx/distinfo | 2 | ||||
-rw-r--r-- | irc/bitchx/pkg-plist | 30 |
3 files changed, 35 insertions, 21 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index d084e61..f497df0 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitchX PORTVERSION= 1.0c17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/ @@ -37,11 +37,14 @@ CONFIGURE_ARGS+=--with-gtk .else CONFIGURE_ARGS+=--without-gtk .endif -.if defined(HAVE_ESOUND) +.if (defined(HAVE_ESOUND) && defined(HAVE_GNOME)) USE_ESOUND= yes CONFIGURE_ARGS+=--enable-sound .endif - +.if defined(HAVE_IPV6) +USE_IPV6= yes +CONFIGURE_ARGS+=--enable-ipv6 +.endif .if defined(WITH_TCL) BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83 CONFIGURE_ARGS+=--with-tcl \ @@ -53,8 +56,8 @@ post-extract: .endif .if defined(WITH_SOCKS5) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+=--with-socks5=${LOCALBASE} +BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 +CONFIGURE_ARGS+= --with-socks5=${LOCALBASE} CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" .endif @@ -74,10 +77,21 @@ pre-patch: pre-extract: @${ECHO} "Available switches:" @${ECHO} "-------------------" +.if !defined(WITH_PLUGINS) @${ECHO} "WITH_PLUGINS - Build the plugins" +.endif +.if !defined(WITH_LATIN) @${ECHO} "WITH_LATIN - Recommended if you are using an ISO-8859-1 display" +.endif +.if !defined(WITH_TCL) @${ECHO} "WITH_TCL - Build BitchX with TCL scripting" +.endif +.if !defined(WITH_SOCKS5) @${ECHO} "WITH_SOCKS5 - Build BitchX with SOCKS5 support" +.endif +.if !defined(WITH_IPV6) + @${ECHO} "WITH_IPV6 - Build BitchX with IPV6 support" +.endif post-install: .if !defined(NOPORTDOCS) diff --git a/irc/bitchx/distinfo b/irc/bitchx/distinfo index fe05cde..2380a7d 100644 --- a/irc/bitchx/distinfo +++ b/irc/bitchx/distinfo @@ -1 +1 @@ -MD5 (BitchX-1.0c17.tar.gz) = 4ab094ae58f0bacb14c3e480404215fd +MD5 (BitchX-1.0c17.tar.gz) = 9cbf6a87d2f3941a57ad10dd5c9cc8ad diff --git a/irc/bitchx/pkg-plist b/irc/bitchx/pkg-plist index 4170d9e..4b7b09f 100644 --- a/irc/bitchx/pkg-plist +++ b/irc/bitchx/pkg-plist @@ -916,20 +916,20 @@ share/bx/help/findcomm share/bx/help/functions share/bx/help/out %%PLUGINS:%%share/bx/plugins/BitchX.hints -%%PLUGINS:%%share/bx/plugins/acro.so -%%PLUGINS:%%share/bx/plugins/amp.so -%%PLUGINS:%%share/bx/plugins/autobot.so -%%PLUGINS:%%share/bx/plugins/blowfish.so -%%PLUGINS:%%share/bx/plugins/encrypt.so -%%PLUGINS:%%share/bx/plugins/fserv.so -%%PLUGINS:%%share/bx/plugins/hint.so -%%PLUGINS:%%share/bx/plugins/nap.so -%%PLUGINS:%%share/bx/plugins/pkga.so -%%PLUGINS:%%share/bx/plugins/possum.so -%%PLUGINS:%%share/bx/plugins/qmail.so -%%PLUGINS:%%share/bx/plugins/scan.so -%%PLUGINS:%%share/bx/plugins/wavplay.so -%%PLUGINS:%%share/bx/plugins/qbx.so +%%PLUGINS:%%share/bx/plugins/acro.so +%%PLUGINS:%%share/bx/plugins/amp.so +%%PLUGINS:%%share/bx/plugins/autobot.so +%%PLUGINS:%%share/bx/plugins/blowfish.so +%%PLUGINS:%%share/bx/plugins/encrypt.so +%%PLUGINS:%%share/bx/plugins/fserv.so +%%PLUGINS:%%share/bx/plugins/hint.so +%%PLUGINS:%%share/bx/plugins/nap.so +%%PLUGINS:%%share/bx/plugins/pkga.so +%%PLUGINS:%%share/bx/plugins/possum.so +%%PLUGINS:%%share/bx/plugins/qmail.so +%%PLUGINS:%%share/bx/plugins/scan.so +%%PLUGINS:%%share/bx/plugins/wavplay.so +%%PLUGINS:%%share/bx/plugins/qbx.so share/bx/script/actplug.gmz share/bx/script/bxglobal share/bx/script/bxtcl.tcl @@ -976,7 +976,7 @@ share/doc/bitchx/bxfaq.html @dirrm share/doc/bitchx @dirrm share/bx/translation @dirrm share/bx/script -%%PLUGINS:%%@dirrm share/bx/plugins +%%PLUGINS:%%@dirrm share/bx/plugins @dirrm share/bx/help/8_Scripts @dirrm share/bx/help/7_Docs @dirrm share/bx/help/6_Functions |