Date: 9 Jun 2004 03:51:11 -0000 From: "Paul A.Hoadley" <paulh@logicsquad.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67734: devel/subversion: make complains about 'Unterminated quoted string' Message-ID: <20040609035111.89527.qmail@grover.logicsquad.net> Resent-Message-ID: <200406090400.i5940gGN030075@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040609035111.89527.qmail>