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: print/gnomeprint/Makefile

Number of commits found: 44

Sunday, 28 May 2006
13:24 pav search for other commits by this committer
- Rename port print/gnomeprint -> print/gnome-print
Original commit
Tuesday, 16 May 2006
05:14 mezz search for other commits by this committer
portlint:
        -Change the order, move USE_GHOSTSCRIPT_RUN under the *_DEPENDS.
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
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: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, 20 Jan 2004
16:30 marcus search for other commits by this committer
Use the new ghostscript options.

Submitted by:   linimon
Original commit
Sunday, 31 Aug 2003
02:03 marcus search for other commits by this committer
Allow for selection of ghostscript port.

PR:             54943
Submitted by:   Jens Rehsack <rehsack@liwing.de> (based on)
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
Sunday, 20 Apr 2003
19:40 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 7 Mar 2003
06:09 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
23:42 marcus search for other commits by this committer
Fix MASTER_SITE_SUBDIR.

Submitted by:   Bob Fleck <bob@securesoftware.com>
Original commit
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
Monday, 16 Sep 2002
16:12 sobomax search for other commits by this committer
Update to 0.37.
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
Thursday, 6 Jun 2002
04:00 marcus search for other commits by this committer
Get the dist path right this time.
Original commit
00:24 marcus search for other commits by this committer
Add a missing USE_BZIP2

Prompted by:    Albert Kinderman <albert.kinderman@csun.edu>
Original commit
Wednesday, 5 Jun 2002
20:15 marcus search for other commits by this committer
Update to 0.36.
Original commit
Monday, 11 Mar 2002
17:25 sobomax search for other commits by this committer
Chase increase of freetype2 shlib version.
Original commit
Friday, 1 Feb 2002
11:24 sobomax search for other commits by this committer
Update to 0.35.    
Original commit
Monday, 21 Jan 2002
11:46 sobomax search for other commits by this committer
Update version number of freetype2 shared library.    
Original commit
Monday, 17 Dec 2001
09:03 sobomax search for other commits by this committer
Move creation of ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap from  
pkg-plist to Makefile on a second attempt to fix bento build and unlock  
building of some 200 ports that depend on gnomeprint.    
Original commit
Wednesday, 12 Dec 2001
21:41 sobomax search for other commits by this committer
Update to 0.34.    
Original commit
Thursday, 22 Nov 2001
08:57 sobomax search for other commits by this committer
Add freetype2 as dependency.    
Original commit
Tuesday, 20 Nov 2001
14:18 sobomax search for other commits by this committer
Update to 0.32.    
Original commit
Friday, 9 Nov 2001
16:39 sobomax search for other commits by this committer
Update to 0.31.    
Original commit
Tuesday, 30 Oct 2001
12:42 sobomax search for other commits by this committer
Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been  
moved aroud, so all ports that don't pay attention to an output of  
`gdk-pixbuf-config --cflags' need to be fixed.    
Original commit
Tuesday, 9 Oct 2001
08:31 sobomax search for other commits by this committer
Update to 0.30.    
Original commit
Tuesday, 11 Sep 2001
22:23 knu search for other commits by this committer
Replace the ghostscript6 dependencies with ghostscript-gnu.    
Original commit
Tuesday, 5 Jun 2001
05:58 ade search for other commits by this committer
Update to 0.29    
Original commit
Friday, 11 May 2001
17:36 ade search for other commits by this committer
SWitch maintainership of core GNOME ports to a small group of   committers
(gnome@FreeBSD.org), since this is now definitely too big   for just one person.
   
Original commit
Friday, 4 May 2001
22:39 ade search for other commits by this committer
Update to GNOME 1.4 -- massive changes all around, for the sake of   CVS repo
bloat, I'll only list the updates.    
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
Tuesday, 14 Nov 2000
14:09 ade search for other commits by this committer
Update to 0.25    
Original commit
Thursday, 5 Oct 2000
08:17 reg search for other commits by this committer
Implement USE_GNOME, part 2.    
Original commit
Thursday, 28 Sep 2000
18:58 ade search for other commits by this committer
Update to 0.24.  Read the ChangeLog for updates, the list is enormous.    
Original commit
Friday, 4 Aug 2000
17:11 ade search for other commits by this committer
Re-sobomize to use pre-patch instead of post-extract    
Original commit
02:19 ade search for other commits by this committer
Extensive patchfile cleanups using sobomax's wonderful   post-extract rule    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
11:38 sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
Original commit
Thursday, 1 Jun 2000
17:10 ade search for other commits by this committer
Say hello to GNOME 1.2   	audio/gnomemedia		1.2.0   	deskutils/gnomepim		1.2.0  
	devel/bugbuddy			1.0   	devel/glade			0.5.9   	devel/libgtop			1.0.9  
	games/gnomegames		1.2.0   	graphics/imlib			1.9.8.1  
	misc/gnomeusersguide		1.2   	misc/gnomeutils			1.2.0  
	sysutils/gnomecontrolcenter	1.2.0   	sysutils/gtop			1.0.8  
	x11-fm/gmomemc			4.5.50   	x11/gnomecore			1.2.0   	x11/gnomelibs			1.2.1    
Original commit
Monday, 22 May 2000
19:56 ade search for other commits by this committer
Update to 0.20    
Original commit

Number of commits found: 44