misc/172603: [patch] lang/pypy: fix option string

David Naylor naylor.b.david at gmail.com
Thu Oct 11 11:49:39 UTC 2012


>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:


More information about the freebsd-bugs mailing list