Bug 214420 - games/pioneer: Update to 20161110
Summary: games/pioneer: Update to 20161110
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-11-11 11:52 UTC by lightside
Modified: 2016-11-12 10:08 UTC (History)
1 user (show)

See Also:


Attachments
Proposed patch (since 425132 revision) (2.73 KB, patch)
2016-11-11 11:52 UTC, lightside
lightside: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lightside 2016-11-11 11:52:00 UTC
Created attachment 176892 [details]
Proposed patch (since 425132 revision)

Patch to update games/pioneer port from 20161028 to 20161110 version.

Look following link for changes:
https://github.com/pioneerspacesim/pioneer/compare/20161028...20161110

- Use _GLIBCXX_USE_C99 define for GCC (ports/193528)
- Clarify sed patch for src/Orbit.cpp
- Remove patches, which applied by upstream

The build was tested on FreeBSD 9.3 and 10.2 amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-12 10:07:41 UTC
A commit references this bug:

Author: madpilot
Date: Sat Nov 12 10:06:49 UTC 2016
New revision: 425936
URL: https://svnweb.freebsd.org/changeset/ports/425936

Log:
  - Update to 20161110
  - Convert to USES=localbase
  - Removed upstreamed patches

  PR:		214420
  Submitted by:	lightside@gmx.com (maintainer)

Changes:
  head/games/pioneer/Makefile
  head/games/pioneer/distinfo
  head/games/pioneer/files/patch-contrib_PicoDDS_PicoDDS.cpp
  head/games/pioneer/files/patch-src_GameConfig.h
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2016-11-12 10:08:27 UTC
Committed.

I only modified the port to use USES=localbase instead of manually defining CPPFLAGS to inlcude ${LOCALBASE}/local.

Thanks!