Bug 176348

Summary: www/seamonkey-2.16 fails to build without MAILNEWS
Product: Ports & Packages Reporter: hhaamu <hhaamu>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!