misc/129551: fix php-depends extentions

Vasiliy P. Melnik basil at vpm.net.ua
Wed Dec 10 09:30:01 PST 2008


>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 at 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:


More information about the freebsd-bugs mailing list