From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 1 15:20:12 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 2875837B404 for ; Fri, 1 Aug 2003 15:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F92943FD7 for ; Fri, 1 Aug 2003 15:20:08 -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 h71MK8Up096577 for ; Fri, 1 Aug 2003 15:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h71MK8Ll096576; Fri, 1 Aug 2003 15:20:08 -0700 (PDT) Resent-Date: Fri, 1 Aug 2003 15:20:08 -0700 (PDT) Resent-Message-Id: <200308012220.h71MK8Ll096576@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, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2883237B401 for ; Fri, 1 Aug 2003 15:12:37 -0700 (PDT) Received: from graf.pompo.net (lns-th2-2f-81-56-186-139.adsl.proxad.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1190043FA3 for ; Fri, 1 Aug 2003 15:12:36 -0700 (PDT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id F275E76C5; Sat, 2 Aug 2003 00:05:08 +0200 (CEST) Message-Id: <20030801220508.F275E76C5@graf.pompo.net> Date: Sat, 2 Aug 2003 00:05:08 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/55168: devel/pear-PEAR: separating build & install of PECL. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 22:20:12 -0000 >Number: 55168 >Category: ports >Synopsis: devel/pear-PEAR: separating build & install of PECL. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 01 15:20:07 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.8-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 29 18:16:35 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: When you build a PECL module, NO_BUILD is defined => the build target does not build anything, and make all is delayed until `make install'. >How-To-Repeat: Try to build a PECL (e.g. mail/pear-mailparse): - make configure => OK - make => do_nada - make install => build + install. >Fix: Please apply the following patch: --- pear-PEAR.diff begins here --- diff -urN devel/pear-PEAR.orig/Makefile.common devel/pear-PEAR/Makefile.common --- devel/pear-PEAR.orig/Makefile.common Sun Jun 8 01:00:39 2003 +++ devel/pear-PEAR/Makefile.common Fri Aug 1 00:09:01 2003 @@ -7,7 +7,9 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PEAR +.if !defined(USE_PHPIZE) NO_BUILD= yes +.endif .if exists(${LOCALBASE}/bin/php-config) PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix --- pear-PEAR.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: