Date: Wed, 2 Jun 2004 12:28:19 -0700 (PDT) From: Gerrit Beine <tux@pinguru.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/67499: Update for the Unreal IRCd Message-ID: <200406021928.i52JSJv8033487@www.freebsd.org> Resent-Message-ID: <200406021930.i52JUQcT078085@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67499 >Category: ports >Synopsis: Update for the Unreal IRCd >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 02 12:30:26 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.2.1-RELEASE-p7 >Organization: Beine Computer >Environment: FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p7 FreeBSD 5.2.1-RELEASE-p7 #1: Fri May 28 16:49:42 CEST 2004 root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS i386 >Description: Added two new options: WITH_IPV6 for IPv6 support and WITH_SSL for use SSL >How-To-Repeat: >Fix: diff -ur irc/unreal.orig/Makefile irc/unreal/Makefile --- irc/unreal.orig/Makefile Mon May 31 15:33:19 2004 +++ irc/unreal/Makefile Wed Jun 2 21:24:18 2004 @@ -4,11 +4,12 @@ # ToDo: Make the configuration more flexible using -DOPTION for the # configuration values, especially support for IPv6. # -# $FreeBSD: ports/irc/unreal/Makefile,v 1.1 2004/05/31 13:33:19 edwin Exp $ +# $FreeBSD$ # PORTNAME= Unreal PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://mirror.nimsay-networks.com/unrealircd/ \ http://unrealircd.za.net/ \ @@ -34,5 +35,14 @@ --with-permissions=0600 \ --with-fd-setsize=1024 \ --enable-dynamic-linking + +.if defined(WITH_IPV6) +CONFIGURE_ARGS+= --enable-inet6 +.endif + +.if defined(WITH_SSL) +USE_OPENSSL= yes +CONFIGURE_ARGS+= --enable-ssl +.endif .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406021928.i52JSJv8033487>