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: databases/gnomedb/Makefile

Number of commits found: 35

Sunday, 28 May 2006
02:53 mezz search for other commits by this committer
databases/gnomedb -> databases/gnome-db

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.

PR:             ports/97985
Repocopy by:    marcus
Original commit
Tuesday, 16 May 2006
03:56 mezz search for other commits by this committer
portlint:
        -Use DOCSDIR in plist.
        -Add INSTALLS_OMF, bump the PORTREVISION.
Original commit
Monday, 15 May 2006
22:23 mezz search for other commits by this committer
Add USE_GETTEXT to appease portlint.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
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
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: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
Wednesday, 24 Sep 2003
14:30 bland search for other commits by this committer
Fix -pthread issue on -CURRENT

Reported by: Tom Parquette <tparquet@twcny.rr.com>
Original commit
Thursday, 12 Jun 2003
09:46 adamw search for other commits by this committer
Remove REINPLACE commands that were rolled into gnomehack.
Original commit
Friday, 18 Apr 2003
21:19 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 7 Mar 2003
05:58 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
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
Thursday, 11 Jul 2002
17:16 sobomax search for other commits by this committer
Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).

The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.

Please report any unusual problems to gnome@FreeBSD.org.

Discussed with: marcus
Reviewed by:    marcus
Original commit
Wednesday, 1 May 2002
20:23 sobomax search for other commits by this committer
- Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
Original commit
Wednesday, 24 Apr 2002
15:50 marcus search for other commits by this committer
Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.

PR:             36401
Reported by:    many
Approved by:    sobomax
Original commit
Monday, 4 Mar 2002
09:16 sobomax search for other commits by this committer
Update to 0.2.96.    
Original commit
Monday, 11 Feb 2002
20:31 sobomax search for other commits by this committer
Yet again unbroke gnomedb-fe on -current by supplying -pthread flag during  
linking phase. Investigation is still underway, but it seems that we still  
need -pthread on 5-CURRENT in some cases (see recent thread on -hackers).   Bump
PORTREVISION.    
Original commit
Friday, 25 Jan 2002
20:54 sobomax search for other commits by this committer
Update to 0.2.95.    
Original commit
Wednesday, 23 Jan 2002
15:22 sobomax search for other commits by this committer
Update to 0.2.94.    
Original commit
Monday, 14 Jan 2002
19:03 sobomax search for other commits by this committer
Don't explicitly link libc in. This fixes gnomedb-fe (Gnomedb Fronend) crash.  
Bump PORTREVISION.    
Original commit
Saturday, 1 Dec 2001
08:21 sobomax search for other commits by this committer
Update checksums because distfiles were rerolled without version bump.   Since
there were some non-witespace changes bump PORTREVISIONs.    
Original commit
Wednesday, 21 Nov 2001
11:26 sobomax search for other commits by this committer
Update checksum - the distfile has been rerolled without version bump. Since  
there are significant differencies between old and new version bump  
PORTREVISION.    
Original commit
Tuesday, 23 Oct 2001
14:30 sobomax search for other commits by this committer
Update to 0.2.93.    
Original commit
Monday, 20 Aug 2001
16:59 sobomax search for other commits by this committer
Chase distfile update w/o version bump.    
Original commit
09:59 sobomax search for other commits by this committer
OOPS, I donno what I was smoking - there was no checksum update, so revert  
PORTREVISION bump.    
Original commit
09:57 sobomax search for other commits by this committer
Chase checksum update and bump PORTREVISION.    
Original commit
Tuesday, 14 Aug 2001
10:57 sobomax search for other commits by this committer
<GNOME release management just sucks>   Another day, another bumpless distinfo
update.   </GNOME release management just sucks>    
Original commit
Monday, 13 Aug 2001
10:34 sobomax search for other commits by this committer
Update checksum. The distfile has been reroled without version bump.   Bump
PORTREVISION.    
Original commit
Monday, 6 Aug 2001
11:58 sobomax search for other commits by this committer
Update to 0.2.90.    
Original commit
Friday, 3 Aug 2001
07:48 sobomax search for other commits by this committer
Move `@dirrm share/gnome/apps/Applications' from gnomecore to gnomedb,   because
this directory is actually created by gnomedb.    
Original commit
Thursday, 26 Jul 2001
15:13 sobomax search for other commits by this committer
- Add number of missed files into pkg-plist;   - remove useless USE_LIBTOOL;   -
hack port to install files properly into GNOME tree.    
Original commit
Tuesday, 19 Jun 2001
09:12 ade search for other commits by this committer
Add gnome-db 0.2.10, a GNOME front-end to libgda, and a whole load more.    
Original commit

Number of commits found: 35