ports/53579: [Maintainer Update] x11-toolkits/php-gtk: Fix build dependency

Alex Kiesel kiesel at schlund.de
Sat Jun 21 11:30:13 UTC 2003


>Number:         53579
>Category:       ports
>Synopsis:       [Maintainer Update] x11-toolkits/php-gtk: Fix build dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 04:30:11 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 at alex.i.schlund.de:/usr/obj/usr/src/sys/KNORKE i386


	
>Description:
    php-gtk is missing php4-cli as a build dependency, it is only listed
    as a run dependency. However, it is already needed to create
    some of the .c - files needed in build stage.
	
>How-To-Repeat:
	
>Fix:
    The attached patch adds php4-cli as a build dependency. This should
    fix the problem (reported by bento).
	

--- phpgtk.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/php-gtk/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	17 Jun 2003 16:19:04 -0000	1.4
+++ Makefile	21 Jun 2003 11:22:40 -0000
@@ -22,6 +22,7 @@
 		autoconf:${PORTSDIR}/devel/autoconf \
 		autoconf213:${PORTSDIR}/devel/autoconf213 \
 		phpize:${PORTSDIR}/lang/php4-cli
+		php:${PORTSDIR}/lang/php4-cli
 RUN_DEPENDS=	php:${PORTSDIR}/lang/php4-cli
 
 # Don't call autoconf directly, ./buildconf does this
--- phpgtk.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list