Date: Thu, 11 Oct 2012 09:35:31 GMT From: David Naylor <naylor.b.david@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/172603: [patch] lang/pypy: fix option string Message-ID: <201210110935.q9B9ZVgV035379@red.freebsd.org> Resent-Message-ID: <201210111149.q9BBndmk062805@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210110935.q9B9ZVgV035379>