src/net/common/ircthread.cpp: In function 'void irc_event_numeric(irc_session_t*, unsigned int, const char*, const char**, unsigned int)':
src/net/common/ircthread.cpp:193: error: 'LIBIRC_RFC_ERR_NICKNAMEINUSE' was not declared in this scope
src/net/common/ircthread.cpp:194: error: 'LIBIRC_RFC_ERR_NICKCOLLISION' was not declared in this scope
src/net/common/ircthread.cpp:197: error: 'LIBIRC_RFC_RPL_TOPIC' was not declared in this scope
[..]
Reported by: pointyhat
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit)
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
"Texas Hold'em" poker variant against up to six computer-opponents
or play network games with people all over the world.
WWW: http://www.pokerth.net/
Note that this port requires huge memory to compile a 21MB C++ file.
Therefore, I mark this port as MANUAL_PACKAGE_BUILD to prevent it
build on pointyhat.
PR: ports/113972
Submitted by: Yinghong Liu <relaxbsd at gmail.com>