Bug 190833 - games/netherearth: stagify, fixes for glutInit
Summary: games/netherearth: stagify, fixes for glutInit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-09 16:04 UTC by Oleg Ginzburg
Modified: 2014-06-21 22:03 UTC (History)
1 user (show)

See Also:


Attachments
stage support for games/netherearth (1.81 KB, patch)
2014-06-09 16:04 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.