Date: Tue, 20 Jul 2004 10:14:24 +0100 (BST) From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69337: [ Maintainer update ] net/phpldapadmin -- tracking PHP megacommit Message-ID: <200407200914.i6K9EOMF013846@happy-idiot-talk.infracaninophile.co.uk> Resent-Message-ID: <200407200920.i6K9KK9e019225@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407200914.i6K9EOMF013846>