The following reply was made to PR ports/160444; it has been noted by GNATS.
From: Nali Toja <[email protected]> To: "J. Altman" <[email protected]> Cc: [email protected], Atom Smasher <[email protected]> Subject: Re: ports/160444: Seamonkey fails to build Date: Mon, 24 Oct 2011 07:53:43 +0000 --=-=-= Content-Type: text/plain "J. Altman" <[email protected]> writes: [...] > gmake[3]: Entering directory > `/usr/ports/www/seamonkey/work/comm-release/ldap/sdks/c-sdk' > Makefile:42: config/autoconf.mk: No such file or directory > ./../../config/config.mk:57: /config/autoconf.mk: No such file or directory Apparently, it's broken because "the UI when disabled is not good anyway". https://bugzilla.mozilla.org/show_bug.cgi?id=394502#c18 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=patch-bridge-bridge.mk Content-Description: put it under files/ directory --- bridge/bridge.mk~ +++ bridge/bridge.mk @@ -38,10 +38,10 @@ INCLUDED_BRIDGE_MK = 1 APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/mozilla/xpfe/components/autocomplete -#ifdef MOZ_LDAP_XPCOM +ifdef MOZ_LDAP_XPCOM APP_LIBXUL_STATICDIRS += $(DEPTH)$(SUBDIR)/ldap/sdks/c-sdk APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/ldap/xpcom -#endif +endif ifdef MOZ_MAIL_NEWS APP_LIBXUL_DIRS += \ --=-=-=-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
