From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 30 21:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE9FF106568B for ; Fri, 30 Oct 2009 21:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF318FC18 for ; Fri, 30 Oct 2009 21:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9ULU2Ix014422 for ; Fri, 30 Oct 2009 21:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9ULU2GC014419; Fri, 30 Oct 2009 21:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 30 Oct 2009 21:30:02 GMT Resent-Message-Id: <200910302130.n9ULU2GC014419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mirko Zinn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E87D1065694 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: citric@cubicone.tmetic.com Subject: ports/140124: [PATCH] lang/spidermonkey: Option for UTF8 support added X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 21:30:02 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 30 21:30:01 UTC 2009 >Closed-Date: >Last-Modified: >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 + +.if defined(WITH_UTF8) +CFLAGS+= -DJS_C_STRINGS_ARE_UTF8 +.endif + .include --- spidermonkey-1.7.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: