aboutsummaryrefslogtreecommitdiff
path: root/games/gcompris2
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies to moved portMarcus Alves Grando2006-01-271-3/+3
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=154612
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 7.0.3.Joe Marcus Clarke2005-11-032-3/+3
| | | | Notes: svn path=/head/; revision=147071
* Update to 7.0.2.Joe Marcus Clarke2005-10-213-4/+5
| | | | Notes: svn path=/head/; revision=146079
* IGNORE on 4.X.Joe Marcus Clarke2005-10-161-2/+7
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=145581
* * Fix build when no DISPLAY is defined [1]Joe Marcus Clarke2005-09-253-7/+30
| | | | | | | | | | * Remove some bashisms from configure * Don't remove the assetml directory Reported by: pointyhat via kris [1] Notes: svn path=/head/; revision=143504
* Update to 7.0.1.Joe Marcus Clarke2005-09-199-267/+532
| | | | Notes: svn path=/head/; revision=143119
* s/freebsd.org/FreeBSD.org/Joe Marcus Clarke2005-07-201-1/+1
| | | | | | | Reported by: oliver Notes: svn path=/head/; revision=139722
* Fix the build on 4.X.Joe Marcus Clarke2005-05-072-7/+55
| | | | Notes: svn path=/head/; revision=134749
* BROKEN on 4.x: Does not compileKris Kennaway2005-05-071-1/+7
| | | | Notes: svn path=/head/; revision=134745
* Fix build on 4.X.Joe Marcus Clarke2005-04-241-0/+31
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=134032
* - Update to 6.5.2Michael Johnson2005-04-043-21/+86
| | | | Notes: svn path=/head/; revision=132508
* Update to 6.5.1.Jeremy Messenger2005-04-033-6/+3
| | | | | | | Submitted by: ahze Notes: svn path=/head/; revision=132321
* Update to 6.5 to fix the build with GNOME 2.10.Joe Marcus Clarke2005-03-223-10/+58
| | | | | | | | Reported by: pointyhat via kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=131868
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* We no longer need to take care of the assetml directory here. We're nowJoe Marcus Clarke2004-12-211-1/+0
| | | | | | | | | doing that in libassetml. Reported by: pointyhat via kris Notes: svn path=/head/; revision=124726
* Update to 6.4Michael Johnson2004-11-307-11/+156
| | | | Notes: svn path=/head/; revision=122802
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* update to 6.3 rc3Michael Johnson2004-10-313-24/+241
| | | | | | | Approved by: adamw (mentor and gnome hat) Notes: svn path=/head/; revision=120524
* Update the COMMENT and pkg-descr.Joe Marcus Clarke2004-10-192-5/+14
| | | | | | | | PR: 72854 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119770
* Remove lthack, and add intlhack to fix the build on 4.X.Joe Marcus Clarke2004-10-151-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=119517
* Update to 6.3.r2 (6.3 Release Candidate 2).Joe Marcus Clarke2004-10-124-98/+83
| | | | | | | | PR: 72552 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=118816
* - Update to 6.3 rc1Pav Lucistnik2004-10-118-116/+617
| | | | | | | | PR: ports/72092 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=118651
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add missed build dependency.Alexander Nedotsukov2004-03-121-0/+1
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=103769
* Usual deC99fication to fix build on -STABLE.Alexander Nedotsukov2004-03-072-0/+33
| | | | | | | Reported by: Troy <troy@twisted.net> Notes: svn path=/head/; revision=103178
* Say bye to gcompris. gcompris2 is successor wich already live in portsAlexander Nedotsukov2004-03-051-2/+0
| | | | | | | tree. Notes: svn path=/head/; revision=102969
* Update to 5.2Alexander Nedotsukov2004-03-059-548/+929
| | | | | | | Submitted by: jhay Notes: svn path=/head/; revision=102968
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-2/+2
| | | | Notes: svn path=/head/; revision=96270
* gcompris and gcompris2 conflict with each other.Joe Marcus Clarke2003-10-111-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90826
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-182-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* * Correct the info filenameJoe Marcus Clarke2003-08-241-8/+3
| | | | | | | | * Remove a hack now included in gnomehack * s/LIBS/LDFLAGS/ Notes: svn path=/head/; revision=87575
* Use INFO.Joe Marcus Clarke2003-08-172-3/+2
| | | | Notes: svn path=/head/; revision=87109
* Sign maintainership over to gnome@. Thanks for your work on these, Martin.Joe Marcus Clarke2003-08-121-1/+1
| | | | Notes: svn path=/head/; revision=86790
* Add a missing dependency on libao.Joe Marcus Clarke2003-04-281-1/+3
| | | | | | | Reported by: Tom Parquette <tparquet@twcny.rr.com> Notes: svn path=/head/; revision=79807
* Remove a patch that is not needed with libgnomecanvas-2.2.Joe Marcus Clarke2003-04-261-10/+0
| | | | Notes: svn path=/head/; revision=79661
* Add gcompris2 after a repo copy from gcompris. gcompris2 is a simpleJoe Marcus Clarke2003-04-267-73/+385
| | | | | | | GNOME 2 based game for children age 3 and up. Notes: svn path=/head/; revision=79656
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add dependency on gnomecanvas.Joe Marcus Clarke2002-09-181-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=66638
* Use USE_GNOMENG.Maxim Sobolev2002-08-063-52/+10
| | | | Notes: svn path=/head/; revision=64115
* Update to 1.0.5.Maxim Sobolev2002-05-306-64/+161
| | | | Notes: svn path=/head/; revision=60323
* Update to 1.0.3.Maxim Sobolev2002-04-188-78/+489
| | | | Notes: svn path=/head/; revision=57848
* Resolve gdk-pixbuf-related problem. I donno how I had missed this patch duringMaxim Sobolev2001-12-231-0/+14
| | | | | | | recent update. Notes: svn path=/head/; revision=52026
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877