aboutsummaryrefslogtreecommitdiff
path: root/games/stepmania-devel
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-0/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=428352
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-1/+1
| | | | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line Notes: svn path=/head/; revision=424092
* Update to 5.0.11.Mathieu Arnold2016-04-089-16/+16
| | | | | | | | | PR: 208613 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=412737
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Fix typo in COMMENTJason E. Hale2016-01-061-2/+2
| | | | | | | | - Remove pathfix from USES as it does nothing for ports that use CMake yet and this port does not install pkgconfig files Notes: svn path=/head/; revision=405366
* - Update to 5.0.10Martin Wilke2015-12-227-41/+133
| | | | | | | | | | PR: 204443 Submitted by: Ports Fury Approved by: mat (mentor) Differential Revision: D4616 Notes: svn path=/head/; revision=404213
* games/stepmania-devel: upgrade version 5.0.a3 => 5.0.9John Marino2015-10-107-102/+2877
| | | | | | | | PR: 199230 Submitted by: ports fury Notes: svn path=/head/; revision=398997
* games/stepmania-devel: minor cleanupJan Beich2015-09-201-10/+4
| | | | | | | | - Convert to USE_GL - Convert to option helpers Notes: svn path=/head/; revision=397347
* games/stepmania-devel: fix clang 3.6 buildBartek Rutkowski2015-03-191-0/+107
| | | | | | | | PR: 198206 Submitted by: Dimitry Andric <dim@FreeBSD.org> Notes: svn path=/head/; revision=381678
* 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
* - Drop @dirrm* from plistDmitry Marakasov2014-11-261-15/+0
| | | | Notes: svn path=/head/; revision=373468
* 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
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+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
* Chase libmad changesBaptiste Daroussin2014-02-051-0/+1
| | | | Notes: svn path=/head/; revision=342735
* games/stepmania-devel: Restore LDFLAGS removed by r336938John Marino2013-12-261-1/+1
| | | | | | | | | 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) Notes: svn path=/head/; revision=337597
* Fix build with clangPawel Pekala2013-12-192-6/+22
| | | | | | | | PR: ports/184822 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336938
* - Convert LIB_DEPENDS to new syntaxDanilo Egea Gondolfo2013-11-111-29/+21
| | | | | | | | - Use options helpers - Add stage support Notes: svn path=/head/; revision=333470
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* Explicitly link libraries on 10 unmaintained portsJohn Marino2013-10-071-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=329747
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-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) Notes: svn path=/head/; revision=326307
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* - Convert to new perl frameworkMathieu Arnold2013-08-031-3/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin2013-05-071-1/+3
| | | | | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-1/+2
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* - Update to 5.0.a3.Marcelo Araujo2012-12-147-1370/+212
| | | | | | | | PR: ports/172006 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308882
* Convert to new options frameworkBaptiste Daroussin2012-10-041-5/+6
| | | | Notes: svn path=/head/; revision=305236
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-09-221-6/+2
| | | | Notes: svn path=/head/; revision=304691
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-2/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - Mark BROKEN on 7.X tooPav Lucistnik2010-04-151-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=252732
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* - Mark BROKEN on 6.x: does not link (cannot find -lrt)Pav Lucistnik2008-07-231-0/+4
| | | | Notes: svn path=/head/; revision=217394
* Add share/games to the pkg-plistEdwin Groothuis2008-07-082-1/+2
| | | | | | | Submitted by: pavmail Notes: svn path=/head/; revision=216571
* - Engage MASTER_SITES=SF magicPav Lucistnik2008-07-071-2/+1
| | | | Notes: svn path=/head/; revision=216504
* New port: games/stepmania-devel - Stepmania dance and rhythm gameEdwin Groothuis2008-07-057-0/+1405
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> Notes: svn path=/head/; revision=216349