Bug 142286

Summary: devel/py-game: fix build on 9-CURRENT
Product: Ports & Packages Reporter: Jilles Tjoelker <jilles>
Component: Individual Port(s)Assignee: Marcus von Appen <mva>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devel-py-game-buildfix.patch none

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!