ports/67499: Update for the Unreal IRCd

Gerrit Beine tux at pinguru.net
Wed Jun 2 19:30:27 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list