From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 22 14:40:26 2004 Return-Path: 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 ECB6016A4CF for ; Wed, 22 Dec 2004 14:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF3F43D46 for ; Wed, 22 Dec 2004 14:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBMEeQxk075084 for ; Wed, 22 Dec 2004 14:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBMEeQfb075082; Wed, 22 Dec 2004 14:40:26 GMT (envelope-from gnats) Resent-Date: Wed, 22 Dec 2004 14:40:26 GMT Resent-Message-Id: <200412221440.iBMEeQfb075082@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, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 104D816A4CE; Wed, 22 Dec 2004 14:31:16 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FA443D46; Wed, 22 Dec 2004 14:31:15 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id A93303C5D1; Wed, 22 Dec 2004 12:31:14 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id E861620A6F; Wed, 22 Dec 2004 12:31:13 -0200 (BRST) Message-Id: <20041222143113.E861620A6F@corp.grupos.com.br> Date: Wed, 22 Dec 2004 12:31:13 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: edwin@FreeBSD.org Subject: ports/75386: [MAINTAINER] Update port: mail/policyd add libgnugetopt dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 14:40:27 -0000 >Number: 75386 >Category: ports >Synopsis: [MAINTAINER] Update port: mail/policyd add libgnugetopt dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 14:40:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #34: Sun Dec 19 18:25:44 BRST 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: mail/policyd * Add devel/libgnugetopt dependency if OSVERSION < 500041 * If this change not need update PORTREVISION, please removeit. >How-To-Repeat: >Fix: --- policyd.patch begins here --- diff -ruN policyd.old/Makefile policyd/Makefile --- policyd.old/Makefile Wed Dec 22 01:43:31 2004 +++ policyd/Makefile Wed Dec 22 12:20:11 2004 @@ -7,6 +7,7 @@ PORTNAME= policyd PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.libspf2.org/patch/ @@ -20,6 +21,12 @@ CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes +.include + +.if ${OSVERSION} < 500041 +LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +.endif + .if !defined(NOPORTDOCS) PORTDOCS= * .endif @@ -30,4 +37,4 @@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include --- policyd.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: