Commit Graph

28 Commits

Author SHA1 Message Date
cwen
d0167f652c love: fix the build with ports-gcc
Fix some occurrences where ports-gcc doesn't want to consider
`NULL' as a boolean `false'. Tested on sparc64 by kmos@ and
macppc by me.

Also move HOMEPAGE to https.

OK kmos@
2019-10-18 15:11:09 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
naddy
bdddf4d674 fix build with recent Mesa versions
Mesa >= 18.2.5 has newer OpenGL headers from Khronos which change the
include guards.
2019-01-31 14:49:50 +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
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
5547286ead kill most of the / at the end of WRK* variables 2017-05-11 20:50:55 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
6ba202c932 replace libiconv module 2016-09-13 15:29:01 +00:00
sthen
daa2e95592 unbreak; typo in wantlib sync 2016-01-18 14:01:36 +00:00
sthen
9005d1d063 sync WANTLIB 2016-01-17 17:29:07 +00:00
pascal
9bbafd048f sync WANTLIB after openexr update
ok zhuk@
2015-09-22 18:47:52 +00:00
sthen
d63e2ec7e6 sync WANTLIB 2015-05-05 17:00:16 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
dc2257bdd3 fix build with newer FreeType; from upstream 2014-01-09 16:48:47 +00:00
naddy
2394f51acd move http://github.com and http://bitbucket.org to https
suggested by bentley@
2013-08-07 21:57:40 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
brad
eeae3d5196 sync WANTLIB.
ok sthen@
2012-10-30 23:52:19 +00:00
jasper
9060cec62b regen WANTLIB 2012-09-20 14:04:24 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
jasper
c6cc46ee25 missing bump 2012-07-10 22:21:37 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
f422c6fc8f switch to lua.port.mk and a few tweaks 2012-05-15 18:21:12 +00:00
jasper
4868ff182a switch to lua.port.mk 2012-05-15 18:14:01 +00:00
jasper
617e4e085f - update to 0.8.0 2012-05-11 21:38:29 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
jasper
a23a9ef386 import love 0.7.2
LOVE is a framework for making 2D games in the Lua programming language.

requested by laurent@ a long time ago
feedback/ok sthen@
2011-07-02 09:54:39 +00:00