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/gnomelibs/Makefile

Number of commits found: 62

Sunday, 28 May 2006
19:50 mezz search for other commits by this committer
x11/gnomelibs -> x11/gnome-libs

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.

As for japanese/gnomelibs, chase the rename.

PR:             ports/97985
Repocopy by:    marcus
Original commit
Monday, 15 May 2006
22:23 mezz search for other commits by this committer
Add USE_GETTEXT to appease portlint.
Original commit
Saturday, 13 May 2006
05:00 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
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, 26 Nov 2004
06:01 marcus search for other commits by this committer
Do not change permissions and group ownership of the share/gnome/games
directory.  Leave that up to gnomehier.
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
Monday, 17 Nov 2003
12:03 trevor search for other commits by this committer
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
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:47 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 7 Mar 2003
06:36 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
Sunday, 1 Dec 2002
00:57 kris search for other commits by this committer
Protect target with .if target(...) ... .endif for targets that are
redefined by a slave port.
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
Saturday, 24 Aug 2002
08:24 marcus search for other commits by this committer
Fix a problem with word selection in gnome-terminal.  Bump PORTREVISION.
Original commit
Thursday, 22 Aug 2002
05:49 marcus search for other commits by this committer
Update to 1.4.2.
Original commit
Tuesday, 16 Jul 2002
04:36 marcus search for other commits by this committer
Fix a problem with GNOME and XIM compatibility.  Bump PORTREVISION.

PR:             40125
Submitted by:   sf
Pointy hat to:  marcus
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
Friday, 24 May 2002
03:26 marcus search for other commits by this committer
Update to 1.4.1.7.
Original commit
Tuesday, 30 Apr 2002
23:20 sobomax search for other commits by this committer
Hack for better hier(7) conformance - install libart documentation into
${PREFIX}/share/doc.
Original commit
Monday, 29 Apr 2002
17:05 sobomax search for other commits by this committer
Update to 1.4.1.6.
Original commit
Sunday, 7 Apr 2002
16:41 marcus search for other commits by this committer
Fix installation is gtk-doc is also installed.

Note, since it seems like a number of ports are broken when gtk-doc is
also installed, I wonder if adding --disable-gtk-doc to all their
CONFIGURE_ARGS isn't a bad idea.

Reviewed by:    sobomax
Approved by:    sobomax
Original commit
Saturday, 6 Apr 2002
17:31 sobomax search for other commits by this committer
Update to 1.4.1.5.
Original commit
Friday, 8 Feb 2002
02:03 sobomax search for other commits by this committer
Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.  
 
Original commit
Monday, 28 Jan 2002
17:07 sobomax search for other commits by this committer
Update to 1.4.1.4.    
Original commit
Tuesday, 15 Jan 2002
16:12 sobomax search for other commits by this committer
Update to 1.4.1.3.    
Original commit
Saturday, 15 Dec 2001
06:22 sobomax search for other commits by this committer
Fix a null pointer dereferencing bug in gtk-xmhtml library observed when  
browsing evolution documentation. Bump PORTREVISION.    
Original commit
Tuesday, 9 Oct 2001
08:40 sobomax search for other commits by this committer
Some of the GNOME components now install their include files into  
${PREFIX}/include/gnome-1.0 instead of plain ${PREFIX}/include, so make  
gnome-config return appropriate cpp(1) flags necessary to find those   headers.
Bump PORTREVISION accordingly.    
Original commit
Wednesday, 12 Sep 2001
16:39 knu search for other commits by this committer
Allow japanese/gnomelibs to add LIB_DEPENDS:    
Original commit
Tuesday, 11 Sep 2001
15:40 sobomax search for other commits by this committer
Update to 1.4.1.2.    
Original commit
Wednesday, 22 Aug 2001
19:06 sobomax search for other commits by this committer
Update to 1.4.1.1.    
Original commit
Tuesday, 14 Aug 2001
19:41 sobomax search for other commits by this committer
Unbroke on alpha.    
Original commit
Thursday, 31 May 2001
17:02 ade search for other commits by this committer
Add textproc/libxml as an explicit dependency, as well as the implicit  
dependency through textproc/scrollkeeper.  Something strange is going on   here,
and this is a reasonable temporary fix.    
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
Monday, 7 May 2001
12:26 ade search for other commits by this committer
Missed patch from the update causing an mtree failure.    
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
Monday, 5 Feb 2001
16:18 olgeni search for other commits by this committer
Style fixes for ports/x11.    
Original commit
Thursday, 25 Jan 2001
17:00 ade search for other commits by this committer
It's another day.  Update to 1.2.11    
Original commit
02:38 ade search for other commits by this committer
Another day.  Another GNOME release.  1.2.10 here    
Original commit
Wednesday, 24 Jan 2001
16:03 ade search for other commits by this committer
Allow CATEGORIES to be overriden by the respective japanese/* ports   (and
others, should they ever be born)    
Original commit
05:25 ade search for other commits by this committer
*sigh* missed a relatvely important patch, at least from a packaging PoV   Bump
PORTREVISION accordingly.    
Original commit
05:07 ade search for other commits by this committer
Update to 1.2.9 -- bring in a few pieces of documentation here   which slightly
change a few other ports.    
Original commit
Friday, 17 Nov 2000
16:23 ade search for other commits by this committer
Conditionally set MAINTAINER, so that the japanese slave ports DTRT    
Original commit
Wednesday, 1 Nov 2000
15:44 sobomax search for other commits by this committer
Bump PORTREVISION as a result of my previous commit (sound fix).    
Original commit
Tuesday, 24 Oct 2000
17:42 ade search for other commits by this committer
Update to 1.2.8    
Original commit
Wednesday, 18 Oct 2000
23:23 ade search for other commits by this committer
Update to 1.2.7    
Original commit
Tuesday, 17 Oct 2000
19:51 ade search for other commits by this committer
Update to 1.2.6    
Original commit
Friday, 13 Oct 2000
16:33 ade search for other commits by this committer
Update to 1.2.5    
Original commit
Thursday, 5 Oct 2000
07:57 reg search for other commits by this committer
Implement WANT_IMLIB and USE_IMLIB.    
Original commit
Monday, 25 Sep 2000
22:01 ade search for other commits by this committer
Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/local    
Original commit
Saturday, 16 Sep 2000
19:24 ade search for other commits by this committer
Add fix for GNOME forcibly trying to set the locale to en_US   under certain
circumstances.    
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
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    
Original commit
Thursday, 6 Jul 2000
16:31 ade search for other commits by this committer
Update to 1.2.4    
Original commit
Wednesday, 21 Jun 2000
18:39 ade search for other commits by this committer
Update to 1.2.3    
Original commit
Tuesday, 20 Jun 2000
21:31 ade search for other commits by this committer
Update to 1.2.2    
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

Number of commits found: 62