Commit graph

254 commits

Author SHA1 Message Date
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Jeremy Messenger
68c9624db0 -Fix enable CUPS by add --enable-cups=auto. [1]
-Respect the WITHOUT_CUPS with autocheck. [2]
-Bump the PORTREVISION.

PR:		ports/120520 [2]
Submitted by:	Subscriptions <subs@j79zlr.com> [1]
		Naram Qashat <cyberbotx@cyberbotx.com> [2]
2008-03-28 04:34:02 +00:00
Michael Johnson
fed01511f0 Update to 2.12.9 2008-03-12 12:17:01 +00:00
Joe Marcus Clarke
3a13661da0 Run gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders upon package
installation to make sure the loaders and immodules files are consistent
with what is installed on the system.  This will typically only be an issue
for custom-built packages.

Requested by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2008-02-22 01:07:39 +00:00
Joe Marcus Clarke
ab8be875bc Restore the behavior of unlinking invalid icon cache files to prevent
leftovers.

reported by:	pointyhat via pav
2008-02-16 16:36:43 +00:00
Joe Marcus Clarke
1cc05fd37f Update to 2.12.8. 2008-02-13 05:40:46 +00:00
Jeremy Messenger
a699c065c5 Update to 2.12.7. 2008-01-31 05:57:31 +00:00
Michael Johnson
61b565bb45 Update to 2.12.5 2008-01-09 13:43:59 +00:00
Jeremy Messenger
9e6b8031e4 Update to 2.12.4. 2008-01-08 18:05:31 +00:00
Jeremy Messenger
81981f6d21 Update to 2.12.3. 2007-12-12 04:29:51 +00:00
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