Commit graph

231 commits

Author SHA1 Message Date
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