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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/eel2/Makefile

Number of commits found: 38

Monday, 24 Jan 2005
23:07 pav search for other commits by this committer
- Move x11-toolkits/eel2 -> x11-toolkits/eel
Original commit
Sunday, 7 Nov 2004
22:24 marcus search for other commits by this committer
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).

This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
Original commit
Sunday, 11 Jul 2004
22:43 pav search for other commits by this committer
- Portlint
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Friday, 4 Jun 2004
20:35 marcus search for other commits by this committer
Update to 2.6.2.
Original commit
Monday, 19 Apr 2004
21:31 marcus search for other commits by this committer
Update to 2.6.1.
Original commit
Monday, 5 Apr 2004
03:11 marcus search for other commits by this committer
Presenting GNOME 2.6.0.  The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

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.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Tuesday, 3 Feb 2004
03:38 marcus search for other commits by this committer
Update to 2.4.2.
Original commit
Monday, 17 Nov 2003
12:29 trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Original commit
Monday, 13 Oct 2003
13:14 adamw search for other commits by this committer
Update to 2.4.1.
Original commit
Thursday, 18 Sep 2003
06:49 marcus search for other commits by this committer
Update to GNOME 2.4.0.  For all the goodies on what's changed, known issues,
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
Original commit Encoding Errors (not all of the commit message was ASCII)
Thursday, 12 Jun 2003
09:46 adamw search for other commits by this committer
Remove REINPLACE commands that were rolled into gnomehack.
Original commit
Thursday, 8 May 2003
04:45 marcus search for other commits by this committer
Update to 2.2.4.
Original commit
Tuesday, 22 Apr 2003
04:56 marcus search for other commits by this committer
Convert to new GNOME infrastructure.
Original commit
Sunday, 20 Apr 2003
19:54 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 4 Apr 2003
07:26 marcus search for other commits by this committer
Update to 2.2.3.1.
Original commit
Friday, 7 Mar 2003
06:14 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
Tuesday, 11 Feb 2003
22:22 marcus search for other commits by this committer
Update to 2.2.1.
Original commit
Friday, 7 Feb 2003
18:42 marcus search for other commits by this committer
Update to GNOME 2.2.

This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
Original commit
Wednesday, 20 Nov 2002
08:49 marcus search for other commits by this committer
Update to 2.0.8.
Original commit
Friday, 20 Sep 2002
17:07 marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Original commit
Sunday, 15 Sep 2002
00:36 marcus search for other commits by this committer
Update to 2.0.7.
Original commit
Thursday, 29 Aug 2002
05:21 marcus search for other commits by this committer
Update to 2.0.6.
Original commit
Saturday, 24 Aug 2002
08:19 marcus search for other commits by this committer
Update to 2.0.5.
Original commit
Thursday, 15 Aug 2002
04:34 marcus search for other commits by this committer
Update to 2.0.4.  This fixes a small memory leak.
Original commit
Wednesday, 7 Aug 2002
07:22 marcus search for other commits by this committer
Update to 2.0.3.
Original commit
Thursday, 25 Jul 2002
21:57 marcus search for other commits by this committer
Update to 2.0.2.
Original commit
13:39 sobomax search for other commits by this committer
Provide fix for the recent problem with nautilus-2.0.1 (hang in list view)
obtained from GNOME cvs. The patch will go away during the next eel update.
Bump PORTREVISION.
Original commit
Tuesday, 23 Jul 2002
19:12 marcus search for other commits by this committer
Update to 2.0.1.
Original commit
Tuesday, 9 Jul 2002
23:14 marcus search for other commits by this committer
Remove my previous patch in favor of a new patch to nautilus2.  This new patch
is better as it preserves thead safety in eel.  While I'm here, make this a
REINPLACE port.
Original commit
Sunday, 7 Jul 2002
17:55 marcus search for other commits by this committer
Fix the freezing problem when Nautilus tries to thumbnail certain images.
Bump PORTREVISION.

Reported by:    many
Tested by:      Franz Klammer <klammer@webonaut.com>
Original commit
Sunday, 30 Jun 2002
22:20 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
Original commit
Saturday, 15 Jun 2002
09:05 marcus search for other commits by this committer
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
Original commit
Wednesday, 12 Jun 2002
00:18 marcus search for other commits by this committer
Update to the latest GNOME 2 snapshot.
Original commit
Tuesday, 28 May 2002
16:08 marcus search for other commits by this committer
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
Original commit
Monday, 20 May 2002
17:47 sobomax search for other commits by this committer
Update eel2 to version 1.1.14 after a repo-copy from ports/x11-toolkits/eel
and connect it to the build.
Original commit

Number of commits found: 38