From owner-freebsd-ports Tue Feb 13 1:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B40E137B503 for ; Tue, 13 Feb 2001 01:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1D9U1p56473; Tue, 13 Feb 2001 01:30:01 -0800 (PST) (envelope-from gnats) Received: from postoffice.aims.com.au (advanc2.lnk.telstra.net [139.130.119.73]) by hub.freebsd.org (Postfix) with ESMTP id 963C637B491 for ; Tue, 13 Feb 2001 01:27:55 -0800 (PST) Received: from dbserver2.aims.private (dbserver2.aims.private [192.168.10.25]) by postoffice.aims.com.au with ESMTP id UAA98121 for ; Tue, 13 Feb 2001 20:27:52 +1100 (EST) (envelope-from aims@aims.com.au) Received: (from root@localhost) by dbserver2.aims.private (8.11.1/8.11.1) id f1D9Q3783800; Tue, 13 Feb 2001 20:26:03 +1100 (EST) (envelope-from aims) Message-Id: <200102130926.f1D9Q3783800@dbserver2.aims.private> Date: Tue, 13 Feb 2001 20:26:03 +1100 (EST) From: chris@aims.com.au Reply-To: chris@aims.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25060: [PATCH] mod_php4 dependency on gd fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25060 >Category: ports >Synopsis: mod_php4 dependency on gd fails >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 01:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.2-STABLE i386 >Organization: AIMS Independent Computer Professionals >Environment: FreeBSD dbserver2.aims.private 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 19 13:51:45 EST 2001 root@dbserver2.aims.private:/usr/obj/usr/src/sys/DBSERVER i386 >Description: mod_php4 build process fails as it has a library dependency on gd.1. A recent change to gd bumped the version number, so clean installs of mod_php4 fail, as no gd.1 library can be found. >How-To-Repeat: Install mod_php4 from the ports tree without an existing gd install. >Fix: Apply the following patch in /usr/ports/www/mod_php4: --- scripts/configure.php.old Tue Feb 13 16:57:15 2001 +++ scripts/configure.php Tue Feb 13 16:57:29 2001 @@ -57,7 +57,7 @@ while [ "$1" ]; do case $1 in \"GD\") - echo "LIB_DEPENDS+= gd.1:\${PORTSDIR}/graphics/gd" + echo "LIB_DEPENDS+= gd.2:\${PORTSDIR}/graphics/gd" echo "CONFIGURE_ARGS+=--with-gd=\${PREFIX}" GD=1 ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message