55 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
tb
51158705d6 games/pokerth: prevent build breakage due to opaque EVP_CIPHER_CTX. 2021-11-28 17:27:49 +00:00
rsadowski
449db0542b Unbreak with upcoming boost update, from Brad 2021-03-18 19:52:47 +00:00
sthen
84b3f0e500 unbreak previous, all the world is not an amd64 2021-01-21 16:22:26 +00:00
rsadowski
33ebe6cc6f Unbreak build after recent Qt 5.15 update. 2021-01-19 06:45:44 +00:00
daniel
e631697bc6 fix pokerth with newer boost
Fix taken from archlinux. Tested by me with newer boost. Tested by Brad
with in-tree boost.
2020-11-01 01:10:35 +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
rsadowski
a704c7dcfe Switch pokerth from Qt4 to Qt5.
- Replace qmake with qmake-qt5
- Remove protobuf from BUILD_DEPENDS, it's already in LIB_DEPENDS
- Remove COMPILER line, it comes from qt5 now
2020-02-21 16:07:06 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +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
rsadowski
7a580cd4a9 unbreak LLD build
`SSL_library_init` is in libssl so add `-lssl` to LIBS.

bump hint and ok naddy@
2018-11-05 21:32:48 +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
tb
5a9f0ebd71 Fix after protobuf 3.6.0 update. Add patches to cope with incompatibilities
of protobuf2 with protobuf3 and a couple other things, including C++11.

tweaks & ok jca
2018-07-10 10:53:10 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
rsadowski
808d90fa76 Missing patch in the last update to 1.1.2 2018-01-31 08:51:40 +00:00
rsadowski
48415e9c19 Update pokerth to 1.1.2
- Add additional patches for upcoming boost update to 1.66.0
- HOMEPAGE update
- Makefile tweaks
- Add protoc pre-configure task

ok jca@
2018-01-30 14:47:25 +00:00
rsadowski
b927abbb4e Unbreak build with boost 1.65.1 2017-12-26 19:18: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
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
naddy
3fddca680e replace libiconv module 2016-09-12 20:58:39 +00:00
zhuk
ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
zhuk
985d8599db Convert to MODQMAKE, -9 Makefile lines. 2016-03-07 13:30:31 +00:00
ajacoutot
f816458f34 Remove more BROKEN markers for ports requiring built-in atomic ops.
from Brad, OK jasper@
2015-12-26 09:45:51 +00:00
ajacoutot
0269f3a862 Drop maintainer, this is just too addictive. 2015-05-01 18:25:59 +00:00
ajacoutot
30b797956d Take maintainer. 2014-11-02 15:26:22 +00:00
ajacoutot
69973a92fe Update to pokerth-1.1.1. 2014-07-09 09:40:49 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
jasper
634583175f broken on mips64 due to lack of atomic ops 2013-10-17 12:41:03 +00:00
landry
77340472b0 Mark as BROKEN-hppa, needs atomic ops since the update to 1.0 4 months ago. 2013-07-19 16:57:32 +00:00
ajacoutot
0712305432 No need for gtar. 2013-04-28 08:18:55 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
brad
c7e5cd333c Adjust to fix the build with in tree libircclient. 2013-03-10 01:35:33 +00:00
brad
ce7a6192b6 Update to pokerth 1.0. Tied to the Boost update.
From Amit Kulkarni.

ok sthen@
2013-03-08 01:40:16 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
jasper
586932e4e5 - update to 0.8.3
- sync wantlib
2011-05-17 11:49:49 +00:00
jasper
486ec2c708 maintainer resigns, any takers? 2011-04-25 14:03:31 +00:00
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
stephan
6cb05b6688 bug fix update to 0.8.1, from maintainer Mikko Tolmunen. Thanks! 2010-11-11 19:23:53 +00:00
jasper
64a9be3f07 - update pokerth to 0.8
from Mikko Tolmunen (MAINTAINER)
2010-10-26 09:41:51 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
b8a35d697a - fix tyop
from maintainer
2010-04-01 08:36:14 +00:00
jasper
d4cf259d26 - update pokerth to 0.7.1
from mikko tolmunen (MAINTAINER)
2010-03-31 19:20:09 +00:00
ajacoutot
a8ddb9a348 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 16:27:59 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
d8b837245b sync wantlib, bump 2009-06-18 01:07:52 +00:00
ajacoutot
e8d244c2cd - update to pokerth-0.6.3
from Mikko Tolmunen (maintainer), thanks!
2008-12-28 10:48:11 +00:00
ajacoutot
9085de0e49 I swear CVS eat my 'p' 2008-11-07 12:20:14 +00:00