aboutsummaryrefslogtreecommitdiff
path: root/games/supertuxkart
Commit message (Collapse)AuthorAgeFilesLines
* games/supertuxkart: mark BROKEN on i386Dmitry Marakasov2021-04-081-0/+1
|
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build in presence of angelscript or squishDmitry Marakasov2020-09-291-0/+110
| | | | | | | | | Due to incorrect include order the build may fail in presence of libraries which have bundled counterparts in supertuxkart (at least angelscript and squish). Fix include order to avoid these problems. Notes: svn path=/head/; revision=550460
* - Update to 1.2Dmitry Marakasov2020-09-274-51/+33
| | | | Notes: svn path=/head/; revision=550383
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-0/+1
| | | | Notes: svn path=/head/; revision=535391
* Clean up LLD_UNSAFE from openal-soft portsTobias Kortkamp2020-03-191-1/+0
| | | | | | | | | | | | | After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine now but some ports needs a little help on i386 (-Wl,-znotext). PR: 226980 Reviewed by: jbeich (earlier version) Differential Revision: https://reviews.freebsd.org/D23030 Notes: svn path=/head/; revision=528750
* - Update to 1.1Dmitry Marakasov2020-01-105-34/+30
| | | | Notes: svn path=/head/; revision=522576
* - Fix build on non-x86Dmitry Marakasov2019-10-282-10/+5
| | | | | | | | PR: 239141 Submitted by: greg@unrelenting.technology Notes: svn path=/head/; revision=515930
* - Add USES=xorgDmitry Marakasov2019-10-281-1/+1
| | | | Notes: svn path=/head/; revision=515865
* - Add wayland supportDmitry Marakasov2019-10-281-3/+8
| | | | | | | | PR: 239141 Submitted by: greg@unrelenting.technology Notes: svn path=/head/; revision=515863
* - Partially revert 515817: aarch64 is still brokenDmitry Marakasov2019-10-281-0/+1
| | | | | | | PR: 241218 Notes: svn path=/head/; revision=515861
* games/supertuxkart: fix build on arm platformsPiotr Kubaj2019-10-272-3/+10
| | | | | | | | | | Build fails with -mimplicit-it=always passed to as, but builds without it. PR: 241218 Approved by: linimon (mentor), amdmi3 (maintainer timeout) Notes: svn path=/head/; revision=515817
* - Fix build on powerpc64Dmitry Marakasov2019-09-132-1/+12
| | | | | | | | PR: 240554 Submitted by: pkubaj@FreeBSD.org Notes: svn path=/head/; revision=511988
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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 security/nettle to 3.5.1Sunpoet Po-Chuan Hsieh2019-07-091-1/+1
| | | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change - Fix build of devel/pijul [1] Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS PR: 238991 Exp-run by: antoine Thanks to: tobik [1] Notes: svn path=/head/; revision=506289
* Add option to switch between Nettle and OpenSSL for cryptographyDmitry Marakasov2019-06-031-3/+9
| | | | | | | | | | | | | | | Nettle is used by default in accordance to what upstream CMake code prefers. This fixes hidden dependency on nettle if it's installed when supertuxkart is build. PR: 237923 Reported by: phascolarctos@protonmail.ch MFH: 2019Q2 Notes: svn path=/head/; revision=503404
* - Update to 1.0Dmitry Marakasov2019-04-303-11/+13
| | | | Notes: svn path=/head/; revision=500511
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* - Update to 0.9.3Dmitry Marakasov2018-11-273-20/+16
| | | | Notes: svn path=/head/; revision=486053
* 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
* Set LLD_UNSAFE=yes that the port will continue to link with ld.bfdKirill Ponomarev2018-01-081-0/+1
| | | | | | | | | | | if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=458402
* Try to bring some consistency to ports that have x86-specific pieces.Mark Linimon2017-12-211-2/+7
| | | | | | | | | | | | | | | | | - in general, if we think that the code is not architecture-specific, and instead just enables x86 assembler by default, those should use BROKEN rather than IGNORE. This will allow them to be attempted with TRYBROKEN. - spell i386 as x86. - spell asm as assembler. - pet portlint. These changes should have no effect on tier-1 builds. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456901
* 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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+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
* Those ports build fine with bsd makeAntoine Brodin2016-12-111-1/+1
| | | | Notes: svn path=/head/; revision=428370
* Change from BROKEN to NOT_FOR_ARCHS per maintainer request.Mark Linimon2016-11-201-1/+2
| | | | | | | Reported by: maintainer Notes: svn path=/head/; revision=426635
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Mark as broken on arm64: invokes x86 asm.Mark Linimon2016-11-081-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425663
* - Update to 0.9.2Dmitry Marakasov2016-08-242-8/+8
| | | | | | | - Switch to opt_CMAKE_BOOL Notes: svn path=/head/; revision=420827
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to 0.9.1Dmitry Marakasov2015-11-074-25/+3
| | | | Notes: svn path=/head/; revision=400983
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-2/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* - Drop 8.x-related conditions for my portsDmitry Marakasov2015-08-021-3/+2
| | | | Notes: svn path=/head/; revision=393445
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Fix BROKEN_powerpcDmitry Marakasov2015-06-051-9/+4
| | | | | | | - Convert conditional BROKEN to BROKEN_FreeBSD_8 Notes: svn path=/head/; revision=388587
* Fix build on 9.x i386Dmitry Marakasov2015-06-021-0/+10
| | | | Notes: svn path=/head/; revision=388294
* - Update to 0.9Dmitry Marakasov2015-06-013-18/+35
| | | | Notes: svn path=/head/; revision=388184
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Clarify LICENSEDmitry Marakasov2014-10-282-2/+16
| | | | | | | | - Add LICENSE_FILE - Fix build with new mesa Notes: svn path=/head/; revision=371626
* Add USES=alias to several portsJohn Marino2014-10-201-1/+2
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371244
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* converters/fribidi:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-071-2/+1
| | | | Notes: svn path=/head/; revision=353213
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Convert the tree to USES=openalAntoine Brodin2013-12-251-3/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Update to 0.8.1Dmitry Marakasov2013-12-036-68/+39
| | | | Notes: svn path=/head/; revision=335582
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269