non port: games/pioneer/Makefile |
SVNWeb
|
Number of commits found: 55 |
Mon, 6 Feb 2023
|
[ 17:52 Dmitry Marakasov (amdmi3) ] 093b4d4
games/pioneer: update 20220203 → 20230203
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 19:34 Yuri Victorovich (yuri) ] 249f65e
multimedia/assimp: Update 5.1.5 -> 5.2.4
Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 9 Feb 2022
|
[ 18:40 Dmitry Marakasov (amdmi3) ] f2ff247
games/pioneer: update 20210723 → 20220203
|
Tue, 16 Nov 2021
|
[ 04:42 Yuri Victorovich (yuri) ] 135e04d (Only the first 10 of 12 ports in this commit are shown above. )
multimedia/assimp: Update 5.0.1 -> 5.1.0
Also:
* add the 'test' target
* update WWW
|
Thu, 21 Oct 2021
|
[ 16:55 Dmitry Marakasov (amdmi3) ] 52a593f
games/pioneer: take maintainership and update to 20210723
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 19 Jan 2021
|
[ 03:11 linimon ]
Mark as BROKEN on riscv64 the same as on powerpc*.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
|
Wed, 4 Nov 2020
|
[ 08:03 wen ]
- Drop maintainership
PR: 250844
Submitted by: lightside@gmx.com(maintainer)
|
Sat, 25 Jan 2020
|
[ 20:36 yuri ]
multimedia/assimp: Update 4.1.0 -> 5.0.1
Reported by: portscout
|
Fri, 8 Nov 2019
|
[ 10:47 tobik ] (Only the first 10 of 263 ports in this commit are shown above. )
games: Add missing USES={gnome,gl,sdl,xorg}
|
Tue, 15 Oct 2019
|
[ 15:52 swills ]
games/pioneer: Update to 20191009
PR: 241197
Submitted by: lightside <lightside@gmx.com> (maintainer)
|
Sat, 14 Sep 2019
|
[ 22:01 jbeich ] (Only the first 10 of 47 ports in this commit are shown above. )
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 3 Apr 2019
|
[ 19:00 linimon ]
Mark broken on powerpc*:
contrib/profiler/Profiler.h:158:51: error: inconsistent operand constraints in
an 'asm'
It may be an easy fix, but it represents as an architectural problem.
Approved by: portmgr (tier-2 blanket)
|
Thu, 7 Feb 2019
|
[ 13:29 tobik ]
games/pioneer: Update to 20190203
- While here move option descriptions before options helpers as
recommended by the Porter's Handbook section 15.10.
Changes: https://github.com/pioneerspacesim/pioneer/compare/20180203...20190203
Changes: https://github.com/pioneerspacesim/pioneer/blob/20190203/Changelog.txt
PR: 235515
Submitted by: lightside@gmx.com (maintainer)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 10 Feb 2018
|
[ 11:17 yuri ]
games/pioneer: Update to 0.0.20180203
Changelog:
https://github.com/pioneerspacesim/pioneer/blob/master/Changelog.txt
Additional port changes:
* Removed the patch that has been committed upstream:
patch-data_modules_SearchRescue_SearchRescue.lua
* Slight whitespace reformatting.
PR: 225722
Submitted by: lightside <lightside@gmx.com> (maintainer)
Approved by: tcberner (mentor, implicit)
|
Thu, 8 Feb 2018
|
[ 22:09 yuri ]
multimedia/assimp: Update to 4.1.0
Change log:
https://github.com/assimp/assimp/releases/tag/v4.1.0
Additional port changes:
* Removed CMAKE_SKIP_RPATH, the default behavior should suffice
* Changed to CMAKE_OFF
* Removed the unnecessary .if/gcc clause
* Improved PLIST_SUB tokens
* Added the patch for #include that is already in the upstream
repository now
Also tried to add the double-precision option, but it fails in build,
so I reported this to the upsream.
Bumped PORTREVISION: games/pioneer games/doomsday graphics/qt5-3d
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14253
|
Fri, 6 Oct 2017
|
[ 15:08 jbeich ]
games/pioneer: update to 0.0.20171001
- Remove already applied patch for assimp-4.0.0
- Move USES before USE_* per Porter's Handbook style (found by portlint)
- Add SERVERAGENT port's option
- Apply upstream patch to "Fix SAR selection of ship sizes for missions"
Note, saved games from previous version are not compatible.
Changes: https://github.com/pioneerspacesim/pioneer/blob/20171001/Changelog.txt
https://github.com/pioneerspacesim/pioneer/compare/20170304...20171001
PR: 222823
Submitted by: lightside@gmx.com (maintainer)
MFH: 2017Q4
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sat, 22 Jul 2017
|
[ 12:22 jbeich ]
multimedia/assimp: rebuild consumers after r446390
ABI: https://abi-laboratory.pro/tracker/timeline/assimp/
PR: 220889
Pointy hat to: jbeich
|
[ 12:17 jbeich ]
games/pioneer: unbreak after r446390
checking for ASSIMP... yes
checking for ASSIMP version >= 3.2... no
configure: error: "assimp version >= 3.2 not found. Get it from
https://assimp.sourceforge.net/"
===> Script "configure" failed unexpectedly.
PR: 220889
Pointy hat to: jbeich
Obtained from: upstream
Approved by: portmgr blanket
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 5 Mar 2017
|
[ 11:17 miwi ]
- Update to 20170304
PR: 217554
|
Mon, 9 Jan 2017
|
[ 13:16 amdmi3 ] (Only the first 10 of 104 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Wed, 7 Dec 2016
|
[ 11:12 amdmi3 ]
- Update to 0.0.20161129
PR: 214977
Submitted by: lightside@gmx.com (maintainer)
|
Sat, 12 Nov 2016
|
[ 10:19 antoine ]
Spell CHOSEN_COMPILER_TYPE correctly
|
[ 10:06 madpilot ]
- Update to 20161110
- Convert to USES=localbase
- Removed upstreamed patches
PR: 214420
Submitted by: lightside@gmx.com (maintainer)
|
Wed, 2 Nov 2016
|
[ 10:24 madpilot ]
- Update pioneer to 20161028
- Add NOGPUJOBS option
PR: 213873
Submitted by: lightside <lightside@gmx.com>
|
Tue, 13 Sep 2016
|
[ 22:34 amdmi3 ]
- Switch to newly supported CC licenses
Submitted by: lightside@gmx.com (maintainer via private email)
|
Mon, 13 Jun 2016
|
[ 16:12 pi ]
games/pioneer: 20160404 -> 20160610
Changes:
https://github.com/pioneerspacesim/pioneer/compare/20160404...20160504
- This version uses multimedia/assimp v3.2 library from bug 209356.
- The saved games from previous version are not compatible!
PR: 209357
Submitted by: lightside@gmx.com (maintainer)
|
Wed, 6 Apr 2016
|
[ 03:58 amdmi3 ]
- Update to 0.0.20160404
|
Sun, 3 Apr 2016
|
[ 12:00 amdmi3 ]
- Switch profiler which depends on x86 assembly off by default, fixing build on
arm
PR: 207559
Submitted by: lightside@gmx.coma (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 07:34 riggs ]
Update multimedia/assimp to upstream version 3.1.1
Details:
- Allow build with clang on FreeBSD >= 10
- Add BOOST option
- Add restrictions for USE_GCC
- Update post-patch and pkg-plist file
- Bump PORTREVISION on dependent ports (possible ABI change)
PR: 207575
Submitted by: lightside@gmx.com
Approved by: maintainer timeout
|
Sun, 28 Feb 2016
|
[ 10:19 madpilot ]
- Update to 20160225
Note that saved games from previous versions are not compatible.
PR: 206811
Submitted by: lightside at gmx.com (maintainer)
|
Fri, 4 Dec 2015
|
[ 08:36 wen ]
- Update to 20151130
PR: 204974
Submitted by: lightside@gmx.com(maintainer)
|
Sat, 10 Oct 2015
|
[ 09:50 madpilot ]
- Update to 20151004
- Use option target helpers
PR: 203427
Submitted by: lightside at gmx.com (maintainer)
|
Mon, 15 Jun 2015
|
[ 23:54 amdmi3 ]
- Update to 20150614
PR: 200858
Submitted by: lightside@gmx.com (maintainer)
|
Mon, 18 May 2015
|
[ 17:07 mat ] (Only the first 10 of 150 ports in this commit are shown above. )
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 17 Mar 2015
|
[ 09:27 vanilla ]
Upgrade to 20150314.
PR: 198649
Submitted by: maintainer
|
Mon, 2 Feb 2015
|
[ 02:30 amdmi3 ]
- Update to 20150201
PR: 20150201
Submitted by: lightside@gmx.com (maintainer)
|
Wed, 21 Jan 2015
|
[ 04:16 amdmi3 ]
- Update to 20141230
PR: 196373
Submitted by: lightside@gmx.com (maintainer)
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Thu, 11 Dec 2014
|
[ 23:06 amdmi3 ]
- Fix build with new freetype
PR: 195895
Submitted by: lightside@gmx.com (maintainer)
|
Tue, 2 Dec 2014
|
[ 03:15 amdmi3 ]
- Update to 20141128 (changes:
https://github.com/pioneerspacesim/pioneer/compare/20141029...20141128)
- Update licenses
- Added OPSYS in conjunction to OSVERSION
- Wrapped cd related command to parentheses
- Corrected patch for src/posix/OSPosix.cpp file
- Fix multiple WWW in pkg-descr
PR: 195514
Submitted by: lightside@gmx.com (maintainer)
|
Thu, 30 Oct 2014
|
[ 11:35 amdmi3 ]
- Update to 0.0.20141029
Submitted by: lightside@gmx.com (maintainer) via private email
|
Wed, 29 Oct 2014
|
[ 04:40 amdmi3 ]
Pioneer Space Simulator.
Pioneer is a space adventure game set in the Milky Way galaxy at the turn of
the 31st century.
The game is open-ended, and you are free to explore the millions of star
systems in the game. You can land on planets, slingshot past gas giants, and
burn yourself to a crisp flying between binary star systems. You can try your
hand at piracy, make your fortune trading between systems, or do missions for
the various factions fighting for power, freedom or self-determination.
WWW: http://pioneerspacesim.net
WWW: http://github.com/pioneerspacesim/pioneer
PR: 193213
Submitted by: lightside@gmx.com
|
Number of commits found: 55 |