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.
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
Committed. I only modified the port to use USES=localbase instead of manually defining CPPFLAGS to inlcude ${LOCALBASE}/local. Thanks!