Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Aug 2003 00:05:08 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55168: devel/pear-PEAR: separating build & install of PECL.
Message-ID:  <20030801220508.F275E76C5@graf.pompo.net>
Resent-Message-ID: <200308012220.h71MK8Ll096576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030801220508.F275E76C5>