Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2009 16:23:30 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r37 - trunk/www/libxul
Message-ID:  <200906161623.n5GGNU68043580@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Jun 16 16:23:29 2009
New Revision: 37

Log:
- Sync w/ FreeBSD
- Update to 1.9.0.11

Modified:
   trunk/www/libxul/Makefile
   trunk/www/libxul/distinfo

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Fri Jun 12 15:23:21 2009	(r36)
+++ trunk/www/libxul/Makefile	Tue Jun 16 16:23:29 2009	(r37)
@@ -2,12 +2,12 @@
 # Date created:		2006-02-20
 # Whom:			Michael Johnson <ahze@FreeBSD.org>
 #
-# $FreeBSD: ports/www/libxul/Makefile,v 1.4 2009/05/04 19:23:43 miwi Exp $
+# $FreeBSD: ports/www/libxul/Makefile,v 1.6 2009/05/29 04:38:39 linimon Exp $
 #   $MCom: ports/www/libxul/Makefile,v 1.25 2009/04/07 17:47:01 marcus Exp $
 #
 
 PORTNAME=	libxul
-PORTVERSION=	1.9.0.10
+PORTVERSION=	1.9.0.11
 CATEGORIES?=	www devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=	xulrunner/releases/${PORTVERSION}/source/
@@ -47,6 +47,12 @@
 		libxul-unstable	libxul mozilla-gtkmozembed-embedding \
 		mozilla-gtkmozembed mozilla-js mozilla-nss mozilla-plugin
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN=		Does not compile on sparc64
+.endif
+
 post-patch:
 	${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \
 	    	${WRKSRC}/storage/build/Makefile.in \
@@ -58,4 +64,4 @@
 		s|%%MOZ_LIBDIR%%|${PREFIX}/lib/${MOZILLA}|g" \
 	    	${WRKSRC}/xulrunner/installer/*.pc.in || ${TRUE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: trunk/www/libxul/distinfo
==============================================================================
--- trunk/www/libxul/distinfo	Fri Jun 12 15:23:21 2009	(r36)
+++ trunk/www/libxul/distinfo	Tue Jun 16 16:23:29 2009	(r37)
@@ -1,3 +1,3 @@
-MD5 (xulrunner-1.9.0.10-source.tar.bz2) = 1012e835a5c130d18479bccdee240640
-SHA256 (xulrunner-1.9.0.10-source.tar.bz2) = c46c0bf8a280074296b59c0a6a8e1478febb1fa52bbcba591b95b61c6e4dc8f7
-SIZE (xulrunner-1.9.0.10-source.tar.bz2) = 37081374
+MD5 (xulrunner-1.9.0.11-source.tar.bz2) = b509f7c05e9566ed290e2c098316c7c3
+SHA256 (xulrunner-1.9.0.11-source.tar.bz2) = 524496fdb6748fdb8200e4b28c6b3cc6bb7f554c022566d2fc1de143b8b02fde
+SIZE (xulrunner-1.9.0.11-source.tar.bz2) = 37214869



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