ports/55168: devel/pear-PEAR: separating build & install of PECL.

Thierry Thomas thierry at pompo.net
Fri Aug 1 22:20:12 UTC 2003


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



More information about the freebsd-ports-bugs mailing list