Date: Wed, 21 Nov 2012 23:38:09 GMT From: Chris Petrik <c.petrik.sosa@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173821: [PATCH] archivers/pear-Horde_Compress optionsng Message-ID: <201211212338.qALNc9ik094789@red.freebsd.org> Resent-Message-ID: <201211212340.qALNe1JV045725@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173821 >Category: ports >Synopsis: [PATCH] archivers/pear-Horde_Compress optionsng >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: Wed Nov 21 23:40:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: >Organization: na >Environment: >Description: Options NG Changes >How-To-Repeat: >Fix: Patch attached with submission follows: Index: pear-Horde_Compress/Makefile =================================================================== --- pear-Horde_Compress/Makefile (revision 305486) +++ pear-Horde_Compress/Makefile (working copy) @@ -1,7 +1,4 @@ -# Ports collection makefile for: pear-Horde_Compress -# Date created: 6 July 2011 -# Whom: Martin Matuska <mm@FreeBSD.org> -# +# Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ PORTNAME= Horde_Compress @@ -12,13 +9,16 @@ MAINTAINER= horde@FreeBSD.org COMMENT= Horde Compression API -OPTIONS= ZLIB "Depend on PHP zlib extension" On +OPTIONS_DEFINE= ZLIB +OPTIONS_DEFAULT= ZLIB +ZLIB_DESC= Depend on PHP zlib extension + USE_HORDE_RUN= Horde_Exception Horde_Translation Horde_Util Horde_Stream_Filter .include <bsd.port.pre.mk> -.if !defined(WITHOUT_ZLIB) +.if ${PORT_OPTIONS:MZLIB} USE_PHP+= zlib .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211212338.qALNc9ik094789>