From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 14 14:50:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F4016A41F for ; Sat, 14 Jan 2006 14:50:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8666743D48 for ; Sat, 14 Jan 2006 14:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0EEo3ff011335 for ; Sat, 14 Jan 2006 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0EEo3iD011331; Sat, 14 Jan 2006 14:50:03 GMT (envelope-from gnats) Resent-Date: Sat, 14 Jan 2006 14:50:03 GMT Resent-Message-Id: <200601141450.k0EEo3iD011331@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE02416A41F for ; Sat, 14 Jan 2006 14:40:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0F343D46 for ; Sat, 14 Jan 2006 14:40:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0EEeHe7037932 for ; Sat, 14 Jan 2006 14:40:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0EEeGTV037931; Sat, 14 Jan 2006 14:40:17 GMT (envelope-from nobody) Message-Id: <200601141440.k0EEeGTV037931@www.freebsd.org> Date: Sat, 14 Jan 2006 14:40:17 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/91792: Fix port: irc/unreal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 14:50:04 -0000 >Number: 91792 >Category: ports >Synopsis: Fix port: irc/unreal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 14 14:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 6.0-RELEASE >Organization: Beine Computer >Environment: FreeBSD fbsd60.vmware 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: * fix handling of the optional SQLMod * change mail address * fix handling of options file * no functional change >How-To-Repeat: >Fix: diff -Nur /usr/ports/irc/unreal/Makefile unreal/Makefile --- /usr/ports/irc/unreal/Makefile Mon Apr 11 20:56:40 2005 +++ unreal/Makefile Sat Jan 14 15:36:45 2006 @@ -24,7 +24,7 @@ # ftp://unrealircd.za.net/pub/UnrealIRCd/ \ # connect refused DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= tux@pinguru.net +MAINTAINER= gerrit.beine@gmx.de COMMENT= Unreal - the next generation ircd WRKSRC= ${WRKDIR}/${PORTNAME}3.2 @@ -58,13 +58,7 @@ PREFIXAQ "Enable prefixes for chanadmin and chanowner" off # REMOTE "Enable remote includes" off \ # this does not work at the moment -PORT_DBDIR?= /var/db/ports -LATEST_LINK= ${PORTNAME} -OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options - -.if exists(${OPTIONSFILE}) -.include "${OPTIONSFILE}" -.endif +.include .if !defined(NOPORTDOCS) DOCS= Donation doc/Authors doc/coding-guidelines \ @@ -111,7 +105,7 @@ USE_MYSQL= yes WITH_SQLMOD= yes MAKE_ARGS= all custommodule MODULEFILE=m_sqlmod -PLIST_FILES+= etc/Unreal/m_sqlmod.conf lib/Unreal/m_sqlmod.so +PLIST_FILES+= etc/Unreal/m_sqlmod.conf lib/Unreal/m_sqlmod.so \ Unreal/doc/Changes.sqlmod Unreal/doc/README.sqlmod \ Unreal/doc/LICENSE.sqlmod .endif @@ -135,7 +129,7 @@ @${REINPLACE_CMD} -e "s,%%RUNDIR%%,${RUNDIR}," ${WRKSRC}/src/s_conf.c @${REINPLACE_CMD} -e "s,%%RUNDIR%%,${RUNDIR}," ${WRKSRC}/src/url.c .if defined(WITH_SQLMOD) - @${PATCH} -d ${WRKSRC} < ${WRKSRC}/SQLMod/patch + @${PATCH} -d ${WRKSRC} < ${WRKSRC}/SQLMod/patch.old .endif do-install: @@ -173,4 +167,4 @@ @${CP} ${WRKSRC}/SQLMod/LICENSE ${DOCSDIR}/LICENSE.sqlmod .endif -.include +.include >Release-Note: >Audit-Trail: >Unformatted: