ports/173821: [PATCH] archivers/pear-Horde_Compress optionsng

Chris Petrik c.petrik.sosa at gmail.com
Wed Nov 21 23:40:02 UTC 2012


>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 at FreeBSD.org>
-#
+# Created by: Martin Matuska <mm at FreeBSD.org>
 # $FreeBSD$

 PORTNAME=      Horde_Compress
@@ -12,13 +9,16 @@
 MAINTAINER=    horde at 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:


More information about the freebsd-ports-bugs mailing list