Bug 140125 - lang/pike72: syntax error in configure script
Summary: lang/pike72: 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 22:10 UTC by Jilles Tjoelker
Modified: 2009-11-05 02:50 UTC (History)
0 users

See Also:


Attachments
lang-pike72-syntaxfix.patch (396 bytes, patch)
2009-10-30 22:10 UTC, Jilles Tjoelker
no flags Details | Diff
smime.p7s (3.80 KB, application/pkcs7-signature)
2009-10-30 23:14 UTC, Xavier Beaudouin
no flags Details

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 22:10:01 UTC
Due to a change in /bin/sh a mismatched single quote inside backticks   
(`...`) now causes configure to fail.

Fix: Add this patch as files/patch-configure or similar.

pike 7.8 appears to have this fix already.
How-To-Repeat: Try to build lang/pike72 with a /bin/sh with r197691 change in it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-30 22:10:08 UTC
Maintainer of lang/pike72,

Please note that PR ports/140125 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/140125

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

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Xavier Beaudouin 2009-10-30 23:14:18 UTC
Hi there,

I approve this patch.

Xavier
Le 30 oct. 2009 à 23:10, Edwin Groothuis a écrit :

> Maintainer of lang/pike72,
>
> Please note that PR ports/140125 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/140125
>
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org

Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-11-02 10:22:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

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

Take with miwi's approval
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-11-05 02:40:39 UTC
amdmi3      2009-11-05 02:40:25 UTC

  FreeBSD ports repository

  Added files:
    lang/pike72/files    patch-configure 
  Log:
  - Fix build on 9.0
  
  PR:             140125
  Submitted by:   Jilles Tjoelker <jilles@stack.nl>
  Apprived by:    Xavier Beaudouin <kiwi@oav.net> (maintainer)
  
  Revision  Changes    Path
  1.1       +11 -0     ports/lang/pike72/files/patch-configure (new)
_______________________________________________
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"
Comment 7 Dmitry Marakasov freebsd_committer freebsd_triage 2009-11-05 02:40:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!