27 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
danj
e243bcfb8f Update maintainer's address per their request 2019-05-07 16:29:03 +00:00
cwen
26d3a97993 crack-attack: Add missing header for ports-gcc
OK jca@
2019-03-01 20:01:27 +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
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
sthen
b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +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
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
sthen
d3f7aec07c Install .desktop/.xpm files, ok/tweak ajacoutot@, maintainer can't test
for now but is happy with aja's OK.
2011-08-26 09:14:11 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
sthen
2e6377dc46 sync WANTLIB, move to new-style LIB_DEPENDS/REVISION, update license marker 2010-07-12 10:40:14 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
dabb555265 sync wantlib, bump 2009-06-17 01:53:32 +00:00
jasper
6ea22ca3a3 - switch ports that are currently using glut to use freeglut
from tobias ulmer (MAINTAINER),
objections from oga@, testing and ok sthen@
2009-04-09 13:01:53 +00:00
sthen
425944e209 add MASTER_SITES_SAVANNAH and switch ports over to using it.
ok jasper, landry
2009-02-16 15:28:57 +00:00
sthen
b29b83d776 sync wantlib and bump packages. ok ajacoutot 2008-06-15 00:04:49 +00:00
steven
c04c370d9a fix WANTLIB 2007-11-13 14:54:30 +00:00
ajacoutot
e706554bf8 Import crack-attack-1.1.14
A free OpenGL game based on the Super Nintendo classic Tetris Attack.
Slowly, your stack of blocks grows from the bottom, and you've got to
make sure it never reaches the top. Because, once it does, you lose!
To eliminate blocks from the stack, line up at least three of one color,
horizontally or vertically.
To add to the excitement, chunks of red garbage will fall from above. It
is impossible to eliminate this garbage directly. However, if you
eliminate any blocks which are touching the garbage, the garbage will
shatter into normal, run-of-the-mill blocks.


from Mattieu Baptiste <mattieu.b at free dot fr> with some tweaks by me
2007-10-19 19:31:33 +00:00