Date: Thu, 5 Nov 2009 13:34:17 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r152 - in branches/experimental/www/libxul: . files Message-ID: <200911051334.nA5DYHdR056633@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Thu Nov 5 13:34:16 2009 New Revision: 152 Log: - Update to 1.9.1.4 Deleted: branches/experimental/www/libxul/files/patch-media-liboggplay-src-liboggplay-std_semaphore.h Modified: branches/experimental/www/libxul/Makefile branches/experimental/www/libxul/distinfo Modified: branches/experimental/www/libxul/Makefile ============================================================================== --- branches/experimental/www/libxul/Makefile Mon Nov 2 11:04:13 2009 (r151) +++ branches/experimental/www/libxul/Makefile Thu Nov 5 13:34:16 2009 (r152) @@ -6,11 +6,11 @@ # PORTNAME= libxul -PORTVERSION= 1.9.1.3 +PORTVERSION= 1.9.1.4 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/ -DISTNAME= xulrunner-${PORTVERSION}-source +MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source +DISTNAME= xulrunner-${PORTVERSION}.source WRKSRC= ${WRKDIR}/mozilla-1.9.1 MAINTAINER?= gecko@FreeBSD.org Modified: branches/experimental/www/libxul/distinfo ============================================================================== --- branches/experimental/www/libxul/distinfo Mon Nov 2 11:04:13 2009 (r151) +++ branches/experimental/www/libxul/distinfo Thu Nov 5 13:34:16 2009 (r152) @@ -1,3 +1,3 @@ -MD5 (xulrunner-1.9.1.3-source.tar.bz2) = ca167e69180ab1230aea0763da270a95 -SHA256 (xulrunner-1.9.1.3-source.tar.bz2) = e6327807ed1dd0c0685f7c2fba1427e7e38b5c92f36811f243861fbd9b7ad2d2 -SIZE (xulrunner-1.9.1.3-source.tar.bz2) = 46766383 +MD5 (xulrunner-1.9.1.4.source.tar.bz2) = 0b6ccb1e50d96b7127a18a69399fcf05 +SHA256 (xulrunner-1.9.1.4.source.tar.bz2) = b2b0a231aae105090948521a469c5019eb886f0562fa3315a49cebaf74f61be4 +SIZE (xulrunner-1.9.1.4.source.tar.bz2) = 46905557 Deleted: branches/experimental/www/libxul/files/patch-media-liboggplay-src-liboggplay-std_semaphore.h ============================================================================== --- branches/experimental/www/libxul/files/patch-media-liboggplay-src-liboggplay-std_semaphore.h Thu Nov 5 13:34:16 2009 (r151) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,11 +0,0 @@ ---- media/liboggplay/src/liboggplay/std_semaphore.h.orig 2009-08-15 21:22:20.000000000 +0200 -+++ media/liboggplay/src/liboggplay/std_semaphore.h 2009-08-15 21:22:49.000000000 +0200 -@@ -74,7 +74,7 @@ - * @retval non-zero on error - */ - --#if defined(linux) || defined(SOLARIS) -+#if defined(linux) || defined(SOLARIS) || defined(__FreeBSD__) - #include <semaphore.h> - #define SEM_CREATE(p,s) sem_init(&(p), 1, s) - #define SEM_SIGNAL(p) sem_post(&(p))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911051334.nA5DYHdR056633>