Commit graph

294 commits

Author SHA1 Message Date
Jeremy Messenger
52613f1e62 Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up too
long and consume 100% CPU. If anyone want to revisit with improvement on
this patch, I personal think it should be take up to upstream first before
we can re-add it. Bump the PORTREVISION.

PR:		ports/117556
Submitted by:	Stephen Hurd <shurd@sasktel.net>
Approved by:	portmgr (marcus)
2007-11-02 20:53:38 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Joe Marcus Clarke
2ecfe11aad Fix one more problem with CUPS 1.3. I missed this in the original PR.
Reported by:	Scot Hetzel <swhetzel@gmail.com>
2007-10-01 18:28:29 +00:00
Joe Marcus Clarke
58607cf7a6 Fix build and subsequent functionality of the CUPS printer backend
in GTK+.

PR:		116750
Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=467414
2007-09-30 22:42:46 +00:00
Joe Marcus Clarke
067577bf28 Remove USE_XPM as it brings in USE_XLIB via bsd.port.mk. The xpm library
is already imported via USE_XORG.  This should fix the cyclic dependency
problems people are reporting.
2007-09-14 19:25:20 +00:00
Joe Marcus Clarke
4cbf921476 GTK+ does not need an X11 server. 2007-09-14 04:51:56 +00:00
Florent Thoumie
a34442ea00 Remove dependency on xorg-libraries and set USE_XORG to the complete list
of X libraries instead. This is necessary for the upcoming x11/pixman port.

Approved by:	marcus
2007-09-13 19:33:58 +00:00
Joe Marcus Clarke
e7c705ea71 Update to 2.10.14. 2007-07-17 04:30:08 +00:00
Michael Johnson
476f598875 Update to 2.10.13 2007-06-14 02:15:29 +00:00
Joe Marcus Clarke
90774037f4 Remove support for a separate X11BASE.
Approved by:	portmgr (implicit)
2007-05-19 22:01:13 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Joe Marcus Clarke
a00df5cabc Update to 2.10.12. 2007-05-03 02:29:33 +00:00
Jeremy Messenger
158a19e086 Clean up the lines that has been disable the workaround of SSE2 bug for about
5-6 months with no problem.
2007-03-24 20:14:44 +00:00
Joe Marcus Clarke
20d046f304 Remove the special handing of WITH_DEBUG since this is taken care of in
bsd.port.mk now.

Reported by:	mi
2007-03-18 18:48:45 +00:00
Michael Johnson
72ecafe262 Update to 2.10.11 2007-03-14 11:45:30 +00:00
Joe Marcus Clarke
344285a703 Update to 2.10.10. 2007-03-12 22:07:26 +00:00
Joe Marcus Clarke
da26b84999 Fix a bug where a NULL path could be dereferenced in a GtkFileChooserButton
which would lead to critical errors under GNOME 2.16, and a crash under
GNOME 2.17.  See http://bugzilla.gnome.org/show_bug.cgi?id=410565 for
more details.

Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=410565 (see
		http://bugzilla.gnome.org/attachment.cgi?id=83080&action=view)
2007-02-22 04:50:53 +00:00
Jeremy Messenger
fbf42c7e6f Update to 2.10.9. 2007-01-23 19:32:19 +00:00
Joe Marcus Clarke
a9bc2c95c5 Fix a double free that could cause a crash in applications that make use
of the GTK+ recent items code.

Obtained from:	GNOME SVN
2007-01-18 18:21:47 +00:00
Joe Marcus Clarke
d035d6c6c5 Update to 2.10.8. 2007-01-17 09:13:07 +00:00
Joe Marcus Clarke
7faf24d701 Update to 2.10.7. 2007-01-06 01:11:03 +00:00
Joe Marcus Clarke
9fd7c5f29a Fix LPR printing for applications that use gtkprint. See
http://bugzilla.gnome.org/show_bug.cgi?id=390159 for more details.

Reported by:	oliver
2006-12-28 20:55:36 +00:00
Joe Marcus Clarke
64b79a16a2 Fix gtkprint with users that have cups-base installed, but who are
using lpr instead of CUPS for printing.  With this fix, CUPS users should be
able to print to file, CUPS printers, and BSD lpr printers.  Non-CUPS
users should be able to print to file and BSD lpr printers.

Approved by:	portmgr (implicit)
2006-10-25 21:19:26 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Joe Marcus Clarke
30caf16853 Update to 2.8.20. 2006-07-02 19:22:57 +00:00
Joe Marcus Clarke
2061da88ff Update to 2.8.19. 2006-06-13 01:25:10 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Joe Marcus Clarke
c33edafa15 Correct a potential symbol conflict between the xdgmime functions in gtk+
and those in gnome-vfs.  This problem would manifest itself by screwing
up MIME types for various files, and causing GTK+ filtered file choosers
not to display contents correctly.
2006-05-31 00:20:12 +00:00
Michael Johnson
10ff3b1471 - Update to 2.8.18 2006-05-27 00:10:18 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Jean-Yves Lefort
2a2c67a93c - Add gtk20-reference.
- Add manpages which are not related to programming to the gtk20 port.
2006-05-09 23:45:35 +00:00
Joe Marcus Clarke
6b00cfe139 Update to 2.8.17. 2006-04-08 04:50:38 +00:00
Joe Marcus Clarke
8d252e4fca Update to 2.8.16. 2006-03-16 04:32:55 +00:00
Joe Marcus Clarke
15c461fbfb Update to 2.8.15. 2006-03-15 05:50:51 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Jeremy Messenger
d16d6237ec Add WITHOUT_DEBUG to support more standard flag, same behavior as with
WITH_DEBUG=no.

Submitted by:	"Babak Farrokhi" <babak@farrokhi.net>
2006-02-20 18:20:48 +00:00
Michael Johnson
b065128e5a - Update to 2.8.12 2006-02-11 19:15:54 +00:00
Alexander Nedotsukov
d33d8dd2d4 Update to 2.8.11 2006-01-28 01:59:10 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Michael Johnson
98c0885b38 - Update to 2.8.10 2006-01-12 00:20:10 +00:00
Joe Marcus Clarke
fdd6c0bbc1 Update to 2.8.9. 2005-12-10 01:41:35 +00:00
Joe Marcus Clarke
e77fcb561f Update to 2.8.8. 2005-11-28 19:38:23 +00:00
Joe Marcus Clarke
1c11b9600f We no longer need to touch the icon-theme.cache now that gnome-icon-theme
does the right thing.
2005-11-21 00:16:29 +00:00
Jean-Yves Lefort
4b1bc98898 Reliably detect if icon-theme.cache is uptodate, by checking the mtime
of all the files in a theme directory.
2005-11-19 19:53:14 +00:00
Joe Marcus Clarke
f6f5b302dc * Use X11BASE rather than PREFIX or %D to search for icons
* Make sure ${X11BASE}/share/icons/hicolor/icon-theme.cache exists by
  touching it.  Otherwise, the cache file would not appear until icons
  were actually installed, and this was breaking some port builds on
  pointyhat.
2005-11-19 07:57:48 +00:00
Pav Lucistnik
0e4c8b87e2 - Fix build on FreeBSD 4.X
PR:		ports/89139
Submitted by:	Sven Berkvens-Matthijsse <sven@ilse.net>
2005-11-16 14:44:08 +00:00
Joe Marcus Clarke
f9dc354138 Update to 2.8.7. 2005-11-15 22:34:25 +00:00
Jean-Yves Lefort
23c7642d93 Fix the file chooser in gtk-demo. 2005-11-07 20:30:32 +00:00
Joe Marcus Clarke
e18151212d Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features.  Don't believe me?  Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.

DO NOT USE portupgrade by itself to upgrade to GNOME 2.12.  Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh.  This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.

In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen.  The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>.  His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.

The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:

Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn

For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/.  The 2.12 documentation will be
posted shortly.
2005-11-05 04:53:48 +00:00
Alexander Nedotsukov
2e1a7bbe3e Unbreak 4-STABLE build (gcc 2.95.x does not know anything about SSE2). 2005-09-03 02:38:12 +00:00
Jeremy Messenger
6b49e8adda There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or else
is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and
Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014
for detail.

Reported by:	Panagiotis Astithas <past@ebs.gr>
Reviewed by:	marcus
2005-09-02 22:07:47 +00:00
Joe Marcus Clarke
260fb418c3 Update to 2.6.10. 2005-08-28 07:37:53 +00:00
Joe Marcus Clarke
4ea19436cd Re-add drop shadow patch distinfo after recent update.
PR:		84469
Submitted by:	chinsan <chinsan.tw@gmail.com>
Approved by:	portmgr (implicit)
2005-08-02 04:53:56 +00:00
Joe Marcus Clarke
f8f4a08a71 Update to 2.6.9. 2005-08-01 19:00:53 +00:00
Jeremy Messenger
ad9f2a901e Add -g in CFLAGS and STRIP= #empty when use WITH_DEBUG knob.
Requested by:	jylefort
Reviewed by:	jylefort and marcus in #freebsd-gnome (freenode)
2005-07-18 03:59:11 +00:00
Michael Johnson
b12a25045c - Update to 2.6.8
Release Notes:	http://mail.gnome.org/archives/gnome-announce-list/2005-June/msg00023.html
2005-06-16 05:24:42 +00:00
Adam Weinberger
2f0a808660 Add a few brief comments about what it means to set WITH_DEBUG to various
values. It's likely inaccurate information, so please improve on it if you
can.
2005-04-13 04:40:39 +00:00
Joe Marcus Clarke
0b870963ca Update to 2.6.7. 2005-04-13 04:36:43 +00:00
Michael Johnson
aef053e11b - Add WITH_DEBUG knob that has the following turnables [no|minimum|yes]
Default is minimum per gtk.
2005-04-12 18:07:20 +00:00
Michael Johnson
f3e45ad7d4 - Update to 2.6.6
From Release:
 This is a bug fix release and is source and binary compatible
 with 2.6.0. The main reason for this quick release is to fix
 problems with stock images in GTK+ 2.6.5.
2005-04-11 06:35:52 +00:00
Alexander Nedotsukov
d155e80077 Fix missing icons bug (bug #169870).
Thanks to: Adam McLaurin <freebsd@irotas.net>
2005-04-10 02:37:32 +00:00
Alexander Nedotsukov
9ba6759701 - Update to 2.6.5
- Sort plist.
2005-04-09 11:30:16 +00:00
Joe Marcus Clarke
190418a078 Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall.  However, a lot of
FreeBSD specific additions and fixes have been made.  For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support.  See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.

GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work.  We would also like to thank our adventurous users that chose to
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
2005-03-12 10:39:38 +00:00
Kris Kennaway
67564c539f Remove another non-system locale directory. 2004-12-22 20:22:36 +00:00
Jeremy Messenger
b2b3887984 Update a link in MASTER_SITES for 2.3 -> 2.4. 2004-12-20 06:28:08 +00:00
Kris Kennaway
3e57c8d5d9 Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there.  Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
2004-12-20 06:25:32 +00:00
Jeremy Messenger
baebf7bc67 Clean up the pkg-plist voodoo:
- Create an empty lib/gtk-2.0/${GTK_VERSION}/engines directory for
	  gtk theme engine ports.
	- Correct the removal of directories:
	  lib/gtk-2.0/${GTK_VERSION}/[loaders,immodules,engines]
	  lib/gtk-2.0/${GTK_VERSION}
	  lib/gtk-2.0

Bump PORTREVISION.

Reviewed by:	marcus
Reported by:	pointyhat via kris
2004-12-20 06:02:51 +00:00
Joe Marcus Clarke
49fe430d08 Correct the removal of the ${PREFIX}/lib/gtk-2.0/modules directory.
Reported by:	pointyhat via kris
2004-12-20 04:15:49 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Joe Marcus Clarke
f202c1ba5c Create an empty lib/gtk-2.0/modules directory to be used by other ports. 2004-12-13 00:59:03 +00:00
Alexander Nedotsukov
04db3a692d Update to 2.4.14 2004-12-03 08:24:25 +00:00
Joe Marcus Clarke
e2755f28eb This port really need gmake. 2004-11-11 22:48:27 +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
Joe Marcus Clarke
a87718856c Fix recent XPM buffer overflows as described at
http://www.vuxml.org/freebsd/3d1e9267-073f-11d9-b45d-000c41e2cdad.html.

Obtained from:	GTK+ CVS
Approved by:	portmgr (implicit)
2004-09-17 02:09:28 +00:00
Adam Weinberger
3396782c78 Update to 2.4.9. This is just a quick fix release that pretty
much duplicates the configure patch that marcus committed.
2004-08-25 19:35:23 +00:00
Joe Marcus Clarke
5b284b0430 Update to 2.4.8. 2004-08-25 19:02:32 +00:00
Volker Stolz
ec941eb8b3 mirror.ac.uk -> mirrorservice.org
PR:		ports/69481
Submitted by:	Tim Bishop, Dejan Lesjak
Approved by:	maintainers
2004-08-19 13:25:38 +00:00
Joe Marcus Clarke
598b05575d Update to 2.4.7 which has the fix for the FileSelector bug as well as
a potential crash when trying to get a user's home directory.
2004-08-14 21:38:18 +00:00
Alexander Nedotsukov
7831e5b74d Fix a bug in GtkFileChooser which prevent files to be opened.
Obtained from:	GNOME Bugzilla (#150099)
2004-08-14 17:49:06 +00:00
Alexander Nedotsukov
cc7b1d5b4c Update to 2.4.6 2004-08-13 20:38:12 +00:00
Jeremy Messenger
086d609d1b Use new libtool scheme. 2004-08-08 22:49:20 +00:00
Joe Marcus Clarke
deed05e038 Sync the MIME search directories from gnome-vfs. This fixes some
prioritization issues with custom MIME types.
2004-08-04 18:33:45 +00:00
Alexander Nedotsukov
bfeea0e7ac Update to 2.4.4 2004-07-10 09:20:06 +00:00
Joe Marcus Clarke
93181c3dd7 Add support for a mime database in ${X11BASE} as well as ${LOCALBASE}.
Requested by:	pav
2004-06-26 03:28:37 +00:00
Alexander Nedotsukov
1dc52ddbf9 Sort plist. 2004-06-11 17:28:50 +00:00
Joe Marcus Clarke
6ca282a9de Update to 2.4.3. 2004-06-11 17:17:24 +00:00
Pav Lucistnik
c150138c72 - Readd distinfo for dropshadow patch
PR:		ports/67600
Submitted by:	Thomas Vogt <thomas@bsdunix.ch>
2004-06-05 11:50:06 +00:00
Joe Marcus Clarke
785f7b3054 Update to 2.4.2. 2004-06-04 19:56:40 +00:00
Adam Weinberger
221247af04 Reword some of the dropshadow patch warning message text stuff thingers. 2004-05-06 21:02:30 +00:00
Jeremy Messenger
3887e16a35 Add experimental WITH_DROPSHADOW option back in; it is not supported by
FreeBSD GNOME Team.

PR:		ports/66295
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	marcus (backup mentor)
2004-05-06 04:33:39 +00:00
Joe Marcus Clarke
075a98cea8 Update to 2.4.1. 2004-04-30 19:17:54 +00:00
Joe Marcus Clarke
c4851e78e4 Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
2004-04-05 03:11:39 +00:00
Joe Marcus Clarke
da99447976 Add the drop-shadow patch distinfo data back.
Noticed by:	kris
2004-03-18 22:32:49 +00:00
Pav Lucistnik
d86e03252b - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:46:32 +00:00
Joe Marcus Clarke
08df871869 Fix some build issues with the new freetype2. 2004-03-16 22:21:54 +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
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Alexander Nedotsukov
cbef2efb02 Due popular demand and weeling of gnome@ to deliver more eye candy
port to the users we add experimental WITH_DROPSHADOW option.

PR:		58757
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>  (slightly modified)
2003-11-02 15:06:51 +00:00
Joe Marcus Clarke
27a69f4efb Correct some obsolete MASTER_SITES
PR:		57557
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-06 01:13:39 +00:00