Bug 142286 - devel/py-game: fix build on 9-CURRENT
Summary: devel/py-game: fix build on 9-CURRENT
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: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 23:30 UTC by Jilles Tjoelker
Modified: 2010-01-05 07:10 UTC (History)
0 users

See Also:


Attachments
devel-py-game-buildfix.patch (563 bytes, patch)
2010-01-03 23:30 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 2010-01-03 23:30:05 UTC
Due to a change in /bin/sh a mismatched single quote inside backticks
(`...`) now causes an error in pre-configure.

Fix: Apply the attached patch to the port Makefile.
How-To-Repeat: Try to build the port using /bin/sh with r197691 change in it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-03 23:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-05 07:01:12 UTC
mva         2010-01-05 07:00:58 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-game        Makefile 
  Log:
  - Unbreak build on CURRENT
  
  PR:             ports/142286
  Submitted by:   Jilles Tjoelker <jilles@stack.nl>
  Approved by:    miwi (mentor implicit)
  
  Revision  Changes    Path
  1.42      +1 -1      ports/devel/py-game/Makefile
_______________________________________________
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 3 Marcus von Appen freebsd_committer freebsd_triage 2010-01-05 07:01:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!