Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2008 17:29:32 GMT
From:      "Vasiliy P. Melnik" <basil@vpm.net.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/129551: fix php-depends extentions
Message-ID:  <200812101729.mBAHTWuv051754@www.freebsd.org>
Resent-Message-ID: <200812101730.mBAHU16s018738@freefall.freebsd.org>

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

>Number:         129551
>Category:       misc
>Synopsis:       fix php-depends extentions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 10 17:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Vasiliy P. Melnik
>Release:        7.0-RELEASE-p6
>Organization:
NA
>Environment:
FreeBSD monkey.lan 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #0: Fri Nov 28 02:39:50 EET 2008     root@monkey.lan:/usr/obj/usr/src/sys/monkey  i386
>Description:
- removed depend for php-pcre. Now php-pcre include in base php distribution
- aded checking required php version
- removed depend for php-mhash. MHash dependendy replaced by Hash

>How-To-Repeat:

>Fix:
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2008-11-01 23:58:04.000000000 +0200
+++ /root/ldap-account-manager/Makefile	2008-12-10 19:25:06.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	2.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${PNAME}
 DISTNAME=	${PORTNAME:L}-${PORTVERSION}
@@ -21,8 +21,9 @@
 NO_BUILD=	yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
-USE_PHP=	pcre xml gettext session mcrypt ldap mhash hash iconv
+USE_PHP=	xml gettext session mcrypt ldap hash iconv
 WANT_PHP_WEB=	yes
+DEFAULT_PHP_VER=5
 
 PNAME=		lam
 PORTDOCS=	docs COPYING HISTORY INSTALL README
===> Done

Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2008-11-01 23:58:04.000000000 +0200
+++ /root/ldap-account-manager/Makefile	2008-12-10 19:25:06.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	2.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${PNAME}
 DISTNAME=	${PORTNAME:L}-${PORTVERSION}
@@ -21,8 +21,9 @@
 NO_BUILD=	yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
-USE_PHP=	pcre xml gettext session mcrypt ldap mhash hash iconv
+USE_PHP=	xml gettext session mcrypt ldap hash iconv
 WANT_PHP_WEB=	yes
+DEFAULT_PHP_VER=5
 
 PNAME=		lam
 PORTDOCS=	docs COPYING HISTORY INSTALL README
===> Done


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



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