Commit graph

45 commits

Author SHA1 Message Date
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00
Jeremy Messenger
817db233c8 Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x has
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.
2004-11-10 03:19:15 +00:00
Joe Marcus Clarke
58406bee89 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!
2004-11-07 22:24:32 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Alexander Nedotsukov
b1cd6bae83 Backout 4.4.8 version which is actually from GNOME 2.7 series. 2004-06-09 06:25:55 +00:00
Alexander Nedotsukov
c4a975c760 Update to 4.4.8 2004-06-08 11:56:46 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
e68206fade Update to 4.3.51. 2004-03-22 23:27:27 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
62bf41a455 Update to 4.3.50. 2004-03-11 21:42:06 +00:00
Joe Marcus Clarke
f98a0d6338 Update to 4.3.48. 2004-02-26 18:05:42 +00:00
Joe Marcus Clarke
ad8522a92e Update to 4.3.46. 2004-02-20 22:44:13 +00:00
Alexander Nedotsukov
09bf4feb5e Update to 4.3.44 2004-02-14 01:35:24 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
48afb2e934 Update to 4.3.42. 2004-02-03 23:29:26 +00:00
Joe Marcus Clarke
909ba58922 Use intlhack to get this to compile on -STABLE. 2004-01-15 07:07:04 +00:00
Alexander Nedotsukov
53c34579f3 Update to 4.3.38 2004-01-14 14:33:05 +00:00
Joe Marcus Clarke
5b54f09817 Update to 4.3.37. 2004-01-12 20:42:47 +00:00
Joe Marcus Clarke
a14f69f82d Restore part of bland's patch. Certain locales actually don't have a
thousands separator (e.g. de_DE), and adding a default "," separator
causes strange behavior.  For more information on this ongoing saga, tune
into:

http://bugzilla.gnome.org/show_bug.cgi?id=130282
2004-01-07 00:38:15 +00:00
Joe Marcus Clarke
6d28d61ac6 Update to 4.3.35 which should have bland's thousands separator bug
integrated.
2004-01-07 00:12:14 +00:00
Alexander Nedotsukov
0405303444 Fix thousands separator handling bug.
Reported by:	Franz Klammer <klammer@webonaut.com>
2004-01-03 05:24:47 +00:00
Alexander Nedotsukov
43b1b3b253 Bugfix. For locales with non "." radix constants list wasn't properly
initialized.
2003-12-24 15:33:19 +00:00
Joe Marcus Clarke
9287bd2db3 Update to 4.3.31. 2003-12-23 22:03:41 +00:00
Alexander Nedotsukov
78c4da82d7 Update to 4.3.29 2003-12-06 09:00:58 +00:00
Joe Marcus Clarke
be462fd635 Update to 4.3.16. 2003-10-13 18:48:04 +00:00
Joe Marcus Clarke
7de94615c3 Update to 4.3.15. 2003-10-10 18:27:50 +00:00
Joe Marcus Clarke
934f68f9c0 Fix buuild on -STABLE, and make sure -lc_r is linked in on -CURRENT.
Reported by:	Sergey Akifyev <asa@gascom.ru>
Approved by:	portmgr (implicitly)
2003-09-11 07:51:39 +00:00
Joe Marcus Clarke
1402ff010f Update to 4.3.3. 2003-09-10 05:40:27 +00:00
Joe Marcus Clarke
ba1c49fcc9 Update to 4.3.2. 2003-08-25 23:19:05 +00:00
Joe Marcus Clarke
0b699f42b3 Update to 4.3.0. 2003-08-08 15:53:57 +00:00
Joe Marcus Clarke
52978fb083 Update to 4.2.103. 2003-07-30 18:55:52 +00:00
Joe Marcus Clarke
fb8fb35e08 Update to 4.2.99. 2003-07-15 17:08:21 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
41099ea034 Update to 4.2.86. 2003-06-01 00:59:31 +00:00
Joe Marcus Clarke
9962d20139 Update to 4.2.83. 2003-04-29 17:09:36 +00:00
Joe Marcus Clarke
0874a46409 Convert to new GNOME infrastructure. 2003-04-22 04:46:36 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
a76bb7fee6 Update to 4.2.77. 2003-04-04 07:34:35 +00:00
Joe Marcus Clarke
f5ad1f05df * Update to 4.2.43
* De-pkg-comment
2003-03-01 15:57:39 +00:00
Joe Marcus Clarke
7305030530 Chase gtk20's shared lib version. 2003-02-07 19:21:11 +00:00
Joe Marcus Clarke
e72ac81601 Sign over maintainership to gnome@. gcalctool will be part of the GNOME 2.2
desktop.
2002-10-19 20:07:28 +00:00
Joe Marcus Clarke
59deb69012 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.
2002-09-20 17:07:51 +00:00
Joe Marcus Clarke
a6b4b87dab Update to 4.1.9. 2002-08-30 02:37:47 +00:00
Joe Marcus Clarke
bb945586ca This isn't a GNOME port per se. Don't use the GNOME datadir. 2002-06-13 16:24:24 +00:00
Joe Marcus Clarke
3cfe0e6a5d Add gcalctool, a GTK+-2.0 calculator based on calctool for OpenWindows. 2002-06-12 06:44:49 +00:00