ports/67734: devel/subversion: make complains about 'Unterminated quoted string'
Paul A.Hoadley
paulh at logicsquad.net
Wed Jun 9 04:00:42 UTC 2004
>Number: 67734
>Category: ports
>Synopsis: devel/subversion: make complains about 'Unterminated quoted string'
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 09 04:00:41 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Paul A. Hoadley
>Release: FreeBSD 5.2.1-RELEASE-p3
>Organization:
Logic Squad
>Environment:
System: FreeBSD bert.coremedicalsolutions.com 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #3: Sat Mar 27 00:20:56 CST 2004 paulh at bert.logicsquad.net:/usr/obj/usr/src/sys/BERT i386
>Description:
Building with 'WITH_PERL=1' causes make to complain:
Syntax error: Unterminated quoted string
*** Error code 2
>How-To-Repeat:
# cd /usr/ports/devel/subversion
# make WITH_PERL=1
>Fix:
Escape a single quote in a variable assignment.
--- subversion.diff begins here ---
--- Makefile.orig Wed Jun 9 12:55:36 2004
+++ Makefile Wed Jun 9 12:56:22 2004
@@ -41,7 +41,7 @@
.if defined(WITH_PERL)
.if ${PERL_LEVEL} < 500800
-IGNORE= "Subversion's Perl bindings need perl 5.8.0 or greater. Upgrade your perl and try again"
+IGNORE= "Subversion\'s Perl bindings need perl 5.8.0 or greater. Upgrade your perl and try again"
.endif
SWIG_BINDINGS+= perl
USE_PERL5= yes
--- subversion.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list