Date: Mon, 8 Jan 2007 09:10:22 -0900 From: "Beech Rintoul" <beech@alaskaparadise.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: beech@alaskaparadise.com Subject: ports/107687: [PATCH] irc/eggdrop Added options Fixed Makefile Message-ID: <1168279822.18589@stargate.alaskaparadise.com> Resent-Message-ID: <200701081820.l08IKE4f055031@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107687 >Category: ports >Synopsis: [PATCH] irc/eggdrop Added options Fixed Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 08 18:20:14 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Beech Rintoul >Release: FreeBSD 7.0-CURRENT i386 >Organization: Alaska Paradise >Environment: System: FreeBSD 7.0-CURRENT #97: Thu Jan 4 08:11:38 AKST 2007 root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE >Description: Added Options Fixed Makefile Request Maintainership >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/irc/eggdrop.orig/Makefile /usr/ports/irc/eggdrop/Makefile --- /usr/ports/irc/eggdrop.orig/Makefile Sat Aug 5 05:42:18 2006 +++ /usr/ports/irc/eggdrop/Makefile Mon Jan 8 08:43:59 2007 @@ -14,7 +14,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-ssl.patch.gz PATCH_SITES= http://www.egghelp.org/files/patches/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= The most popular open source Internet Relay Chat bot LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 @@ -25,22 +25,21 @@ CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl84.so \ --with-tclinc=${LOCALBASE}/include/tcl8.4/tcl.h +OPTIONS= SSL "Use SSL" off + MAN1= eggdrop.1 SUB_FILES= pkg-message +.include <bsd.port.pre.mk> + .if defined(WITH_SSL) -USE_OPENSSL= yes +CFLAGS+= -DHAVE_OPENSSL CONFIGURE_ARGS+= --with-ssl -.else -CONFIGURE_ARGS+= --without-ssl .endif -.include <bsd.port.pre.mk> - -pre-everything:: .if !defined(WITH_SSL) - @${ECHO_MSG} 'Define WITH_SSL to enable SSL support' +CONFIGURE_ARGS+= --without-ssl .endif post-patch: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1168279822.18589>