From c88aaf5c891059139a97c6a9da40fb5cbe102634 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Thu, 15 Jan 2015 09:05:37 +0000 Subject: Add missing USE_OPENSSL=yes PR: 195796 --- irc/bitchx/Makefile | 3 ++- irc/charybdis/Makefile | 3 ++- irc/eggdrop-devel/Makefile | 3 ++- irc/ircd-ratbox/Makefile | 3 ++- irc/psybnc/Makefile | 3 ++- irc/xaric/Makefile | 4 +++- 6 files changed, 13 insertions(+), 6 deletions(-) (limited to 'irc') diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index c5f1807233a9..b41f77b4180a 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -3,7 +3,7 @@ PORTNAME= BitchX DISTVERSION= 1.2-final -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH= 1 CATEGORIES+= irc MASTER_SITES= http://bitchx.ca/ @@ -44,6 +44,7 @@ CONFIGURE_ARGS+= --enable-ipv6 .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-ssl +USE_OPENSSL= yes .endif .if ${PORT_OPTIONS:MPLUGINS} diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile index 25327775fd02..94768069429f 100644 --- a/irc/charybdis/Makefile +++ b/irc/charybdis/Makefile @@ -2,7 +2,7 @@ PORTNAME= charybdis PORTVERSION= 3.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc net MASTER_SITES= http://www.stack.nl/~jilles/irc/ \ http://www.bayofrum.net/dist/${PORTNAME}/ @@ -27,6 +27,7 @@ PORTDOCS= charybdis-oper-guide.pdf USE_AUTOTOOLS= autoconf USES= libtool pathfix +USE_OPENSSL= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes USERS= ircd diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index de2012592b57..6ce28a2bbc6c 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= eggdrop PORTVERSION= 1.8.0.20141008 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/${PORTNAME}/ @@ -15,6 +15,7 @@ COMMENT= The most popular open source Internet Relay Chat bot LICENSE= GPLv2 USES= tcl:85+ +USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index d7b26e3a9dc0..0b6d78cb452a 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://www.ratbox.org/download/ \ http://www.ratbox.org/download/old/ @@ -17,6 +17,7 @@ CONFLICTS= ircd-ratbox-devel-[0-9]* charybdis-[0-9]* USES= libtool tar:bzip2 #MAN8= ircd.8 +USE_OPENSSL= yes USE_RC_SUBR= ircd-ratbox USE_SQLITE= 3 USE_LDCONFIG= ${PREFIX}/lib/ircd-ratbox diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index b699e88c3fa7..b9679816cff9 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -3,7 +3,7 @@ PORTNAME= psybnc DISTVERSION= 2.3.2-9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc ipv6 MASTER_SITES= http://www.psybnc.at/download/beta/ CENKES DISTNAME= psyBNC-${DISTVERSION} @@ -11,6 +11,7 @@ DISTNAME= psyBNC-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Powerful IRC bouncer +USE_OPENSSL= yes WRKSRC= ${WRKDIR}/psybnc PSYBASE?= ${PREFIX}/psybnc MAKE_ARGS= PSYBASE=${PSYBASE} diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile index d964e2d35bc4..b0d257ac2892 100644 --- a/irc/xaric/Makefile +++ b/irc/xaric/Makefile @@ -3,14 +3,16 @@ PORTNAME= xaric PORTVERSION= 0.13.6 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://xaric.org/software/xaric/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= IRC Client similer to BitchX or ircII -USES= pathfix gmake GNU_CONFIGURE= yes +USES= gmake pathfix +USE_OPENSSL= yes post-patch: @${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in -- cgit v1.2.3