notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: games/gcompris/Makefile

Number of commits found: 99

Tuesday, 14 Jan 2020
12:36 antoine search for other commits by this committer
Deprecate a few broken ports

With hat:	portmgr
Original commitRevision:523007 
Friday, 8 Nov 2019
10:47 tobik search for other commits by this committer
games: Add missing USES={gnome,gl,sdl,xorg}
Original commitRevision:517046 
Wednesday, 6 Nov 2019
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Friday, 15 Jun 2018
14:22 amdmi3 search for other commits by this committer
- Fix all shebangs properly
- Add missing run-dependency on perl, as the port installs perl scripts

Approved by:	portmgr blanket
Original commitRevision:472458 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Sunday, 14 Feb 2016
21:07 kwm search for other commits by this committer
Update gcompris to 15.10.

- update to 15.10. This release brings locale detection bug
- update master site - they do not upload new releases to SF anymore
- add LICENSE_FILE
- replace CFLAGS/LDFLAGS with USES=localbase

PR:		207006
Submitted by:	rm@
Original commitRevision:408889 
Sunday, 10 Jan 2016
16:55 bapt search for other commits by this committer
Convert g* and i* to USES=sqlite and USES=firebird
Original commitRevision:405724 
Friday, 11 Sep 2015
18:46 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
Original commitRevision:396701 
Saturday, 8 Aug 2015
15:12 kwm search for other commits by this committer
Update gcompris to 15.02.
Original commitRevision:393735 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
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)
Original commitRevision:374303 
Monday, 20 Oct 2014
17:36 mva search for other commits by this committer
- Convert games/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371287 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Saturday, 9 Aug 2014
10:43 kwm search for other commits by this committer
Update to 14.07.
Original commitRevision:364425 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Original commitRevision:360588 
Monday, 23 Jun 2014
12:27 amdmi3 search for other commits by this committer
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:358927 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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
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)
Original commitRevision:351411 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Tuesday, 3 Dec 2013
15:35 kwm search for other commits by this committer
Update to 13.11.

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
Original commitRevision:335575 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Monday, 2 Sep 2013
09:59 bapt search for other commits by this committer
Add an explicit dependency on pkgconfig
Original commitRevision:325964 
Monday, 8 Jul 2013
17:10 bapt search for other commits by this committer
Convert to USES=display:configure gmake
Original commitRevision:322517 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Wednesday, 26 Dec 2012
09:10 rm search for other commits by this committer
- update to 12.11
- 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)
Original commitRevision:309502 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Friday, 13 Jul 2012
10:23 kwm search for other commits by this committer
Update to 12.05.
Switch to bzip2 distfile.
Accept python 2.7 and below.
Add tab in WWW line in pkg-descr.

PR:             ports/169678
Submitted by:   rm@
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 14 Mar 2012
15:22 mezz search for other commits by this committer
Update to 12.01.

PR:             ports/164503
Submitted by:   rm
Feature safe:   yes
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- 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
Original commit
Monday, 7 Nov 2011
14:29 kwm search for other commits by this committer
Update to 11.09.

Limit python version to 2.6 & 2.7.

PR:             ports/162076
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Monday, 12 Sep 2011
18:27 kwm search for other commits by this committer
Use py-sqlite3 instead of py-pysqlite2*

PR:             ports/160054
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Saturday, 13 Aug 2011
20:58 kwm search for other commits by this committer
Update to 9.6.1.

PR:             ports/159718
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Sunday, 6 Jun 2010
20:39 naddy search for other commits by this committer
Bump PORTREVISION after libao update and handle API incompatibility.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 10 May 2010
21:19 kwm search for other commits by this committer
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
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
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Sunday, 21 Mar 2010
21:27 marcus search for other commits by this committer
Remove %%DATADIR%% as well.

Reported by:    QAT
Original commit
21:08 marcus search for other commits by this committer
Update to 9.2.
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 30 Jan 2010
09:43 mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- 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)
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Monday, 6 Apr 2009
06:30 marcus search for other commits by this committer
Update to 8.4.12.
Original commit
Friday, 27 Mar 2009
05:13 marcus search for other commits by this committer
Remove -Werror to fix the build on 6.X.

Reported by:    pointyhat via erwin
Original commit
Saturday, 21 Mar 2009
04:05 marcus search for other commits by this committer
Update to 8.4.11.
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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).
Original commit
Monday, 1 Dec 2008
05:57 marcus search for other commits by this committer
Update to 8.4.8.
Original commit
Wednesday, 8 Oct 2008
18:14 marcus search for other commits by this committer
Update to 8.4.7.
Original commit
Friday, 15 Aug 2008
06:16 marcus search for other commits by this committer
Update to 8.4.6.
Original commit
Monday, 4 Aug 2008
18:28 marcus search for other commits by this committer
Allow gcompris to find its prefix without binary relocation enabled.

Reported by:    Ernest Sales <ersaloz@gmail.com>
Original commit
Wednesday, 9 Jul 2008
00:02 marcus search for other commits by this committer
Add missing gstreamer dependency.

Reported by:    pointyhat via pav
Original commit
Friday, 4 Jul 2008
22:43 marcus search for other commits by this committer
Update to 8.4.5.
Original commit
Friday, 6 Jun 2008
13:31 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
Original commit
Thursday, 13 Mar 2008
14:28 miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
Original commit
Saturday, 1 Dec 2007
01:24 mezz search for other commits by this committer
Fix a missing of share/gnome/ -> share/ to fix the crash in the start up. Bump
the PORTREVISION.

PR:             ports/118341
Reported by:    Suhaib <biahus@operamail.com>
Approved by:    portmgr (pav)
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Monday, 2 Jul 2007
06:19 marcus search for other commits by this committer
Update to 8.3.2.2.
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 11 Feb 2007
17:37 ahze search for other commits by this committer
Update to 8.2.2-2
Original commit
Sunday, 4 Feb 2007
07:49 marcus search for other commits by this committer
Fix the build after the removal of objformat.

Reported by:    pointyhat via kris
Original commit
Sunday, 24 Dec 2006
17:24 ahze search for other commits by this committer
Update to 8.2.1
Original commit
Sunday, 5 Nov 2006
03:25 mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
Original commit
Wednesday, 20 Sep 2006
11:21 stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Original commit
Sunday, 28 May 2006
12:19 mezz search for other commits by this committer
games/gcompris2 -> games/gcompris

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.
Original commit
Friday, 5 Mar 2004
03:42 bland search for other commits by this committer
Say bye to gcompris. gcompris2 is successor wich already live in ports
tree.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 20 Nov 2003
15:06 trevor search for other commits by this committer
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
Original commit
13:51 trevor search for other commits by this committer
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Original commit
Saturday, 11 Oct 2003
04:42 marcus search for other commits by this committer
gcompris and gcompris2 conflict with each other.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Tuesday, 29 Jul 2003
09:12 sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
Original commit
Sunday, 20 Apr 2003
03:03 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 7 Mar 2003
06:03 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Wednesday, 18 Sep 2002
20:36 marcus search for other commits by this committer
Add dependency on gnomecanvas.

Submitted by:   bento
Original commit
Tuesday, 6 Aug 2002
19:06 sobomax search for other commits by this committer
Use USE_GNOMENG.
Original commit
Thursday, 30 May 2002
22:27 sobomax search for other commits by this committer
Update to 1.0.5.
Original commit
Thursday, 18 Apr 2002
12:29 sobomax search for other commits by this committer
Update to 1.0.3.
Original commit
Wednesday, 19 Dec 2001
11:33 sobomax search for other commits by this committer
Update to 0.9.6.    
Original commit
Thursday, 25 Oct 2001
14:21 sobomax search for other commits by this committer
Update to 0.9.2.    
Original commit
Tuesday, 5 Jun 2001
18:51 sobomax search for other commits by this committer
Unbroke.    
Original commit
Thursday, 31 May 2001
23:53 ade search for other commits by this committer
Replace explicit build dependency on automake with USE_AUTOMAKE knob    
Original commit
Monday, 28 May 2001
11:48 sobomax search for other commits by this committer
Update to 0.6.1.    
Original commit
Tuesday, 17 Apr 2001
09:54 sobomax search for other commits by this committer
Update to 0.5.1.    
Original commit
Thursday, 29 Mar 2001
16:35 sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
Original commit
Monday, 19 Feb 2001
13:37 sobomax search for other commits by this committer
Update to 0.4.1.    
Original commit
Monday, 5 Feb 2001
14:51 olgeni search for other commits by this committer
More spaces -> tabs for the games category.    
Original commit
Thursday, 28 Dec 2000
11:44 sobomax search for other commits by this committer
Update to 0.3.5.    
Original commit
Wednesday, 6 Dec 2000
09:02 sobomax search for other commits by this committer
Update to 0.3.4.    
Original commit
Thursday, 5 Oct 2000
08:10 reg search for other commits by this committer
Implement USE_GNOME, part 1.    
Original commit
Monday, 18 Sep 2000
08:31 sobomax search for other commits by this committer
Update to 0.3.1.    
Original commit
Wednesday, 13 Sep 2000
10:08 sobomax search for other commits by this committer
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore and add gnomeaudio   to
ensure correct removal of shared dirs.    
Original commit
Monday, 24 Jul 2000
17:13 sobomax search for other commits by this committer
Various fixes and cleanups:    
Original commit
10:04 sobomax search for other commits by this committer
Remove redundant LIB_DEPENDS.    
Original commit
Friday, 21 Jul 2000
17:05 sobomax search for other commits by this committer
Add gcompris - a simple Gnome-based education game for children starting at 3.  
 
Original commit

Number of commits found: 99