aboutsummaryrefslogtreecommitdiff
path: root/games/trackballs
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.3.2Ganael LAPLANCHE2021-01-053-5/+12
| | | | Notes: svn path=/head/; revision=560379
* Update Guile to version 2.2.5, modern stable version, and fix dependentAlexey Dokuchaev2019-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | ports to build against it. Most changes are rather minor and mechanical except for the devel/gdb (obtained via their bugtracker [1], courtesy of Doug Evans). One port (science/meep) I had to mark BROKEN after fixing it proved to be very tedious and actually unreliable. It is very old, there are newer versions available so it should be fixed by updating. One port (devel/libruin) had revealed a bug in the new Guile code (an auxiliary script, really) that had to be worked-round; reference to the problematic upstream commit is provided in the patch. PR: 229613 Exp-run by: antoine [1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8 Notes: svn path=/head/; revision=505200
* Add missing USES=sdl for my portsGanael LAPLANCHE2019-05-101-4/+3
| | | | | | | (and also reorder a few things) Notes: svn path=/head/; revision=501166
* Add missing USES=gl to my portsGanael LAPLANCHE2018-10-051-1/+1
| | | | Notes: svn path=/head/; revision=481268
* Add missing USES=gnome to my portsGanael LAPLANCHE2018-09-051-1/+1
| | | | Notes: svn path=/head/; revision=479017
* devel/boehm-gc: update to 7.6.8Fernando Apesteguía2018-08-311-1/+1
| | | | | | | | | | | | | | | ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8 * Giving maintainership to yasu@utahime.org * Bumping PORTREVISION for dependent ports PR: 230577 Submitted by: yasu@utahime.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16704 Notes: svn path=/head/; revision=478604
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6Carlos J. Puga Medina2018-06-011-0/+1
| | | | | | | | PR: 228597 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=471254
* Update to 1.3.1Ganael LAPLANCHE2018-05-184-20/+12
| | | | Notes: svn path=/head/; revision=470284
* Update to 1.3.0Ganael LAPLANCHE2018-03-145-59/+36
| | | | Notes: svn path=/head/; revision=464486
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4Carlos J. Puga Medina2018-03-101-1/+1
| | | | | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine) Notes: svn path=/head/; revision=464068
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2Carlos J. Puga Medina2018-01-081-0/+1
| | | | | | | Approved by: portmgr (antoine) Notes: svn path=/head/; revision=458427
* Fix USE_GITHUB usage.Mathieu Arnold2017-11-132-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454121
* Update to 1.2.4Ganael LAPLANCHE2017-11-1011-148/+120
| | | | | | | | | | Switch to updated version from: https://trackballs.github.io/ (see also: http://trackballs.sourceforge.net) Reported by: Manuel Stoeckl <mstoeckl@u.rochester.edu> Notes: svn path=/head/; revision=453926
* 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
* - Clarify LICENSEDmitry Marakasov2016-05-241-1/+2
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=415752
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Fix build with libc++ 3.8.0 by removing conflicting re-definition of abs().Ganael LAPLANCHE2016-05-202-0/+20
| | | | | | | | PR: 209612 Submitted by: dim Notes: svn path=/head/; revision=415575
* 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
* Fix build as a user.Mathieu Arnold2015-12-183-6/+15
| | | | | | | | | Use options helpers. Sponsored by: Absolight Notes: svn path=/head/; revision=403979
* 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
* Remove @dirrm/@dirrmty from my portsGanael LAPLANCHE2014-10-131-14/+0
| | | | Notes: svn path=/head/; revision=370757
* 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
* lang/guile:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366777
* Do not mute INSTALL_xxx actionsGanael LAPLANCHE2013-11-221-2/+2
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=334564
* - Enable stagingGanael LAPLANCHE2013-11-214-45/+45
| | | | | | | | | | - Use new LIB_DEPENDS format - Update USES - Use new OPTIONS framework - Rework pkg-descr Notes: svn path=/head/; revision=334485
* - 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
* 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
* - Trim Makefile headerAntoine Brodin2013-06-191-8/+3
| | | | | | | | - Properly fix: it does not install mime XML files but a desktop file with MimeType Notes: svn path=/head/; revision=321296
* - Add shared-mime-info this fix the buildMartin Wilke2013-06-191-3/+2
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321274
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-2/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add MUSIC and NLS optionsGanael LAPLANCHE2012-09-113-8/+46
| | | | | | | | | | - Add a pixmap PR: ports/171256 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=304082
* - Un-version LIB_DEPENDSGanael LAPLANCHE2012-08-011-4/+4
| | | | | | | - Re-order LICENSE and *_DEPENDS to make portlint happy Notes: svn path=/head/; revision=301827
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=291667
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+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
* - Chase guile shared lib bumpJulien Laffaye2011-07-311-2/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=278635
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Add missing LICENSEGanael LAPLANCHE2010-11-182-3/+5
| | | | | | | | | - Fix MAN6 name and remove it from pkg-plist Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=264752
* Update MAINTAINER address for my portsGanael LAPLANCHE2010-09-271-1/+1
| | | | | | | Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=261943
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>Philip M. Gollucci2010-09-071-1/+1
| | | | | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer Notes: svn path=/head/; revision=260700
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226679
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-2/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241