head	1.5;
access;
symbols
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2007.10.24.23.37.05;	author marcus;	state dead;
branches;
next	1.4;

1.4
date	2003.10.26.23.25.01;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.05.08.29.02;	author marcus;	state dead;
branches;
next	1.2;

1.2
date	2002.06.19.17.35.17;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.29.18.17.12;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.5
log
@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
@
text
@--- configure.orig	Fri Oct 24 00:59:12 2003
+++ configure	Fri Oct 24 00:59:25 2003
@@@@ -9397,13 +9397,13 @@@@
 if test "x${prefix}" = "xNONE"; then
 
 cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${ac_default_prefix}/share/pixmaps/${PACKAGE}"
+#define PIXMAPS_DIR "${ac_default_prefix}/share/gnome/pixmaps/${PACKAGE}"
 _ACEOF
 
 else
 
 cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${prefix}/share/pixmaps/${PACKAGE}"
+#define PIXMAPS_DIR "${prefix}/share/gnome/pixmaps/${PACKAGE}"
 _ACEOF
 
 fi
@


1.4
log
@* Fix crash trying to find pixmaps
* Give this port a maintainer

PR:		58370
@
text
@@


1.3
log
@* Update to 1.0.1 [1]
* Revert maintainer to ports@@ (previous maintainer no longer uses GNOME)

PR:		56306
Submitted by:	Jens Rehsack <rehsack@@liwing.de> [1]
@
text
@d1 3
a3 3
--- configure.old	Wed Jun 12 08:28:53 2002
+++ configure	Wed Jun 12 08:29:15 2002
@@@@ -4627,7 +4627,7 @@@@
d5 6
a10 1
   PACKAGE_PIXMAPS_DIR="${ac_default_prefix}/share/pixmaps/${PACKAGE}"
d12 6
a17 2
-  PACKAGE_PIXMAPS_DIR="${prefix}/share/pixmaps/${PACKAGE}"
+  PACKAGE_PIXMAPS_DIR="${datadir}/pixmaps/${PACKAGE}"
a18 2
 
 PIXMAPS_DIR="-DPIXMAPS_DIR=\\\"$PACKAGE_PIXMAPS_DIR\\\""
@


1.2
log
@Update to 0.9.7.

PR:		39437
Submitted by:	maintainer
@
text
@@


1.1
log
@Add gnome-commander, a GNOME file manager that resembles Norton Commander.

PR:		37392
Submitted by:	Edgardo Garcia Hoeffler <edybsd@@yahoo.com.ar>
Reviewed by:	sobomax
Approved by:	sobomax
@
text
@d1 3
a3 3
--- configure.orig	Fri Apr 26 20:09:18 2002
+++ configure	Fri Apr 26 20:09:42 2002
@@@@ -4265,7 +4265,7 @@@@
@

