[33427] trunk/dports/www/webkit-gtk/Portfile

gui_dos at macports.org gui_dos at macports.org
Sun Jan 27 01:22:09 PST 2008


Revision: 33427
          http://trac.macosforge.org/projects/macports/changeset/33427
Author:   gui_dos at macports.org
Date:     2008-01-27 01:22:05 -0800 (Sun, 27 Jan 2008)

Log Message:
-----------
webkit-gtk:
- glibtoolize is now supported upstream: workaround not
  needed anymore
- the patch to avoid the redefinition of Cursor by the
  QuickDraw and X11 includes has been  committed upstream
- added a blank in the -I${prefix} option for aclocal
- enabled the compilation of basic support for SVG and
  the HTML5 new <video> tag

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2008-01-27 00:21:25 UTC (rev 33426)
+++ trunk/dports/www/webkit-gtk/Portfile	2008-01-27 09:22:05 UTC (rev 33427)
@@ -4,15 +4,13 @@
 PortSystem	1.0
 
 name		webkit-gtk
-version		r29801
+version		r29807
 description	Apple's WebKit HTML Rendering library for GTK+
 long_description	\
 	The opensource HTML Rendering library from Apple for GTK+ \
 	\n\n \
 	This port is currently broken but has been included in the tree \
 	for debugging and development purposes. \
-	\n\n \
-	See  http://bugs.webkit.org/show_bug.cgi?id=17001 for the upstream ticket.
 maintainers	nomaintainer
 categories	www gnome
 platforms	darwin freebsd
@@ -21,9 +19,9 @@
 distname	WebKit-${version}
 use_bzip2	yes
 checksums	\
-	md5 a10208a436510898999082b58ddc9ad8 \
-	sha1 36e3baa03ecdcaba80f32e93cbabf9ef52c217a5 \
-	rmd160 a13b74811be0efd3198633cf18aa0e90c6d38d83
+	md5 85981d60ea1568b7635ee7b02a1879e6 \
+	sha1 eb4ce7dccd96e20fd3a8beba8aa9041533bc5903 \
+	rmd160 bd70ff2802d0628acc07cbe59fcd8005e9e0143e
 
 depends_lib	\
 	port:curl \
@@ -38,13 +36,9 @@
 	port:pkgconfig
 
 post-patch	{
-	reinplace "s|aclocal |aclocal -I${prefix}/share/aclocal |" ${worksrcpath}/autogen.sh
-	reinplace "s|libtoolize|glibtoolize|g" ${worksrcpath}/autogen.sh
-	# temporary reinplaces until patch is committed upstream
-	# see http://bugs.webkit.org/show_bug.cgi?id=17001
-	# this reinplace should be removed for versions r29806 and above
-	reinplace "s|!defined(__MACOS_CLASSIC__)|!defined(__MACOS_CLASSIC__) \\\&\\\& !defined(XP_UNIX)|" ${worksrcpath}/JavaScriptCore/bindings/npapi.h
+	reinplace "s|aclocal |aclocal -I ${prefix}/share/aclocal |" ${worksrcpath}/autogen.sh
 }
 
 configure.cmd	./autogen.sh
-configure.env	LIBTOOLIZE=${prefix}/bin/glibtoolize
+configure.args	--enable-svg \
+                --enable-video

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080127/3249efdc/attachment-0001.html


More information about the macports-changes mailing list