diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-11-27 13:52:57 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-11-27 13:52:57 +0000 |
commit | f71e994f68777a156ce85aff2a12dbfc66852c1f (patch) | |
tree | ec70277019fd91c0fcbf015e6ab89f994a78b15d /www/seamonkey | |
parent | 5d09c7e4caf16f50de4b1f548e1c10b928de824f (diff) | |
download | ports-f71e994f68777a156ce85aff2a12dbfc66852c1f.tar.gz ports-f71e994f68777a156ce85aff2a12dbfc66852c1f.zip |
- Fix build with WITHOUT_LDAP
- Mark WITHOUT_MAILNEWS as BROKEN
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286506
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/files/extra-patch-bridge-bridge.mk | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index dcc36f532f3b..2594379ea81d 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -86,6 +86,7 @@ LIB_DEPENDS+= glitz.1:${PORTSDIR}/graphics/glitz .if defined(WITHOUT_MAILNEWS) EXTRA_PATCHES+= ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk MOZ_OPTIONS+= --disable-ldap --disable-mailnews +BROKEN= Does not build .else # mail and news desired, but not LDAP .if defined(WITHOUT_LDAP) diff --git a/www/seamonkey/files/extra-patch-bridge-bridge.mk b/www/seamonkey/files/extra-patch-bridge-bridge.mk index 7ed80612670b..d1b5cde5773f 100644 --- a/www/seamonkey/files/extra-patch-bridge-bridge.mk +++ b/www/seamonkey/files/extra-patch-bridge-bridge.mk @@ -1,5 +1,5 @@ ---- bridge/bridge.mk.orig 2011-10-24 10:44:24.000000000 +0200 -+++ bridge/bridge.mk 2011-10-24 10:44:56.000000000 +0200 +--- bridge/bridge.mk.orig 2011-11-24 18:31:11.000000000 +0100 ++++ bridge/bridge.mk 2011-11-24 18:31:23.000000000 +0100 @@ -38,10 +38,10 @@ APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete @@ -11,5 +11,5 @@ -#endif +endif - ifdef MOZ_MAIL_NEWS - APP_LIBXUL_DIRS += \ + #ifdef MOZ_MORK + APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/db/mork |