Skip site navigation (1)Skip section navigation (2)
Date:      17 Jul 2005 10:36:05 -0000
From:      Alex Kiesel <kiesel@schlund.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83598: update x11-toolkits/php-gtk to 1.0.2
Message-ID:  <20050717103605.47414.qmail@alex.i.schlund.de>
Resent-Message-ID: <200507171040.j6HAeFki001195@freefall.freebsd.org>

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

>Number:         83598
>Category:       ports
>Synopsis:       update x11-toolkits/php-gtk to 1.0.2
>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:   Sun Jul 17 10:40:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kiesel
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD alex.i.schlund.de 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
    Bring the port to the latest version. This also fixes build failures introduced
    by the new PHP-4.4, reported by bento: 
    http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005052016/php-gtk-1.0.1.log
>How-To-Repeat:

>Fix:
    cd /usr/ports/x11-toolkits/php-gtk && patch < php-gtk.diff

	

--- php-gtk.diff begins here ---
? php-gtk.diff
? php_gtk
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/php-gtk/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	13 Aug 2004 23:21:14 -0000	1.19
+++ Makefile	17 Jul 2005 10:28:37 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	php-gtk
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://gtk.php.net/distributions/ \
 		http://document-root.de/mirror/php-gtk/
@@ -27,6 +27,7 @@
 USE_PERL5_BUILD=yes
 USE_GNOME=	gtk12
 INSTALLS_SHLIB=	yes
+WRKSRC=${WRKDIR}/php_gtk-${PORTVERSION}
 
 OPTIONS=	LIBGLADE	"GladeXML support in php-gtk" on \
 		SCINTILLA	"Scintilla support" on \
@@ -90,7 +91,8 @@
 
 pre-configure:
 	@${ECHO_MSG} "===>  Building configuration files for ${PKGNAME}"
-	@(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./buildconf)
+	echo ${SCRIPTS_ENV}
+	@(cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} PHP_AUTOCONF=autoconf253 PHP_AUTOHEADER=autoheader253 ./buildconf)
 .for FILE in ${PIC2FIX}
 	@${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE}
 .endfor
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/php-gtk/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	13 Aug 2004 23:21:14 -0000	1.4
+++ distinfo	17 Jul 2005 10:28:37 -0000
@@ -1,2 +1,2 @@
-MD5 (php-gtk-1.0.1.tar.gz) = f6a884cc740086e246c2c0b0e6752214
-SIZE (php-gtk-1.0.1.tar.gz) = 303667
+MD5 (php-gtk-1.0.2.tar.gz) = b11859c0778e40e53a14919a589db464
+SIZE (php-gtk-1.0.2.tar.gz) = 304415
--- php-gtk.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?20050717103605.47414.qmail>