From root@derzinn.de  Fri Oct 30 21:28:31 2009
Return-Path: <root@derzinn.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9E87D1065694
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Oct 2009 21:28:31 +0000 (UTC)
	(envelope-from root@derzinn.de)
Received: from oops.0xC0DE.de (oops.0xC0DE.de [78.46.70.3])
	by mx1.freebsd.org (Postfix) with ESMTP id 5FAA38FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Oct 2009 21:28:31 +0000 (UTC)
Received: from localhost (localhost.0xC0DE.de [127.0.0.1])
	by oops.0xC0DE.de (Postfix) with ESMTP id D09833980C1;
	Fri, 30 Oct 2009 22:09:30 +0100 (CET)
Received: from oops.0xC0DE.de ([127.0.0.1])
	by localhost (oops.0xC0DE.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id Bh4VKMyP+sGu; Fri, 30 Oct 2009 22:09:25 +0100 (CET)
Received: from derzinn.de (i59F56CB6.versanet.de [89.245.108.182])
	(Authenticated sender: info@derzinn.de)
	by oops.0xC0DE.de (Postfix) with ESMTPA id A8B213980A3;
	Fri, 30 Oct 2009 22:09:25 +0100 (CET)
Received: by derzinn.de (Postfix, from userid 0)
	id 9CFB4666D4D; Fri, 30 Oct 2009 22:09:26 +0100 (CET)
Message-Id: <20091030210926.9CFB4666D4D@derzinn.de>
Date: Fri, 30 Oct 2009 22:09:26 +0100 (CET)
From: Mirko Zinn <mail@derzinn.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: citric@cubicone.tmetic.com
Subject: [PATCH] lang/spidermonkey: Option for UTF8 support added 
X-Send-Pr-Version: 3.113
X-GNATS-Notify: citric@cubicone.tmetic.com

>Number:         140124
>Category:       ports
>Synopsis:       [PATCH] lang/spidermonkey: Option for UTF8 support added
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 30 21:30:01 UTC 2009
>Closed-Date:    Mon Nov 09 08:29:39 UTC 2009
>Last-Modified:  Mon Nov  9 08:30:05 UTC 2009
>Originator:     Mirko Zinn
>Release:        FreeBSD 7.2-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD test 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct  2 08:22:32 UTC
>Description:
Option for UTF8 support added. Optional building with UTF8 is useful for other Ports that need this one with UTF8 support.

Port maintainer (citric@cubicone.tmetic.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- spidermonkey-1.7.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/spidermonkey.orig/Makefile /usr/ports/lang/spidermonkey/Makefile
--- /usr/ports/lang/spidermonkey.orig/Makefile	2009-06-23 21:47:12.000000000 +0200
+++ /usr/ports/lang/spidermonkey/Makefile	2009-10-30 21:00:01.000000000 +0100
@@ -57,4 +57,12 @@
 	${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC}
 	@${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/
 
+OPTIONS=	UTF8 "Enable UTF8 support" Off
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_UTF8)
+CFLAGS+=	-DJS_C_STRINGS_ARE_UTF8
+.endif
+
 .include <bsd.port.mk>
--- spidermonkey-1.7.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Oct 30 21:30:13 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: citric@cubicone.tmetic.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/140124: [PATCH] lang/spidermonkey: Option for UTF8 support added
Date: Fri, 30 Oct 2009 21:30:10 UT

 Maintainer of lang/spidermonkey,
 
 Please note that PR ports/140124 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140124
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Dan Rench <citric@cubicone.tmetic.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140124: [PATCH] lang/spidermonkey: Option for UTF8 support
 added
Date: Fri, 30 Oct 2009 19:51:23 -0500

 Edwin Groothuis wrote:
 > Maintainer of lang/spidermonkey,
 > 
 > Please note that PR ports/140124 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140124
 > 
 
 I approve the patch. Thanks!
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Mon Nov 9 08:29:32 UTC 2009 
State-Changed-Why:  
committed, thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140124: commit references a PR
Date: Mon,  9 Nov 2009 08:29:30 +0000 (UTC)

 arved       2009-11-09 08:29:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/spidermonkey    Makefile 
   Log:
   Add option for UTF8 support
   
   PR:             140124
   Submitted by:   Mirko Zinn <mail@derzinn.de>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.26      +8 -0      ports/lang/spidermonkey/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
