[SVN-Commit] r115 - in
branches/experimental/mail/thunderbird-devel: . files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Thu Sep 24 11:42:13 UTC 2009
Author: beat
Date: Thu Sep 24 11:42:05 2009
New Revision: 115
Log:
- Update to 3.0 Beta 4
Modified:
branches/experimental/mail/thunderbird-devel/Makefile
branches/experimental/mail/thunderbird-devel/distinfo
branches/experimental/mail/thunderbird-devel/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h
Modified: branches/experimental/mail/thunderbird-devel/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-devel/Makefile Mon Sep 21 23:06:03 2009 (r114)
+++ branches/experimental/mail/thunderbird-devel/Makefile Thu Sep 24 11:42:05 2009 (r115)
@@ -6,11 +6,11 @@
#
PORTNAME= thunderbird
-DISTVERSION= 3.0b3
+DISTVERSION= 3.0b4
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= ${PORTNAME}/nightly/${DISTVERSION}-candidates/build1/source/
-DISTNAME= ${PORTNAME}-${DISTVERSION}-source
+MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source/
+DISTNAME= ${PORTNAME}-${DISTVERSION}.source
MAINTAINER= gecko at FreeBSD.org
COMMENT= Mozilla Thunderbird is standalone mail and news that stands above
@@ -54,8 +54,8 @@
.include <bsd.port.pre.mk>
-MOZSRC:= ${WRKDIR}/mozilla
-WRKSRC= ${WRKDIR}
+WRKSRC= ${WRKDIR}/comm-central
+MOZSRC:= ${WRKSRC}/mozilla
.if ${OSVERSION} < 700000
LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
@@ -86,7 +86,7 @@
${SED} -e 's|@MOZILLA_ICON@|${MOZILLA_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \
<${FILESDIR}/thunderbird.desktop.in >${WRKDIR}/${MOZILLA}.desktop
- ${LN} -s ${WRKDIR}/mail ${WRKDIR}/mozilla/mail
+ ${LN} -s ${WRKSRC}/mail ${WRKSRC}/mozilla/mail
post-patch:
${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \
Modified: branches/experimental/mail/thunderbird-devel/distinfo
==============================================================================
--- branches/experimental/mail/thunderbird-devel/distinfo Mon Sep 21 23:06:03 2009 (r114)
+++ branches/experimental/mail/thunderbird-devel/distinfo Thu Sep 24 11:42:05 2009 (r115)
@@ -1,3 +1,3 @@
-MD5 (thunderbird-3.0b3-source.tar.bz2) = 1d589b53e86282808a0ac43ec95bcb7a
-SHA256 (thunderbird-3.0b3-source.tar.bz2) = adccafb816f28554a1a9f385d8a1aa311ac5f11d746446f56b7e8fd85dc17836
-SIZE (thunderbird-3.0b3-source.tar.bz2) = 58488996
+MD5 (thunderbird-3.0b4.source.tar.bz2) = 0f7c7cdfebd8948b7e3fe835773b072d
+SHA256 (thunderbird-3.0b4.source.tar.bz2) = 3847fdfdd1ef8301bd874cad246fe404e331306a61acae48133fffefe94a5f32
+SIZE (thunderbird-3.0b4.source.tar.bz2) = 58912915
Modified: branches/experimental/mail/thunderbird-devel/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h
==============================================================================
--- branches/experimental/mail/thunderbird-devel/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h Mon Sep 21 23:06:03 2009 (r114)
+++ branches/experimental/mail/thunderbird-devel/files/patch-media_liboggz_include_oggz_oggz_off_t_generated.h Thu Sep 24 11:42:05 2009 (r115)
@@ -1,11 +1,11 @@
---- mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-08-13 11:39:02.000000000 +0200
-+++ mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h 2009-08-13 11:39:27.000000000 +0200
+--- mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-09-16 02:56:44.000000000 +0200
++++ mozilla/media/liboggz/include/oggz/oggz_off_t_generated.h 2009-09-24 13:04:49.000000000 +0200
@@ -59,7 +59,7 @@
#include <sys/types.h>
--#if defined(__APPLE__) || defined(SOLARIS)
-+#if defined(__APPLE__) || defined(SOLARIS) || defined (__FreeBSD__)
+-#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2)
++#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined (__FreeBSD__)
typedef off_t oggz_off_t;
#else
typedef loff_t oggz_off_t;
More information about the freebsd-gecko
mailing list