head	1.3;
access;
symbols
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.10.24.11.14.47;	author beat;	state dead;
branches;
next	1.2;

1.2
date	2009.12.12.15.15.48;	author beat;	state Exp;
branches;
next	1.1;

1.1
date	2009.05.13.09.17.45;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Remove www/firefox3-devel: Upstream development focuses on Firefox 4.0
  and port is marked as IGNORE for more then eight months.
@
text
@--- media/libsydneyaudio/src/Makefile.in.orig	2009-08-11 17:22:08.000000000 +0200
+++ media/libsydneyaudio/src/Makefile.in	2009-08-11 17:22:36.000000000 +0200
@@@@ -45,6 +45,12 @@@@
 LIBRARY_NAME	= sydneyaudio
 FORCE_STATIC_LIB= 1
 
+ifeq ($(OS_ARCH),FreeBSD)
+CSRCS		= \
+		sydney_audio_pulseaudio.c \
+		$(NULL)
+endif
+
 ifeq ($(OS_ARCH),Linux)
 CSRCS		= \
 		sydney_audio_alsa.c \
--- toolkit/library/Makefile.in.orig	2009-08-11 17:22:45.000000000 +0200
+++ toolkit/library/Makefile.in	2009-08-11 17:23:22.000000000 +0200
@@@@ -231,12 +231,12 @@@@
 endif
 
 ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT))
-EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XEXT_LIBS) $(XCOMPOSITE_LIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0  -lpulse -lpthread
 EXTRA_DSO_LDOPTS += $(FT2_LIBS)
 endif
 
 ifeq (qt,$(MOZ_WIDGET_TOOLKIT))
-EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(XT_LIBS) $(MOZ_QT_LIBS) -lgthread-2.0 -lpulse -lpthread
 EXTRA_DSO_LDOPTS += $(FT2_LIBS)
 endif
 
@


1.2
log
@- Update to 3.6 Beta 4

The Beta of Firefox 3.6 / Gecko 1.9.2 introduces several new features
for users to evaluate:

  * Support for the HTML5 File API
  * A change to how third-party software integrates with Firefox to
    increase stability.
  * The ability to run scripts asynchronously to speed up page load times.
  * A mechanism to prevent incompatible software from crashing Firefox.
  * Users can now change their browser's appearance with a single click,
    with built in support for Personas.
  * Firefox 3.6 will alert users about out of date plugins to keep them
    safe.
  * Open, native video can now be displayed full screen, and supports
    poster frames.
  * Support for the WOFF font format.
  * Improved JavaScript performance, overall browser responsiveness and
    startup time.
  * Support for new CSS, DOM and HTML5 web technologies.

Thanks to:	Andreas Tobler, Florian Smeets, Joseph S. Atkinson, miwi@@
@
text
@@


1.1
log
@- Add FreeBSD 6.4 support

Thanks to:	Florian Smeets
@
text
@d1 2
a2 2
--- media/libsydneyaudio/src/Makefile.in_orgi  2009-04-10 12:12:45.000000000 +0200
+++ media/libsydneyaudio/src/Makefile.in       2009-04-10 12:13:12.000000000 +0200
d4 1
a4 1
 LIBRARY_NAME  = sydneyaudio
d6 1
a6 1

d8 3
a10 3
+CSRCS         = \
+              sydney_audio_pulseaudio.c \
+              $(NULL)
d14 5
a18 6
 CSRCS         = \
               sydney_audio_alsa.c \

--- toolkit/library/Makefile.in.orig   2009-04-24 03:47:06.000000000 +0200
+++ toolkit/library/Makefile.in        2009-05-11 11:05:23.000000000 +0200
@@@@ -228,12 +228,12 @@@@
d20 1
a20 1

d22 2
a23 2
-EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS) $(MOZ_PANGO_LIBS) $(MOZ_GTK2_LIBS) $(XT_LIBS) -lgthread-2.0 -lpulse -lpthread
d26 1
a26 1

d32 1
a32 2


@

