aboutsummaryrefslogtreecommitdiff
path: root/games/gcompris
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Convert games/ to new USES=pythonMarcus von Appen2014-10-201-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371287
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* Update to 14.07.Koop Mast2014-08-093-118/+278
| | | | Notes: svn path=/head/; revision=364425
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-1/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-232-45/+3
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=358927
* 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
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* remove two leftover dirs.Koop Mast2013-12-031-0/+2
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=335577
* Update to 13.11.Koop Mast2013-12-033-168/+4970
| | | | | | | | | | Use new lib_depend syntax, sort USES. Remove left over "USE_DISPLAY=yes" from the switch to USES=display. GNUchess is no longer needed Stageify Notes: svn path=/head/; revision=335575
* - 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
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325964
* Convert to USES=display:configure gmakeBaptiste Daroussin2013-07-081-18/+1
| | | | Notes: svn path=/head/; revision=322517
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update to 12.11Ruslan Makhmatkhanov2012-12-265-36/+649
| | | | | | | | | | | | | | | | - trim Makefile header - remove dependency on libgnet, because it was dropped upstream - info file not generated anymore, so remove INFO knob accordingly - eliminate using of PYTHON_SITELIBDIR in dependencies - adjust local patch - tab -> space change in pkg-descr:WWW PR: 173948 Submitted by: rm (myself) Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=309502
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-0/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Update to 12.05.Koop Mast2012-07-134-210/+614
| | | | | | | | | | | | Switch to bzip2 distfile. Accept python 2.7 and below. Add tab in WWW line in pkg-descr. PR: ports/169678 Submitted by: rm@ Notes: svn path=/head/; revision=300844
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 12.01.Jeremy Messenger2012-03-143-7/+23
| | | | | | | | | PR: ports/164503 Submitted by: rm Feature safe: yes Notes: svn path=/head/; revision=293296
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+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
* Update to 11.09.Koop Mast2011-11-073-46/+591
| | | | | | | | | | Limit python version to 2.6 & 2.7. PR: ports/162076 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=285237
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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
* Use py-sqlite3 instead of py-pysqlite2*Koop Mast2011-09-121-3/+4
| | | | | | | | PR: ports/160054 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=281687
* Update to 9.6.1.Koop Mast2011-08-135-186/+980
| | | | | | | | PR: ports/159718 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279637
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-061-2/+2
| | | | Notes: svn path=/head/; revision=255956
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-102-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - 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
* Remove %%DATADIR%% as well.Joe Marcus Clarke2010-03-212-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=251348
* Update to 9.2.Joe Marcus Clarke2010-03-217-1676/+2229
| | | | Notes: svn path=/head/; revision=251347
* - 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
* - 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
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* Update to 8.4.12.Joe Marcus Clarke2009-04-063-4/+5
| | | | Notes: svn path=/head/; revision=231684
* Remove -Werror to fix the build on 6.X.Joe Marcus Clarke2009-03-271-1/+2
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=231089
* Update to 8.4.11.Joe Marcus Clarke2009-03-214-27/+35
| | | | Notes: svn path=/head/; revision=230569
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-8/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Update to 8.4.8.Joe Marcus Clarke2008-12-014-17/+233
| | | | Notes: svn path=/head/; revision=223655
* Update to 8.4.7.Joe Marcus Clarke2008-10-083-4/+206
| | | | Notes: svn path=/head/; revision=221336
* Update to 8.4.6.Joe Marcus Clarke2008-08-154-13/+180
| | | | Notes: svn path=/head/; revision=218607
* Allow gcompris to find its prefix without binary relocation enabled.Joe Marcus Clarke2008-08-042-1/+19
| | | | | | | Reported by: Ernest Sales <ersaloz@gmail.com> Notes: svn path=/head/; revision=218036
* Add missing gstreamer dependency.Joe Marcus Clarke2008-07-091-0/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=216573
* Update to 8.4.5.Joe Marcus Clarke2008-07-043-3978/+4948
| | | | Notes: svn path=/head/; revision=216321
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Fix a missing of share/gnome/ -> share/ to fix the crash in the start up. BumpJeremy Messenger2007-12-012-10/+1
| | | | | | | | | | | the PORTREVISION. PR: ports/118341 Reported by: Suhaib <biahus@operamail.com> Approved by: portmgr (pav) Notes: svn path=/head/; revision=202870