notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/stepmania-devel/Makefile
SVNWeb

Number of commits found: 52

Sun, 7 Apr 2019
[ 07:43 antoine search for other commits by this committer ] Original commit   Revision:498264 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

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
Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Sun, 4 Nov 2018
[ 14:43 antoine search for other commits by this committer ] Original commit   Revision:484090
Mark BROKEN: fails to build

In file included from
/wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenDebugOverlay.cpp:12:
In file included from
/wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/ScreenGameplay.h:10:
In file included from
/wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/BeginnerHelper.h:9:
/wrkdirs/usr/ports/games/stepmania-devel/work/stepmania-5.0.11/src/NoteData.h:378:25:
error: 'swap<NoteData>' is missing exception specification
'noexcept(is_nothrow_move_constructible<NoteData>::value &&
is_nothrow_move_assignable<NoteData>::value)'
        template<> inline void swap<NoteData>( NoteData &nd1, NoteData &nd2 ) {
nd1.swap( nd2 ); }
                               ^

Reported by:	pkg-fallout
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Tue, 12 Dec 2017
[ 21:29 madpilot search for other commits by this committer ] Original commit   Revision:456184 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]

Approved by:	cpm [1], multimedia (timeout) [2]
Obtained
from:	https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f
[1]
		https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9
[2]
Differential Revision:	https://reviews.freebsd.org/D12761
Sat, 18 Nov 2017
[ 19:32 zeising search for other commits by this committer ] Original commit   Revision:454454 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Bump portrevision to chase graphics/glew shard library version update.

PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Mon, 22 May 2017
[ 13:17 linimon search for other commits by this committer ] Original commit   Revision:441455 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Mon, 17 Oct 2016
[ 04:00 danfe search for other commits by this committer ] Original commit   Revision:424092 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
Fri, 8 Apr 2016
[ 12:37 mat search for other commits by this committer ] Original commit   Revision:412737 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to 5.0.11.

PR:		208613
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 6 Jan 2016
[ 16:18 jhale search for other commits by this committer ] Original commit   Revision:405366
- Fix typo in COMMENT
- Remove pathfix from USES as it does nothing for ports that use CMake yet
  and this port does not install pkgconfig files
Tue, 22 Dec 2015
[ 04:55 miwi search for other commits by this committer ] Original commit   Revision:404213
- Update to 5.0.10

PR:		204443
Submitted by:	Ports Fury
Approved by:	mat (mentor)
Differential Revision:	D4616
Sat, 10 Oct 2015
[ 14:18 marino search for other commits by this committer ] Original commit   Revision:398997
games/stepmania-devel: upgrade version 5.0.a3 => 5.0.9

PR:		199230
Submitted by:	ports fury
Sun, 20 Sep 2015
[ 01:12 jbeich search for other commits by this committer ] Original commit   Revision:397347
games/stepmania-devel: minor cleanup

- Convert to USE_GL
- Convert to option helpers
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 5 Feb 2014
[ 15:53 bapt search for other commits by this committer ] Original commit   Revision:342735 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Chase libmad changes
Thu, 26 Dec 2013
[ 18:49 marino search for other commits by this committer ] Original commit   Revision:337597
games/stepmania-devel: Restore LDFLAGS removed by r336938

The LDFLAG -lpthread is needed by newer gcc with modern binutils.
It was introduced along with -lX11 in r329747 by myself, but it was
removed with the last commit to this port (ports/184822)
Thu, 19 Dec 2013
[ 17:22 pawel search for other commits by this committer ] Original commit   Revision:336938
Fix build with clang

PR:		ports/184822
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Mon, 11 Nov 2013
[ 02:40 danilo search for other commits by this committer ] Original commit   Revision:333470
- Convert LIB_DEPENDS to new syntax
- Use options helpers
- Add stage support
Tue, 22 Oct 2013
[ 13:53 amdmi3 search for other commits by this committer ] Original commit   Revision:331269 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)

Approved by:	portmgr (bdrewery)
Mon, 7 Oct 2013
[ 23:40 marino search for other commits by this committer ] Original commit   Revision:329747
Explicitly link libraries on 10 unmaintained ports

The following ports will not build with a binutils 2.22+ linker built
with standard options.  This has been obvious with DPorts, but difficult
to see on FreeBSD.  However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  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)
Tue, 3 Sep 2013
[ 06:36 bapt search for other commits by this committer ] Original commit   Revision:326122 (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Sat, 3 Aug 2013
[ 13:44 mat search for other commits by this committer ] Original commit   Revision:324191 (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Tue, 7 May 2013
[ 13:12 bapt search for other commits by this committer ] Original commit   Revision:317605 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl

Submitted by:	John Marino
Obtained from:	DPorts
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Thu, 28 Mar 2013
[ 03:28 eadler search for other commits by this committer ] Original commit   Revision:315433 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Fri, 14 Dec 2012
[ 07:09 araujo search for other commits by this committer ] Original commit   Revision:308882
- Update to 5.0.a3.

PR:		ports/172006
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Thu, 4 Oct 2012
[ 07:16 bapt search for other commits by this committer ] Original commit   Revision:305236
Convert to new options framework
Sat, 22 Sep 2012
[ 15:54 tabthorpe search for other commits by this committer ] Original commit   Revision:304691
- Reassign to the heap at maintainer's request
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 6 Jun 2010
[ 20:44 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Thu, 15 Apr 2010
[ 22:22 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 7.X too

Reported by:    pointyhat
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Sat, 18 Jul 2009
[ 11:11 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 337 ports in this commit are shown above. View all ports for this commit)
- update to jpeg7
Tested by:      pav on pointyhat
Mon, 6 Jul 2009
[ 21:26 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Wed, 23 Jul 2008
[ 22:54 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 6.x: does not link (cannot find -lrt)
Tue, 8 Jul 2008
[ 23:27 edwin search for other commits by this committer ] Original commit 
Add share/games to the pkg-plist

Submitted by:   pavmail
Mon, 7 Jul 2008
[ 23:12 pav search for other commits by this committer ] Original commit 
- Engage MASTER_SITES=SF magic
Sat, 5 Jul 2008
[ 04:54 edwin search for other commits by this committer ] Original commit 
New port: games/stepmania-devel - Stepmania dance and rhythm game

        StepMania is a dance and rhythm video game created by Chris
        Danford. It was originally developed as a simulator of
        Konami's popular arcade game series Dance Dance Revolution,
        and has since evolved into an extensible rhythm game engine
        capable of supporting a wide variety of rhythm-based game
        types.

        Features 3D graphics, visualizations, support for gamepads/dance
        pads, a step recording mode, and more!

        WWW: http://www.stepmania.com

PR:             ports/118769
Submitted by:   Brad Allen <braddo@tranceaddict.net>

Number of commits found: 52