Bug 176348 - www/seamonkey-2.16 fails to build without MAILNEWS
Summary: www/seamonkey-2.16 fails to build without MAILNEWS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 12:30 UTC by hhaamu
Modified: 2013-02-23 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (281 bytes, patch)
2013-02-22 12:30 UTC, hhaamu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hhaamu 2013-02-22 12:30:00 UTC
The patch ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk fails to apply

Fix: De-bitrotted patch included

Patch attached with submission follows:
Comment 1 Florian Smeets freebsd_committer freebsd_triage 2013-02-22 16:16:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-23 09:55:27 UTC
Author: flo
Date: Sat Feb 23 09:55:20 2013
New Revision: 312804
URL: http://svnweb.freebsd.org/changeset/ports/312804

Log:
  Fix build when the MAILNEWS option is deselected.
  
  PR:		ports/176348
  Submitted by:	hhaamu <hhaamu@gmail.com>

Modified:
  head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk

Modified: head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk
==============================================================================
--- head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk	Sat Feb 23 09:27:02 2013	(r312803)
+++ head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk	Sat Feb 23 09:55:20 2013	(r312804)
@@ -6,8 +6,6 @@
  
 +ifdef disabled
  APP_LIBXUL_DIRS += \
-   $(DEPTH)$(SUBDIR)/mailnews/base \
-   $(DEPTH)$(SUBDIR)/mailnews/mime/public \
    $(DEPTH)$(SUBDIR)/mailnews \
    $(NULL)
 +endif
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2013-02-23 09:55:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!