head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.6 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.4 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.2 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.4.0.12 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.10 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.8 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.6 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.4 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.2 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.32 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.30 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.28 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.18 pkgsrc-2008Q1:1.2.0.16 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.14 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.12 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2011.07.11.20.46.36; author tnn; state dead; branches; next 1.4; 1.4 date 2010.03.16.10.59.10; author tnn; state Exp; branches; next 1.3; 1.3 date 2009.11.29.00.40.44; author tnn; state dead; branches; next 1.2; 1.2 date 2006.06.28.21.23.29; author joerg; state Exp; branches; next 1.1; 1.1 date 2006.03.30.19.15.48; author ghen; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.03.30.19.15.48; author ghen; state Exp; branches; next ; desc @@ 1.5 log @Update to seamonkey-2.2. Based on the mozilla-5.0 branch. SeaMonkey 2.2 contains the following major changes relative to SeaMonkey 2.1: Windows: Bundled extensions/add-ons are no longer optional in SeaMonkey's installer. Archive options can now be changed from the Copies & Folders Account Settings pane. Mozilla platform changes CSS Animations are now supported. Improved canvas, JavaScript, memory, and networking performance. Improved standards support for HTML5, XHR, MathML, SMIL, and canvas. Improved spell checking for some locales. WebGL content can no longer load cross-domain textures. Background tabs have setTimeout and setInterval clamped to 1000ms to improve performance. @ text @$NetBSD: patch-aq,v 1.4 2010/03/16 10:59:10 tnn Exp $ --- mozilla/media/liboggplay/src/liboggplay/std_semaphore.h.orig 2009-10-16 17:14:09.000000000 +0200 +++ mozilla/media/liboggplay/src/liboggplay/std_semaphore.h @@@@ -74,9 +74,9 @@@@ * @@retval non-zero on error */ -#if defined(linux) || defined(SOLARIS) || defined(AIX) || defined(__FreeBSD__) +#if defined(linux) || defined(SOLARIS) || defined(AIX) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) #include -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) #define SEM_CREATE(p,s) sem_init(&(p), 0, s) #else #define SEM_CREATE(p,s) sem_init(&(p), 1, s) @ 1.4 log @clone comm-1.9.1 patch set from devel/xulrunner into mail/thunderbird and www/seamonkey so devel/xulrunner can move forward to 1.9.2. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.3 2009/10/28 11:36:36 tnn Exp $ @ 1.3 log @Update to seamonkey-2.0, from pkgsrc-wip. Hijack maintainership. Many, many changes; the biggest being that it's based on firefox 3.5. For an exhaustive list of changes, see: http://www.seamonkey-project.org/releases/seamonkey2.0/changes @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.2 2006/06/28 21:23:29 joerg Exp $ d3 5 a7 14 --- directory/c-sdk/configure.in.orig 2005-06-14 23:27:33.000000000 +0200 +++ directory/c-sdk/configure.in @@@@ -54,7 +54,7 @@@@ USE_64= USE_CPLUS= USE_IPV6= USE_MDUPDATE= -_OPTIMIZE_FLAGS=-O +_OPTIMIZE_FLAGS= _DEBUG_FLAGS=-g MOZ_DEBUG=1 MOZ_OPTIMIZE= @@@@ -907,7 +907,7 @@@@ PR_MD_CSRCS=dgux.c ;; d9 8 a16 23 -*-freebsd*) +*-freebsd*|*-dragonfly*) if test -z "$USE_NSPR_THREADS"; then USE_PTHREADS=1 fi @@@@ -2061,7 +2061,7 @@@@ _PTHREAD_LDFLAGS= fi ;; - *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*) + *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*|*-dragonfly*) AC_DEFINE(_THREAD_SAFE) dnl -pthread links in -lc_r, so don't specify it explicitly. if test "$ac_cv_have_dash_pthread" = "yes"; then @@@@ -2114,7 +2114,7 @@@@ AC_DEFINE(_PR_NEED_PTHREAD_INIT) fi ;; -*-freebsd*) +*-freebsd*|*-dragonfly*) if test -n "$USE_NSPR_THREADS"; then AC_DEFINE(_PR_LOCAL_THREADS_ONLY) fi @ 1.2 log @Disable visiblity support. Add DragonFly support. Derived from Firefox patches. @ text @d1 1 a1 1 $NetBSD: patch-aq,v 1.1.1.1 2006/03/30 19:15:48 ghen Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d14 27 @ 1.1.1.1 log @Import Mozilla Seamonkey 1.0 from pkgsrc-wip (gtk2 version). Seamonkey is the community-driven continuation of the Mozilla Suite, which is no longer maintained by Mozilla. @ text @@