Date: Wed, 15 Sep 2010 16:00:26 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r397 - in trunk/www/libxul: . files Message-ID: <201009151600.o8FG0Qvm097946@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Wed Sep 15 16:00:25 2010 New Revision: 397 Log: - Update to 1.9.2.9 Approved by: beat Modified: trunk/www/libxul/Makefile trunk/www/libxul/distinfo trunk/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h Modified: trunk/www/libxul/Makefile ============================================================================== --- trunk/www/libxul/Makefile Wed Sep 15 15:58:35 2010 (r396) +++ trunk/www/libxul/Makefile Wed Sep 15 16:00:25 2010 (r397) @@ -6,7 +6,7 @@ # PORTNAME= libxul -DISTVERSION= 1.9.2.8 +DISTVERSION= 1.9.2.9 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${DISTVERSION}/source Modified: trunk/www/libxul/distinfo ============================================================================== --- trunk/www/libxul/distinfo Wed Sep 15 15:58:35 2010 (r396) +++ trunk/www/libxul/distinfo Wed Sep 15 16:00:25 2010 (r397) @@ -1,3 +1,3 @@ -MD5 (xulrunner-1.9.2.8.source.tar.bz2) = 75cf324216ccedd655d0d913ae122a7b -SHA256 (xulrunner-1.9.2.8.source.tar.bz2) = 55999f277737a07f144a1b1e11cdd6acbaeae6979e92089518aeb0991aeca829 -SIZE (xulrunner-1.9.2.8.source.tar.bz2) = 51233312 +MD5 (xulrunner-1.9.2.9.source.tar.bz2) = 17e7c037af27a37d2332769c841cde27 +SHA256 (xulrunner-1.9.2.9.source.tar.bz2) = 8c838e4c3855bf496f67a8ef6e55752430ed8afa3b49850d3466a9931e3170d8 +SIZE (xulrunner-1.9.2.9.source.tar.bz2) = 51384531 Modified: trunk/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h ============================================================================== --- trunk/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h Wed Sep 15 15:58:35 2010 (r396) +++ trunk/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h Wed Sep 15 16:00:25 2010 (r397) @@ -1,11 +1,11 @@ ---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-08-24 17:52:50.000000000 +0200 -+++ media/liboggz/include/oggz/oggz_off_t_generated.h 2009-09-10 19:13:22.000000000 +0200 +--- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2010-09-06 11:33:54.000000000 +0200 ++++ media/liboggz/include/oggz/oggz_off_t_generated.h 2010-09-06 11:34:16.000000000 +0200 @@ -59,7 +59,7 @@ #include <sys/types.h> --#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) -+#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined(__FreeBSD__) +-#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) ++#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (_AIX) || defined (__FreeBSD__) typedef off_t oggz_off_t; #else typedef loff_t oggz_off_t;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009151600.o8FG0Qvm097946>