Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 11:57:40 GMT
From:      Daniel Ylitalo <daniel@blodan.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187657: [PATCH] Remove non-relevant dependencies for databases/pecl-memcached
Message-ID:  <201403171157.s2HBvesx001491@cgiserv.freebsd.org>
Resent-Message-ID: <201403171200.s2HC00UK029388@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187657
>Category:       ports
>Synopsis:       [PATCH] Remove non-relevant dependencies for databases/pecl-memcached
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 12:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Ylitalo
>Release:        10.0
>Organization:
203 Webgroup AB
>Environment:
>Description:
The make file of databases/pecl-memcached depends on devel/pear which is not needed when building a php module from scratch (which the port does).

Pear is only used to fetch pre-compiled modules which this port does not do.
>How-To-Repeat:

>Fix:
See attached patch

Patch attached with submission follows:

--- Makefile.orig       2014-03-17 12:47:29.000000000 +0100
+++ Makefile    2014-03-17 12:47:56.000000000 +0100
@@ -14,9 +14,7 @@

 LICENSE=       PHP30

-BUILD_DEPENDS= ${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear
 LIB_DEPENDS=   libmemcached.so:${PORTSDIR}/databases/libmemcached
-RUN_DEPENDS=   ${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear

 PHP_MODNAME=   memcached
 USE_PHP=       json session


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403171157.s2HBvesx001491>