Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2010 21:51:50 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r464 - in branches/experimental/www/seamonkey2-devel: . files
Message-ID:  <201012072151.oB7LpojB099360@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Dec  7 21:51:49 2010
New Revision: 464

Log:
- Mark LDAP option as broken until build problem is fixed [1]
- Remove check for FreeBSD 6.x

Submitted by:	Marat N.Afanasyev <amarat AT ksu.ru> [1]

Deleted:
   branches/experimental/www/seamonkey2-devel/files/libsydney_oss
Modified:
   branches/experimental/www/seamonkey2-devel/Makefile

Modified: branches/experimental/www/seamonkey2-devel/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2-devel/Makefile	Tue Dec  7 21:26:04 2010	(r463)
+++ branches/experimental/www/seamonkey2-devel/Makefile	Tue Dec  7 21:51:49 2010	(r464)
@@ -63,12 +63,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 700000
-BROKEN=		Does not build
-.else
-#EXTRA_PATCHES=	${FILESDIR}/libsydney_oss
-.endif
-
 MOZSRC:=	${WRKDIR}/comm-central/mozilla
 WRKSRC=		${WRKDIR}/comm-central
 
@@ -94,6 +88,7 @@
 # mail and news desired, but not LDAP
 .if defined(WITHOUT_LDAP)
 MOZ_OPTIONS+=	--disable-ldap --enable-mailnews
+BROKEN=		Does not build
 .else
 MOZ_OPTIONS+=	--enable-ldap --enable-mailnews
 .endif

Deleted: branches/experimental/www/seamonkey2-devel/files/libsydney_oss
==============================================================================
--- branches/experimental/www/seamonkey2-devel/files/libsydney_oss	Tue Dec  7 21:51:49 2010	(r463)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,11 +0,0 @@
---- mozilla/media/libsydneyaudio/src/Makefile.in.orig	2010-06-10 14:24:56.000000000 +0200
-+++ mozilla/media/libsydneyaudio/src/Makefile.in	2010-07-05 22:06:07.000000000 +0200
-@@ -45,7 +45,7 @@
- LIBRARY_NAME	= sydneyaudio
- FORCE_STATIC_LIB= 1
- 
--ifneq (,$(filter DragonFly FreeBSD GNU GNU_% NetBSD OpenBSD,$(OS_ARCH)))
-+ifneq (,$(filter DragonFly GNU GNU_% NetBSD OpenBSD,$(OS_ARCH)))
- CSRCS		= \
- 		sydney_audio_oss.c \
- 		$(NULL)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012072151.oB7LpojB099360>