Bug 190833

Summary: games/netherearth: stagify, fixes for glutInit
Product: Ports & Packages Reporter: Oleg Ginzburg <olevole>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: rakuco
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
stage support for games/netherearth none

Description Oleg Ginzburg 2014-06-09 16:04:34 UTC
Created attachment 143569 [details]
stage support for games/netherearth

patch for my games/netherearth ports:

- stage support;
- apply local patch to avoid "Function <glutStrokeWidth> called without first calling 'glutInit'.";
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-21 22:03:02 UTC
A commit references this bug:

Author: rakuco
Date: Sat Jun 21 22:02:47 UTC 2014
New revision: 358753
URL: http://svnweb.freebsd.org/changeset/ports/358753

Log:
  - Support staging.
  - Apply local patch to avoid a complaint from the compiler:
    "Function <glutStrokeWidth> called without first calling 'glutInit'."

  PR:		190833
  Submitted by:	olevole@olevole.ru (maintainer)

Changes:
  head/games/netherearth/Makefile
  head/games/netherearth/files/
  head/games/netherearth/files/patch-main.cpp
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-06-21 22:03:57 UTC
Committed, thanks. I bumped PORTREVISION because the local patch changes the binaries generated.