aboutsummaryrefslogtreecommitdiffstats
path: root/games/pokerth
Commit message (Collapse)AuthorAgeFilesLines
* Chase boost and icu bumpbapt2014-02-071-0/+1
| | | | While here convert some LIB_DEPENDS
* - Update to 1.1.1madpilot2014-01-274-32/+4
| | | | - Remove uneeded patches
* - Update to 1.1madpilot2013-12-236-15/+46
|
* - Clean up after conversion to USES=qmakemakc2013-11-261-3/+3
| | | | Approved by: portmgr (blanket approval)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (games category) Approved by: portmgr (bdrewery)
* - Convert to USES qmakemadpilot2013-10-101-7/+2
|
* - Support stagingmadpilot2013-09-292-11/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Fix build on head after iconv and new ld behavior changesmadpilot2013-09-053-11/+32
| | | | - Convert to new LIB_DEPENDS format
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Update to 7.31.0sunpoet2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Convert the ports I maintain to USES=gmake.madpilot2013-07-091-2/+1
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* Update to 1.0.1madpilot2013-04-223-10/+17
| | | | Feature safe: yes
* 1: Upgrade protobuf to 2.5.0.vanilla2013-03-181-1/+1
| | | | | 2: bump revision. 3: document UPDATING.
* - Add UPDATING entry for gnutls updatenovel2013-02-061-1/+1
| | | | - Chase shlib version bump for dependant ports
* Chase boost updatebapt2013-01-311-0/+1
|
* - Update to 1.0madpilot2013-01-033-11/+12
| | | | - Remove ABI version number from LIB_DEPENDS
* Trim Makefile headers for ports I maintain.madpilot2012-12-111-5/+1
|
* Update to 0.9.5madpilot2012-06-234-19/+94
| | | | Approved by: crees (mentor)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* Chase security/gsasl library updatejohans2012-06-031-2/+2
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Convert to new options frameworkmadpilot2012-06-011-6/+8
| | | | | | | | | | - Remove uneeded double quotes - While here fix various portlint warnings - Indent make conditionals and loop Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer) Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer) Approved by: tabthorpe (mentor)
* Change to my FreeBSD.org email address.madpilot2012-04-151-1/+1
| | | | Approved by: crees (mentor)
* Update to 0.9.4madpilot2012-04-142-4/+4
| | | | Approved by: crees (mentor)
* - Update to 0.9.3 and unbreakjgh2012-03-104-10/+48
| | | | | | PR: ports/165824 Submitted by: maintainer, mad@madpilot.net Feature safe: yes
* - Mark BROKEN: does not compilepav2012-03-071-0/+2
| | | | | | | | | | 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 devel/sdl12 to 1.2.15mva2012-02-181-0/+1
| | | | | | | | | | | | | - 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 to 0.9.1jgh2012-01-173-7/+6
| | | | | | PR: ports/164201 Submitted by: maintainer, Guido Falsi <mad at madpilot.net> Approved by: rene (mentor)
* Update to version 0.9pawel2012-01-115-7/+33
| | | | | PR: ports/163952 Submitted by: maintainer, based on work by David Roffiaen
* - Get rid FreeBSD 6 supportmiwi2011-11-071-7/+1
|
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+2
|
* - Update to 0.8.3.miwi2011-02-273-18/+30
| | | | | | PR: 154821 Submitted by: Guido Falsi <mad@madpilot.net> Approved by: maintainer
* Chase security/gsasl updatejohans2011-02-251-1/+2
|
* - Update to 0.8.1.araujo2010-11-063-10/+17
| | | | | PR: ports/151020 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1
| | | | | | | | | | | | - 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)
* - Mark BROKEN on 6.xpav2010-01-211-1/+7
| | | | Reported by: pointyhat
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-1/+2
|
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* - Update to 0.7.1miwi2009-07-012-4/+4
| | | | | PR: 136139 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.7amdmi32009-05-144-26/+142
| | | | | PR: 134489 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Update to 0.6.4.amdmi32009-04-082-6/+5
| | | | | PR: 133467 Submitted by: Guido Falsi <mad at madpilot dot net> (maintainer)
* - Mark MAKE_JOBS_SAFE for SMP compilationmiwi2009-03-261-0/+1
| | | | | PR: 133067 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* - Distfile was rerolled and renamed for a bugfix release.miwi2009-03-142-5/+5
| | | | | PR: 132512 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* - Update to 0.6.3miwi2008-12-273-7/+8
| | | | | PR: 129960 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
* Respect PREFIX, NOPORTDATA, switch to static plist.makc2008-11-102-27/+263
| | | | | | | | Reported by: QAT PR: based on ports/128721 Submitted by: Guido Falsi <mad at madpilot.net> (maintainer) Approved by: miwi (mentor)
* Update to 0.6.2, pass maintainership to submittermakc2008-11-072-14/+11
| | | | | | PR: ports/128554 Submitted by: Guido Falsi <mad at madpilot.net> Approved by: miwi (mentor)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* Reset relaxbsd@gmail.com due to maintainer-timeouts.linimon2008-03-021-1/+1
| | | | Hat: portmgr
* - Update to 0.6miwi2008-02-163-13/+43
| | | | | | PR: 119829 Submitted by: Matthias Sund <m.sund@arcor.de> Approved by: maintainer timeout
* - Change some dependencies into build only after bsd.qt.mk rev 1.3rafan2007-08-111-1/+1
| | | | | PR: ports/115195 Submitted by: Yinghong.Liu (maintainer)
* - Chase devel/boost lib version bumprafan2007-07-271-1/+2
| | | | | PR: ports/114941 Submitted by: Yinghong Liu <relaxbsd at gmail.com> (maintainer)
* PokerTH is a poker game written in C++/QT4. You can play the popularrafan2007-07-073-0/+70
"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>