Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2011 02:44:04 GMT
From:      "Vasiliy P. Melnik" <basil@vpm.net.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161826: fix depend of php modules
Message-ID:  <201110200244.p9K2i48F053566@red.freebsd.org>
Resent-Message-ID: <201110200250.p9K2o6v7054846@freefall.freebsd.org>

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

>Number:         161826
>Category:       ports
>Synopsis:       fix depend of php modules
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 20 02:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Vasiliy P. Melnik
>Release:        8.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD monkey.home 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #0: Mon Aug 22 01:50:50 EEST 2011     root@monkey.home:/usr/obj/usr/src/sys/monkey  i386

>Description:
fix depend of php modules
>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile   2011-10-16 20:39:36.000000000 +0300
+++ /root/ldap-account-manager/Makefile 2011-10-20 05:41:50.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=      ldap-account-manager
 PORTVERSION=   3.5.0
+PORTREVISION=  1
 CATEGORIES=    sysutils www
 MASTER_SITES=  SF/${SHORTNAME}/LAM/${PORTVERSION}
 
@@ -21,7 +22,7 @@
 NO_BUILD=      yes
 USE_GETTEXT=   yes
 USE_PERL5=     yes
-USE_PHP=       gettext hash iconv ldap mcrypt pcre session simplexml spl xml
+USE_PHP=       gettext hash iconv ldap mcrypt pcre session simplexml spl xml json
 WANT_PHP_WEB=  yes
 DEFAULT_PHP_VER=       5


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



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