From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 20 08:40:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 1654B16A41F for ; Fri, 20 Jan 2006 08:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E172D43D4C for ; Fri, 20 Jan 2006 08:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0K8e78q078637 for ; Fri, 20 Jan 2006 08:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0K8e71C078631; Fri, 20 Jan 2006 08:40:07 GMT (envelope-from gnats) Resent-Date: Fri, 20 Jan 2006 08:40:07 GMT Resent-Message-Id: <200601200840.k0K8e71C078631@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, Riccardo Torrini Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3F716A41F for ; Fri, 20 Jan 2006 08:34:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7304543D45 for ; Fri, 20 Jan 2006 08:34:19 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0K8YI7w069924 for ; Fri, 20 Jan 2006 08:34:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k0K8YIL6069923; Fri, 20 Jan 2006 08:34:18 GMT (envelope-from nobody) Message-Id: <200601200834.k0K8YIL6069923@www.freebsd.org> Date: Fri, 20 Jan 2006 08:34:18 GMT From: Riccardo Torrini To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/92044: net/phpldapadmin doesn't install required php-gettext extension X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2006 08:40:09 -0000 >Number: 92044 >Category: ports >Synopsis: net/phpldapadmin doesn't install required php-gettext extension >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 20 08:40:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Riccardo Torrini >Release: 7.0-CURRENT >Organization: >Environment: FreeBSD trudy.torrini.home 7.0-CURRENT FreeBSD 7.0-CURRENT #111: Wed Dec 14 17:03:49 CET 2005 root@trudy.torrini.home:/usr/obj/usr/src/sys/TRUDY i386 >Description: Version 0.9.8 of phpldapadmin use bindtextdomain() function. The bindtextdomain() function sets the path for a domain. It returns the full pathname for the domain currently being set. This function requires the gettext extension to be added or compiled into PHP. See here for more info: http://it.php.net/manual/en/function.bindtextdomain.php >How-To-Repeat: With a fresh cvsup install phpldapadmin, configure apache to use it as docroot or alias or whatever you prefer, add at least one ldap server to his config than try to start. >Fix: Manually install devel/php4-gettext (php4-gettext-4.4.2) before running phpldapadmin or add it to the port requirements. This way for example: # diff -u4 Makefile.orig Makefile --- Makefile.orig Thu Jan 19 23:58:27 2006 +++ Makefile Fri Jan 20 09:31:21 2006 @@ -16,9 +16,9 @@ MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A set of PHP-scripts to administer LDAP servers over the web NO_BUILD= yes -USE_PHP= ldap openssl pcre session +USE_PHP= ldap openssl pcre session gettext .if defined(WITH_SUPHP) PKGNAMESUFFIX= -suphp >Release-Note: >Audit-Trail: >Unformatted: