From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 04:40:08 2003 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 079A137B401 for ; Sat, 12 Apr 2003 04:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 100A443FAF for ; Sat, 12 Apr 2003 04:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3CBe6Up007832 for ; Sat, 12 Apr 2003 04:40:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3CBe6YG007831; Sat, 12 Apr 2003 04:40:06 -0700 (PDT) Resent-Date: Sat, 12 Apr 2003 04:40:06 -0700 (PDT) Resent-Message-Id: <200304121140.h3CBe6YG007831@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, Alex Kiesel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FDAC37B401 for ; Sat, 12 Apr 2003 04:31:27 -0700 (PDT) Received: from mxintern.kundenserver.de (mxintern.kundenserver.de [212.227.126.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977C043FBF for ; Sat, 12 Apr 2003 04:31:26 -0700 (PDT) (envelope-from kiesel@schlund.de) Received: from [172.17.29.6] (helo=alex.i.schlund.de) by mxintern.kundenserver.de with smtp (Exim 3.35 #1) id 194JED-0008FZ-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 12 Apr 2003 13:31:25 +0200 Received: (qmail 82261 invoked by uid 519); 12 Apr 2003 11:31:53 -0000 Message-Id: <20030412113153.82260.qmail@alex.i.schlund.de> Date: 12 Apr 2003 11:31:53 -0000 From: Alex Kiesel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/50854: Fix build for x11-toolkits/php-gtk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Kiesel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 11:40:08 -0000 >Number: 50854 >Category: ports >Synopsis: Fix build for x11-toolkits/php-gtk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 04:40:06 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Kiesel >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: System: FreeBSD alex.i.schlund.de 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Apr 11 16:29:20 CEST 2003 root@alex.i.schlund.de:/usr/obj/usr/src/sys/KNORKE i386 >Description: Due to incorrect build dependencies, php-gtk failed to build (as reported by bento). This patch fixes BUILD_DEPENDS and corrects another small bug (pre-configure wouldn't be called under certain circumstances). >How-To-Repeat: a Apply the attached patch. >Fix: --- php-gtk-Makefile.diff begins here --- --- Makefile.orig Wed Apr 2 01:06:02 2003 +++ Makefile Sat Apr 12 11:40:11 2003 @@ -18,14 +18,14 @@ # automake-1.5 installed - what a mess BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ automake14:${PORTSDIR}/devel/automake14 \ - autoconf:${PORTSDIR}/devel/autoconf213 \ - ${LOCALBASE}/bin/phpize:${PORTSDIR}/www/mod_php4 + autoconf:${PORTSDIR}/devel/autoconf \ + autoconf213:${PORTSDIR}/devel/autoconf213 \ + phpize:${PORTSDIR}/www/mod_php4 RUN_DEPENDS= php:${PORTSDIR}/www/mod_php4 # Don't call autoconf directly, ./buildconf does this GNU_CONFIGURE= yes USE_AUTOCONF= no -USE_LIBTOOL= no USE_GMAKE= yes USE_PERL5_BUILD=yes USE_GNOMENG= yes @@ -75,11 +75,9 @@ @${ECHO_MSG} '* *' @${ECHO_MSG} '*********************************************************' -post-patch-script: - @${ECHO_MSG} "===> Building configuration files for ${PKGNAME}" - (cd ${WRKSRC} && ./buildconf) - pre-configure: + @${ECHO_MSG} "===> Building configuration files for ${PKGNAME}" + @(cd ${WRKSRC} && ./buildconf) .for FILE in ${PIC2FIX} @${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} .endfor --- php-gtk-Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: