Bug 140126 - databases/db3: syntax error in configure script
Summary: databases/db3: syntax error in configure script
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 23:40 UTC by Jilles Tjoelker
Modified: 2009-11-05 03:00 UTC (History)
0 users

See Also:


Attachments
databases-db3-syntaxfix.patch (445 bytes, patch)
2009-10-30 23:40 UTC, Jilles Tjoelker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jilles Tjoelker freebsd_committer freebsd_triage 2009-10-30 23:40:04 UTC
Due to a change in /bin/sh a mismatched single quote inside backticks
(`...`) now causes configure to fail.

The error message is like
configure: 1: Syntax error: Unterminated quoted string
possibly followed by a message with the real line number.

Fix: Adding this patch as files/patch-dist::configure.2 seems to fix this.
It commutes with the other changes to the configure script.
Perhaps it is cleaner to fold it into the other patch.
How-To-Repeat: Try to build databases/db3 with a /bin/sh with r197691 change in it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-30 23:40:13 UTC
Maintainer of databases/db3,

Please note that PR ports/140126 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140126

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-30 23:40:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Matthias Andree 2009-10-31 10:02:06 UTC
Approved.

-- 
Matthias Andree
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-10-31 10:13:45 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-11-02 10:22:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 6 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-05 02:40:34 UTC
Responsible Changed
From-To: miwi->amdmi3

Take with miwi's approval
Comment 7 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-05 02:50:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2009-11-05 02:50:54 UTC
amdmi3      2009-11-05 02:50:45 UTC

  FreeBSD ports repository

  Modified files:
    databases/db3/files  patch-dist::configure 
  Log:
  - Fix build on 9.0
  
  PR:             140126
  Submitted by:   Jilles Tjoelker <jilles@stack.nl>
  Approved by:    "Matthias Andree" <matthias.andree@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.4       +9 -0      ports/databases/db3/files/patch-dist::configure
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"