aboutsummaryrefslogtreecommitdiff
path: root/games/openspades
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Allow building on powerpc64le.Mark Linimon2020-09-271-1/+1
| | | | Notes: svn path=/head/; revision=550379
* - Fix build for spark64Dmitry Marakasov2019-09-192-2/+15
| | | | | | | | PR: 240641 Submitted by: pkubaj@FreeBSD.org Notes: svn path=/head/; revision=512358
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* - Update to 0.1.3Dmitry Marakasov2019-01-122-4/+4
| | | | Notes: svn path=/head/; revision=490092
* - Update to 0.1.2Dmitry Marakasov2019-01-117-69/+20
| | | | | | | | PR: 224482 Submitted by: kevinz5000@gmail.com Notes: svn path=/head/; revision=490011
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* To be consistent with other ports, the arch restriction ought to beMark Linimon2018-12-121-2/+2
| | | | | | | | | BROKEN_*. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487302
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* * Fix a bug in the icon coderKoop Mast2018-11-201-2/+0
| | | | | | | | | | | | * Fix a bug in configure that resulted in a string being inserted in the Libs.private field of the pkg-config files. Remove broken from 3 ports that where broken by the above bugs. Reported by: jbeich@ Obtained from: upstream Notes: svn path=/head/; revision=485437
* Mark BROKEN: fails to packageAntoine Brodin2018-11-181-0/+2
| | | | | | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/128x128/apps/openspades.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/16x16/apps/openspades.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/24x24/apps/openspades.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/256x256/apps/openspades.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/32x32/apps/openspades.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/48x48/apps/openspades.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/64x64/apps/openspades.png:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openspades/work/stage/usr/local/share/icons/hicolor/96x96/apps/openspades.png:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=485248
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | * Add PKGNAMESUFFIX and rename the directory. This was done to show that IM6 is not the "main" version. But still fully supported by upstream. * Convert a number of options to optionhelpers. * Add option for ISO/IEC 23008-12:2017 HEIF suport * Add comment to pkg-descr explaining IM6's "legacy" tag. * Add comment to the patch-config_policy.xml file why it still needed. Please note that IM7 is not a drop in replacement due to library API and command arguments changes. And as a result ports need to decide for themself which version to use. Chase these changes in all the ports that using IM6. PR: 225102 (based on, only the version update) [1] Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Notes: svn path=/head/; revision=484640
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump portrevision to chase graphics/glew shard library version update.Niclas Zeising2017-11-181-1/+1
| | | | | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454454
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-2/+3
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441455
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Remove libcurl.so.7 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428136
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert the rest to USE_GLJan Beich2015-09-201-3/+2
| | | | | | | | Tested by: make describe (only touched ports) Approved by: portmgr blanket Notes: svn path=/head/; revision=397351
* - Switch to options helpersDmitry Marakasov2015-09-155-18/+14
| | | | | | | | - Pet portlint - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=397028
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385523
* - Check OPSYS along with OSVERSIONDmitry Marakasov2014-12-041-1/+1
| | | | Notes: svn path=/head/; revision=373915
* - Drop @dirrm* from plistDmitry Marakasov2014-09-231-19/+0
| | | | Notes: svn path=/head/; revision=369106
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* OpenSpades is a compatible client of Ace of Spades 0.75.Dmitry Marakasov2014-08-058-0/+148
* Can connect to a vanilla/pyspades/pysnip server. * Uses OpenGL/AL for better visuals. * Open source, and cross platform. WWW: http://www.openspades.org/ Notes: svn path=/head/; revision=364069