Commit graph

219 commits

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