From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 11 11:49:39 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90C0A5CC for ; Thu, 11 Oct 2012 11:49:39 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0EA8FC18 for ; Thu, 11 Oct 2012 11:49:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9BBndQ6062806 for ; Thu, 11 Oct 2012 11:49:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9BBndmk062805; Thu, 11 Oct 2012 11:49:39 GMT (envelope-from gnats) Resent-Date: Thu, 11 Oct 2012 11:49:39 GMT Resent-Message-Id: <201210111149.q9BBndmk062805@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FBC8A7C for ; Thu, 11 Oct 2012 09:35:32 +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 3983D8FC16 for ; Thu, 11 Oct 2012 09:35:32 +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 q9B9ZWPC035395 for ; Thu, 11 Oct 2012 09:35:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9B9ZVgV035379; Thu, 11 Oct 2012 09:35:31 GMT (envelope-from nobody) Message-Id: <201210110935.q9B9ZVgV035379@red.freebsd.org> Date: Thu, 11 Oct 2012 09:35:31 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/172603: [patch] lang/pypy: fix option string X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 11:49:39 -0000 >Number: 172603 >Category: misc >Synopsis: [patch] lang/pypy: fix option string >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 11:49:39 UTC 2012 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: >Organization: >Environment: >Description: Fix quotes in option string, following precedent of lang/php5: http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/Makefile.ext.diff?r1=1.91;r2=1.92 Requested by: Riccardo Torrini >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/Makefile b/Makefile index bfb56b0..cf687e9 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ ffi:${PORTSDIR}/devel/libffi OPTIONS_DEFINE= SANDBOX -SANDBOX_DESC= "Translate a sandboxed pypy" +SANDBOX_DESC= Translate a sandboxed pypy BUILD_WRKSRC= ${WRKDIR} USE_BZIP2= yes >Release-Note: >Audit-Trail: >Unformatted: