From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 20 09:20:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8722316A4CF for ; Tue, 20 Jul 2004 09:20:21 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621A243D58 for ; Tue, 20 Jul 2004 09:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6K9KKGx019226 for ; Tue, 20 Jul 2004 09:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6K9KK9e019225; Tue, 20 Jul 2004 09:20:20 GMT (envelope-from gnats) Resent-Date: Tue, 20 Jul 2004 09:20:20 GMT Resent-Message-Id: <200407200920.i6K9KK9e019225@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FCDF16A4CE for ; Tue, 20 Jul 2004 09:14:29 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF4643D46 for ; Tue, 20 Jul 2004 09:14:28 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i6K9EOWK013847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 20 Jul 2004 10:14:24 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6K9EOMF013846; Tue, 20 Jul 2004 10:14:24 +0100 (BST) (envelope-from matthew) Message-Id: <200407200914.i6K9EOMF013846@happy-idiot-talk.infracaninophile.co.uk> Date: Tue, 20 Jul 2004 10:14:24 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69337: [ Maintainer update ] net/phpldapadmin -- tracking PHP megacommit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 09:20:21 -0000 >Number: 69337 >Category: ports >Synopsis: [ Maintainer update ] net/phpldapadmin -- tracking PHP megacommit >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 20 09:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.10-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.10-STABLE FreeBSD 4.10-STABLE #78: Mon Jul 5 15:49:39 BST 2004 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: Take advantage of the new ports PHP infrastructure ade@... committed yesterday. This adds explicit dependencies on: net/phpX-ldap security/phpX-openssl Where X is 4 or 5 according to the installed version of PHP. >How-To-Repeat: >Fix: --- phpldapadmin.diff begins here --- diff -Nur /usr/ports/net/phpldapadmin/Makefile phpldapadmin/Makefile --- /usr/ports/net/phpldapadmin/Makefile Thu May 20 17:31:29 2004 +++ phpldapadmin/Makefile Tue Jul 20 09:28:50 2004 @@ -7,7 +7,7 @@ PORTNAME= phpldapadmin PORTVERSION= 0.9.4b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpldapadmin @@ -16,11 +16,13 @@ COMMENT= A set of PHP-scripts to administer LDAP servers over the web NO_BUILD= yes +USE_PHP= ldap openssl .if defined(WITH_SUPHP) -RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp PKGNAMESUFFIX= -suphp +RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp +WANT_PHP_CGI= yes PKGINST_SKEL= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} PKGINSTALL= ${WRKDIR}/pkg-install${PKGNAMESUFFIX} PKGDEINST_SKEL= ${PKGDIR}/pkg-deinstall${PKGNAMESUFFIX} @@ -35,7 +37,6 @@ .else -USE_PHP= yes WANT_PHP_WEB= yes .endif diff -Nur /usr/ports/net/phpldapadmin/pkg-message phpldapadmin/pkg-message --- /usr/ports/net/phpldapadmin/pkg-message Thu May 20 17:31:30 2004 +++ phpldapadmin/pkg-message Mon Jul 19 15:29:04 2004 @@ -10,6 +10,3 @@ Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/" -You will need a version of PHP with LDAP functionality enabled, -which is not the default. If necessary, enable the 'OPENLDAP' -option in the PHP port's configuration screen and reinstall. --- phpldapadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: