Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.4_12 04 Jan 2011 03:32:21
 |
mezz  |
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!) |
1.4.4_12 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.4.4_11 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.4.4_10 18 Aug 2009 20:15:55
 |
miwi  |
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de> |
1.4.4_10 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.4.4_9 02 Feb 2009 01:36:16
 |
araujo  |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
1.4.4_9 13 Jul 2008 16:11:18
 |
mezz  |
Do not use file that py-gobject and py-gtk have same file. It causes record
incorrect dependency when py-object exists. Use different file to detect
file in *_DEPENDS by use USE_GNOME=pygtk. Bump the PORTREVISION.
PR: ports/125482
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
1.4.4_8 04 Jul 2008 03:25:31
 |
mezz  |
-NOPORTDOCS -> NOPORTEXAMPLES
-Fix the plist when NOPORTDOCS (now NOPORTEXAMPLES) is defined.
Reported by: QA Tindy |
1.4.4_7 06 Jun 2008 14:16:37
 |
edwin  |
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) |
1.4.4_6 15 Jul 2007 00:11:46
 |
pav  |
- Fix after objformat removal |
1.4.4_6 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.4_5 14 Oct 2006 08:54:54
 |
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
1.4.4_4 16 May 2006 05:41:39
 |
mezz  |
portlint:
-Use EXAMPLESDIR in plist. |
1.4.4_4 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4.4_3 23 Nov 2005 22:41:05
 |
pav  |
- Add SHA256 checksums |
1.4.4_3 15 Nov 2005 06:52:12
 |
ade  |
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. |
1.4.4_3 21 Jul 2005 08:51:50
 |
ahze  |
- Update or add WWW line |
1.4.4_3 09 Jul 2004 17:43:11
 |
marcus  |
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 |
1.4.4_3 18 Mar 2004 14:46:32
 |
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.4.4_3 14 Mar 2004 06:17:56
 |
ade  |
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. |
1.4.4_3 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.4.4_2 30 Jan 2004 03:31:02
 |
marcus  |
Add CONFLICTS for py-gnome and py-gnome2 on each other.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> |
1.4.4_2 13 Nov 2003 12:03:59
 |
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
1.4.4_2 12 Aug 2003 15:00:54
 |
marcus  |
Remove libpanel support as part of phase II of the GNOME 1.4 desktop
removal. |
1.4.4_1 06 Apr 2003 21:16:05
 |
marcus  |
* Update to new GNOME infrastructure
* Set GNOME_DESKTOP_VERSION explicitly so users can upgrade or downgrade
across desktop versions |
1.4.4_1 07 Mar 2003 06:14:08
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.4.4_1 12 Nov 2002 02:09:58
 |
marcus  |
Bump PORTREVISION after the gtkhtml version bump. |
1.4.4 20 Sep 2002 17:07:51
 |
marcus  |
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. |
1.4.4 28 Aug 2002 18:02:43
 |
sobomax  |
Update to 1.4.4. |
1.4.2 14 Jul 2002 13:39:15
 |
sobomax  |
Use USE_GNOMENG. |
1.4.2 14 Jul 2002 13:39:06
 |
sobomax  |
(forced)
Previous commit log should be: "Use USE_GNOMENG", not "Update to ...". |
07 Feb 2002 13:44:16
    |
sobomax  |
- Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3; - silence
harmless configure warning by overriding CONFIGURE_TARGET. |
04 Jan 2002 11:58:28
    |
sobomax  |
Update to 1.4.2. |
20 Dec 2001 06:19:02
    |
sobomax  |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23
    |
sobomax  |
Don't filter libc_r on 5-CURRENT. |
12 Nov 2001 12:13:42
    |
sobomax  |
Fix a breakage resulted from path to gdk-pixbuf's includes being hardcoded.
|
31 Oct 2001 08:20:45
    |
sobomax  |
Don't link in libc - FreeBSD doesn't need this. |
27 Aug 2001 04:54:13
    |
asami  |
defs files are in share/gnome/pygtk/1.2/defs, not share/pygtk/1.2/defs. |
23 Jul 2001 11:17:37
    |
sobomax  |
Remove gtkhtml from LIB_DEPENDS - we inherit this dependency along with
USE_GNOME anyway. |
03 Jul 2001 18:39:22
    |
sobomax  |
Update to 1.4.1. |
03 Jul 2001 12:38:47
    |
sobomax  |
Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so it
could be safely enabled. |
13 Jun 2001 15:33:37
    |
sobomax  |
Use ${PYTHON_SITELIBDIR} where appropriate. |
16 May 2001 15:34:10
    |
ade  |
Missed one (grr) |
16 May 2001 14:59:17
    |
ade  |
Remove --with-gtkhtml fully. PORTREVISION bumped. |
15 May 2001 18:19:20
    |
sobomax  |
Comment out files that belong to gtkhtml module. |
15 May 2001 18:14:26
    |
sobomax  |
Temporary comment out gtkhtml dependency until right way has been worked out.
|
15 May 2001 14:30:36
    |
sobomax  |
Enable gtkhtml module. |
11 May 2001 17:36:50
    |
ade  |
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.
|
04 May 2001 22:39:58
    |
ade  |
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates. |
05 Feb 2001 16:49:18
    |
olgeni  |
Batch of style fixes for x11-toolkits. |
08 Oct 2000 11:23:49
    |
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 08:03:53
    |
asami  |
Convert category x11-toolkits to new layout. |
05 Oct 2000 08:17:31
    |
reg  |
Implement USE_GNOME, part 2. |
21 Sep 2000 17:00:07
    |
sobomax  |
Pythonize. |
08 Sep 2000 13:24:00
    |
tg  |
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15. |
29 Jun 2000 13:17:32
    |
nectar  |
Add a missing dependency. |
07 Jun 2000 19:06:25
    |
ade  |
Point MASTER_SITE to MASTER_SITE_GNOME now that gnome-python is an official
part of GNOME. Some of the previous MASTER_SITES had bad and/or missing
distfiles. |
01 Jun 2000 17:10:38
    |
ade  |
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 |
20 May 2000 16:25:38
    |
nectar  |
Update 1.0.50 -> 1.0.53 |