Bug 67734 - devel/subversion: make complains about 'Unterminated quoted string'
Summary: devel/subversion: make complains about 'Unterminated quoted string'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-09 05:00 UTC by Paul A. Hoadley
Modified: 2004-06-17 07:38 UTC (History)
0 users

See Also:


Attachments
subversion.diff (397 bytes, patch)
2004-06-09 05:00 UTC, Paul A. Hoadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul A. Hoadley 2004-06-09 05:00:41 UTC
Building with 'WITH_PERL=1' causes make to complain:

Syntax error: Unterminated quoted string
*** Error code 2

Fix: Escape a single quote in a variable assignment.
How-To-Repeat: # cd /usr/ports/devel/subversion
# make WITH_PERL=1
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-09 08:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer.
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2004-06-17 07:38:19 UTC
State Changed
From-To: open->closed


Committed, thanks!