22 Commits

Author SHA1 Message Date
sthen
a09b08cf61 sync WANTLIB 2022-04-01 18:46:46 +00:00
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
6102919871 drop maintainers with bouncing @openbsd.org addresses; thanks danj for the list 2019-05-01 19:29:43 +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
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
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
e568624855 * Don't include <sys/timeb.h>, but provide the required definition of
struct timeb.
* Don't patch away the SDL header subdirectory and then add it back
  to the include path.
* Sync WANTLIB.

ok jca@
2013-12-07 22:35:29 +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
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
espie
f86b91e613 new WANTLIB 2010-11-08 13:51:52 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +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
jdixon
a63eb5aa25 Cannon Smash is a 3D table tennis game. The goal of the project is
to provide a computer game rendition of table tennis that allows the 
use of various strategies available in the real game.

Adapted from the FreeBSD port.

Input from okan, martynas, landry, ajacoutot
Tested by many
ok landry@ ajacoutot@
2008-07-06 20:43:20 +00:00