From nobody@FreeBSD.org  Fri Feb 22 12:25:50 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id CCBD8B5D
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Feb 2013 12:25:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BA71FB02
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Feb 2013 12:25:50 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1MCPoec060143
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Feb 2013 12:25:50 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1MCPojh060142;
	Fri, 22 Feb 2013 12:25:50 GMT
	(envelope-from nobody)
Message-Id: <201302221225.r1MCPojh060142@red.freebsd.org>
Date: Fri, 22 Feb 2013 12:25:50 GMT
From: hhaamu <hhaamu@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/seamonkey-2.16 fails to build without MAILNEWS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176348
>Category:       ports
>Synopsis:       www/seamonkey-2.16 fails to build without MAILNEWS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 12:30:00 UTC 2013
>Closed-Date:    Sat Feb 23 09:55:45 UTC 2013
>Last-Modified:  Sat Feb 23 10:00:00 UTC 2013
>Originator:     hhaamu
>Release:        8.3-RELEASE-p3
>Organization:
>Environment:
>Description:
The patch ${FILESDIR}/extra-mailnews-patch-bridge-bridge.mk fails to apply
>How-To-Repeat:

>Fix:
De-bitrotted patch included

Patch attached with submission follows:

--- bridge/bridge.mk.orig	2012-03-13 06:23:10.000000000 +0100
+++ bridge/bridge.mk	2012-03-14 12:28:03.000000000 +0100
@@ -47,8 +47,10 @@
 APP_LIBXUL_DIRS += $(DEPTH)$(SUBDIR)/db/mork
 #endif
 
+ifdef disabled
 APP_LIBXUL_DIRS += \
   $(DEPTH)$(SUBDIR)/mailnews \
   $(NULL)
+endif


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flo 
Responsible-Changed-By: flo 
Responsible-Changed-When: Fri Feb 22 16:16:56 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176348 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Sat Feb 23 09:55:44 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176348 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176348: commit references a PR
Date: Sat, 23 Feb 2013 09:55:27 +0000 (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"
 
>Unformatted:
