non port: games/supertuxkart/Makefile |
Number of commits found: 78 |
Tuesday, 14 May 2024
|
00:48 Dmitry Marakasov (amdmi3)
games/supertuxkart: minor refactoring
- Switch to sqlite3 [1]
- Fix typo in post-extract [1]
- Remove unnecessary icon replacement
PR: 278760 [1]
Submitted by: diizzy [1]
141103a |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Wednesday, 2 Nov 2022
|
14:59 Dmitry Marakasov (amdmi3)
games/supertuxkart: update 1.3 → 1.4
29e73ee |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 4 Mar 2022
|
18:41 Dmitry Marakasov (amdmi3)
games/supertuxkart: update 1.2 → 1.3
472b94e |
Wednesday, 29 Dec 2021
|
16:55 Dmitry Marakasov (amdmi3)
games/supertuxkart: fix upstream patch handling
Instead of using PATCHFILES, handled backported upstream commit as
a patch under files/, where it is always available, manageable and
where it doesn't break when patch format changes.
Fix fetch because of broken patch.
Pointyhat to: greg@unrelenting.technology
b7c4cde |
Sunday, 19 Sep 2021
|
12:18 Jan Beich (jbeich) Author: Greg V
games/supertuxkart: unbreak build with sdl2 >= 2.0.14
src/input/gamepad_config.cpp:35:1: error: static_assert failed due to
requirement 'SDL_CONTROLLER_BUTTON_MAX - 1 == SDL_CONTROLLER_BUTTON_DPAD_RIGHT'
"non continous name"
static_assert(SDL_CONTROLLER_BUTTON_MAX - 1 == SDL_CONTROLLER_BUTTON_DPAD_RIGHT,
"non continous name");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 253850
Approved by: maintainer timeout (7 months)
4016f76 |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Thursday, 8 Apr 2021
|
21:42 Dmitry Marakasov (amdmi3)
games/supertuxkart: mark BROKEN on i386
ba071c8 |
Wednesday, 7 Apr 2021
|
23:19 Dmitry Marakasov (amdmi3)
Remove useless Created by: headers mentioning me
5823922 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 27 Sep 2020
|
23:17 amdmi3
- Update to 1.2
|
Saturday, 16 May 2020
|
10:51 sunpoet
Bump PORTREVISION for security/nettle shlib change
|
Thursday, 19 Mar 2020
|
23:02 tobik
Clean up LLD_UNSAFE from openal-soft ports
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
|
Friday, 10 Jan 2020
|
16:16 amdmi3
- Update to 1.1
|
Monday, 28 Oct 2019
|
20:46 amdmi3
- Fix build on non-x86
PR: 239141
Submitted by: greg@unrelenting.technology
|
14:07 amdmi3
- Add USES=xorg
|
14:06 amdmi3
- Add wayland support
PR: 239141
Submitted by: greg@unrelenting.technology
|
13:46 amdmi3
- Partially revert 515817: aarch64 is still broken
PR: 241218
|
Sunday, 27 Oct 2019
|
19:23 pkubaj
games/supertuxkart: fix build on arm platforms
Build fails with -mimplicit-it=always passed to as, but builds without it.
PR: 241218
Approved by: linimon (mentor), amdmi3 (maintainer timeout)
|
Friday, 13 Sep 2019
|
20:44 amdmi3
- Fix build on powerpc64
PR: 240554
Submitted by: pkubaj@FreeBSD.org
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Tuesday, 9 Jul 2019
|
17:13 sunpoet
Update security/nettle to 3.5.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]
|
Monday, 3 Jun 2019
|
17:37 amdmi3
Add option to switch between Nettle and OpenSSL for cryptography
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
|
Tuesday, 30 Apr 2019
|
17:19 amdmi3
- Update to 1.0
|
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Tuesday, 27 Nov 2018
|
19:33 amdmi3
- Update to 0.9.3
|
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Monday, 8 Jan 2018
|
10:38 krion
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
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
|
Thursday, 21 Dec 2017
|
10:23 linimon
Try to bring some consistency to ports that have x86-specific pieces.
- 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)
|
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
|
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
|
Sunday, 11 Dec 2016
|
17:40 antoine
Those ports build fine with bsd make
|
Sunday, 20 Nov 2016
|
21:30 linimon
Change from BROKEN to NOT_FOR_ARCHS per maintainer request.
Reported by: maintainer
|
Tuesday, 8 Nov 2016
|
19:29 linimon
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
|
02:45 linimon
Mark as broken on arm64: invokes x86 asm.
Approved by: portmgr (tier-2 blanket)
|
Wednesday, 24 Aug 2016
|
23:49 amdmi3
- Update to 0.9.2
- Switch to opt_CMAKE_BOOL
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Saturday, 7 Nov 2015
|
12:01 amdmi3
- Update to 0.9.1
|
Sunday, 20 Sep 2015
|
14:35 danfe
Remove BROKEN on Tier-2 systems statements which no longer true at least
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.
|
Sunday, 2 Aug 2015
|
21:07 amdmi3
- Drop 8.x-related conditions for my ports
|
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
|
Friday, 5 Jun 2015
|
16:11 amdmi3
- Fix BROKEN_powerpc
- Convert conditional BROKEN to BROKEN_FreeBSD_8
|
Monday, 1 Jun 2015
|
01:27 amdmi3
- Update to 0.9
|
Monday, 8 Dec 2014
|
16:48 tijl
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
|
Tuesday, 28 Oct 2014
|
12:11 amdmi3
- Clarify LICENSE
- Add LICENSE_FILE
- Fix build with new mesa
|
Monday, 20 Oct 2014
|
09:03 marino
Add USES=alias to several ports
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)
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Sunday, 31 Aug 2014
|
11:54 tijl
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
|
Wednesday, 7 May 2014
|
21:54 amdmi3
- Convert USE_BZIP2 to USES
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
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)
|
Wednesday, 25 Dec 2013
|
23:29 antoine
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Tuesday, 3 Dec 2013
|
17:16 amdmi3
- Update to 0.8.1
|
Thursday, 17 Oct 2013
|
00:59 amdmi3
- Support staging
- Use new LIB_DEPENDS syntax
|
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Monday, 2 Sep 2013
|
09:25 bapt
Add an explicit dependency on pkgconfig
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Friday, 12 Jul 2013
|
15:01 amdmi3
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
|
Thursday, 11 Jul 2013
|
16:26 sunpoet
- Update to 7.31.0
- 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
|
Friday, 26 Apr 2013
|
10:44 ak
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Friday, 22 Mar 2013
|
20:06 makc
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Friday, 28 Dec 2012
|
11:24 amdmi3
- Update to 0.8
|
Saturday, 4 Aug 2012
|
22:52 kwm
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Saturday, 18 Feb 2012
|
10:18 mva
- Update devel/sdl12 to 1.2.15
- 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
|
Friday, 11 Nov 2011
|
02:40 linimon
Mark as broken on powerpc: does not configure.
Hat: portmgr
Feature safe: yes
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sunday, 26 Dec 2010
|
22:49 amdmi3
- Update to 0.7
PR: 153378
Submitted by: Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
Sunday, 6 Jun 2010
|
20:44 naddy
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Wednesday, 12 May 2010
|
00:12 amdmi3
- Fix my email
|
Monday, 25 Jan 2010
|
19:15 pav
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
|
Friday, 15 Jan 2010
|
14:08 amdmi3
- Use correct email
|
Wednesday, 9 Sep 2009
|
00:59 amdmi3
- Fix desktop entry
|
00:04 amdmi3
SuperTuxKart is a Free 3d kart racing game; we want to make the
game fun more than we want to make it realistic. You can play with
up to 4 friends on one PC racing against each other, or just try
to beat the computer.
See the great lighthouse or drive through the sand and visit the
pyramids. Race under water or in space, watching the stars passing
by. Have some rest under the palms on the beach (watching the other
karts overtaking you :) ). But don't fall in the volcano.
You can do a single race against other karts, compete in one of
several Grand Prix, or try to beat the high score in time trials
on your own.
WWW: http://supertuxkart.sourceforge.net/
|
Number of commits found: 78 |