Commit Graph

35 Commits

Author SHA1 Message Date
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +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
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
landry
81fb4cc515 Fix libgmp detection and build against devel/gmp 2018-06-25 20:44:13 +00:00
landry
89736f1d0d Update to minetest 0.4.17.1, from Leonid Bobrov.
Build the server binary.
2018-06-25 20:02:06 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23: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
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
landry
998c1c412e Complete test_serialization.cpp patch to hopefully fix i386 build
ok sthen@
2016-06-29 08:15:31 +00:00
landry
ab72ea3c58 Update patches 2016-06-28 13:56:58 +00:00
landry
fb46229241 Update to minetest 0.4.14, from David Carlier, thanks! 2016-06-27 05:26:13 +00:00
landry
cb71bc3b28 Force-disable redis detection at configure time, otherwise minetest
picks it if present. Noticed by naddy.
While here also force-disable leveldb detection...
2015-11-06 12:16:12 +00:00
sthen
d31dd36326 LL suffix for 64-bit constant, unbreak minetest on 32-bit arch. 2015-09-24 09:50:24 +00:00
landry
1d9e6f4ebd Update to minetest 0.4.13.
http://dev.minetest.net/Changelog#0.4.12_.E2.86.92_0.4.13
2015-09-17 22:06:30 +00:00
ajacoutot
e126f93bb0 Picks up luajit.
Indent while here.
2015-09-10 06:57:59 +00:00
landry
09238cfd4a Update to minetest 0.4.12.
See http://dev.minetest.net/Changelog#0.4.11_.E2.86.92_0.4.12
2015-04-05 21:06:23 +00:00
ajacoutot
f33b253e38 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:41:04 +00:00
dcoppa
6fb2179694 CMake-3.2.1: FindLibintl.cmake -> FindIntl.cmake 2015-03-26 08:07:49 +00:00
landry
3c6112e31a Update to minetest 0.4.10.
See http://dev.minetest.net/Changelog#0.4.9_.E2.86.92_0.4.10 for changes.
2014-11-04 16:57:14 +00:00
dcoppa
5eeb809876 No default optimizations 2014-11-04 15:41:40 +00:00
kili
27785ee95e Revert librt changes.
Prodded by espie@.
2014-03-23 18:17:34 +00:00
ajacoutot
11bf3513a7 Drop librt chunk and remove empty patch. 2014-03-18 11:29:46 +00:00
bentley
f4db651775 Update to minetest-0.4.9.
ok abieber@
2014-03-12 04:00:53 +00:00
espie
80546a87fd remove redundancies with new filename{url}sufx scheme 2013-12-02 16:25:08 +00:00
jsg
3b09659de2 update to 0.4.7
ok landry@ looks good sthen@
2013-08-07 08:02:48 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
sthen
43a0cf3210 update to minetest-0.4.3, ok landry 2012-11-26 16:03:31 +00:00
pascal
740bcf12a3 Fix with irrlicht 1.8: irr::u64 is already typedef'd in irrTypes.h.
ok sthen@
2012-11-24 14:55:30 +00:00
landry
6568187eb5 Import minetest 0.4.1.
Minetest is a free and open source infinite-world block sandbox game and
a game engine, inspired by InfiniMiner, Minecraft and the like.

ok jasper@ a while ago
2012-08-07 13:39:54 +00:00