From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 15 17:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B36C4AC9 for ; Tue, 15 Apr 2014 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76FF916E2 for ; Tue, 15 Apr 2014 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FHe1EL048532 for ; Tue, 15 Apr 2014 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FHe1vE048531; Tue, 15 Apr 2014 17:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 15 Apr 2014 17:40:01 GMT Resent-Message-Id: <201404151740.s3FHe1vE048531@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, Mirko Steiner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DC71A7F for ; Tue, 15 Apr 2014 17:36:46 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89BE216B7 for ; Tue, 15 Apr 2014 17:36:46 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FHajio027935 for ; Tue, 15 Apr 2014 17:36:45 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3FHajV1027928; Tue, 15 Apr 2014 17:36:45 GMT (envelope-from nobody) Message-Id: <201404151736.s3FHajV1027928@cgiserv.freebsd.org> Date: Tue, 15 Apr 2014 17:36:45 GMT From: Mirko Steiner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188665: phpmyadmin can't resolve dependency to mod_php5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 17:40:01 -0000 >Number: 188665 >Category: ports >Synopsis: phpmyadmin can't resolve dependency to mod_php5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 15 17:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mirko Steiner >Release: 9.1-PRERELEASE >Organization: >Environment: FreeBSD server.steiner.internal 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #7: Thu Nov 1 13:26:03 CET 2012 root@server.steiner.internal:/usr/obj/usr/src/sys/GENERIC i386 >Description: When trying to make install phpmyadmin, he tries to figure out, if mod_php5 is installed by checking if the file "libphp5.so" exists: ===> phpMyAdmin-4.1.13 depends on file: /usr/local//libphp5.so - not found i've noticed the double slashes (//) and also the broken path specification. this path is set in /usr/ports/Mk/bsd.php.mk line 164 which gets included due "USE_PHP" in the phpmyadmin Makefile: RUN_DEPENDS+= ${PHPBASE}/${APACHEMODDIR}/libphp5.so:${PORTSDIR}/${MOD_PHP_PORT} seems like ${APACHEMODDIR} is not set... APACHEMODDIR is set, when bsd.apache.mk is included e.g. adding "USE_APACHE_RUN" in the Makefile... >How-To-Repeat: $ cd /usr/ports/databases/phpmyadmin/ $ sudo make install >Fix: I added the following line into the phpmyadmin Makefile: USE_APACHE_RUN=22+ don't know if this is the best solution... >Release-Note: >Audit-Trail: >Unformatted: