From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 10 17:30:01 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E8A11065673 for ; Wed, 10 Dec 2008 17:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7DA508FC14 for ; Wed, 10 Dec 2008 17:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBAHU18M018739 for ; Wed, 10 Dec 2008 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBAHU16s018738; Wed, 10 Dec 2008 17:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 10 Dec 2008 17:30:01 GMT Resent-Message-Id: <200812101730.mBAHU16s018738@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Vasiliy P. Melnik" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B1031065676 for ; Wed, 10 Dec 2008 17:29:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id F09188FC16 for ; Wed, 10 Dec 2008 17:29:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBAHTWwk051755 for ; Wed, 10 Dec 2008 17:29:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mBAHTWuv051754; Wed, 10 Dec 2008 17:29:32 GMT (envelope-from nobody) Message-Id: <200812101729.mBAHTWuv051754@www.freebsd.org> Date: Wed, 10 Dec 2008 17:29:32 GMT From: "Vasiliy P. Melnik" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/129551: fix php-depends extentions X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2008 17:30:01 -0000 >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: