Commit Graph

26 Commits

Author SHA1 Message Date
naddy 9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
rsadowski 0de194c3f7 Remove boost version checks and bump after boost rollback 2021-09-19 05:24:30 +00:00
naddy afcc689c59 remove carriage returns ('\r') from patch files and set FIX_CRLF_FILES 2021-02-26 18:20:31 +00:00
sthen 3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
jca 748bcc779f Mark as BROKEN, this uses boost_python27 which is getting in the way
Upstream development has taken a new turn, with python3 support planned
for 0.8.0.

While here update HOMEPAGE and point at github for new releases.
Maintainer timeout, ok sthen@
2020-11-25 23:56:25 +00:00
sthen 0cc65318c3 mark vegastrike BROKEN-i386 to avoid packaging ~700MB of data/music/etc;
-engine cannot build there because x11/ogre is BROKEN-i386. add comment
to x11/ogre to reenable if unbreaking there.
2020-11-13 22:25:45 +00:00
rsadowski a999b057b9 Use MODPY_WANTLIB 2020-09-07 14:45:12 +00:00
rsadowski 97488451be Unbreak with devel/boost>=1.67.0 2020-08-15 20:30:59 +00:00
naddy d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
sthen 484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen 53defd7102 remove more PKG_ARCH=* with pyc in PLIST 2019-04-27 23:55:04 +00:00
sthen 49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
sthen 25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie 150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bentley 54d116e924 Fix for clang 6. 2018-04-16 11:15:49 +00:00
rsadowski b927abbb4e Unbreak build with boost 1.65.1 2017-12-26 19:18:57 +00:00
naddy 1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie c8917d04ac fix with clang 2017-06-01 11:29:12 +00:00
sthen bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
kirby decdd5f5f2 Don't package data on arches where main package doesn't build.
ok pascal@ (maintainer)
2017-02-13 07:23:37 +00:00
pascal b01174ae9b Update my mail address. 2016-05-07 12:40:56 +00:00
naddy ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
kirby 41879bb650 - install correct icon
- adjust python shebangs
ok pascal@ (maintainer)
2014-05-25 20:15:05 +00:00
pascal c12582c14c Import games/vegastrike, ok bentley@.
Vega Strike is an OpenSource 3d Space Simulator. Work is proceeding
on both the Vega Strike game engine and a Vega Strike Universe game
data set. Both engine and data are in a playable state, but still
under development. Each release serves as a beta for both engine
and data.

The Vega Strike engine serves as the foundation for the Privateer
Gemini Gold, Privateer Remake, Vega Trek, and Pi Armada projects.
2014-04-18 15:14:05 +00:00