[SVN-Commit] r464 - in branches/experimental/www/seamonkey2-devel: . files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Dec 7 21:51:57 UTC 2010


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)


More information about the freebsd-gecko mailing list