head	1.6;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.6
date	2010.11.20.15.36.53;	author kwm;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.03.12.06.30;	author avl;	state dead;
branches;
next	1.4;

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

1.3
date	2009.04.10.05.56.07;	author marcus;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.6
log
@Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@@vvelox.net>
romain@@
Olaf Seibert <O.Seibert@@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@@gmail.com>
jsa@@
miwi@@
Sergio de Almeida Lenzi <lenzi.sergio@@gmail.com>
Maxim Samsonov <xors@@mne.ru>
Kris Moore

And pav@@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@@
@
text
@--- configure.orig	2010-09-19 12:45:34.000000000 +0000
+++ configure	2010-09-19 12:50:50.000000000 +0000
@@@@ -14454,8 +14454,8 @@@@
 .SECONDARY: $(gsettings_SCHEMAS)
 
 gsettings__base_list = \
-  sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
-  sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
+  sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
+  sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
 
 install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
 	@@$(NORMAL_INSTALL)
@@@@ -15058,7 +15058,7 @@@@
 
 pam_status="no"
 if test "$enable_pam" != "no"; then
-	for ac_header in security/pam_modules.h pam/pam_modules.h
+	for ac_header in security/pam_modules.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@


1.5
log
@Update to 2.26.3.

Reviewed by:	mezz (GNOME team)
Approved by:	tabthorpe (mentor)
@
text
@d1 22
a22 56
--- configure.orig	2009-04-13 00:24:12.000000000 -0400
+++ configure	2009-04-13 00:24:58.000000000 -0400
@@@@ -19198,7 +19198,7 @@@@ fi
 
 { $as_echo "$as_me:$LINENO: checking build test tools, unit tests, and -Werror" >&5
 $as_echo_n "checking build test tools, unit tests, and -Werror... " >&6; }
-if test "$enable_tests" == "yes"; then
+if test "$enable_tests" = "yes"; then
 
 cat >>confdefs.h <<_ACEOF
 #define WITH_TESTS 1
@@@@ -19214,7 +19214,7 @@@@ $as_echo "no" >&6; }
   	tests_status="no"
 fi
 
- if test "$enable_tests" == "yes"; then
+ if test "$enable_tests" = "yes"; then
   WITH_TESTS_TRUE=
   WITH_TESTS_FALSE='#'
 else
@@@@ -19229,7 +19229,7 @@@@ if test "${enable_coverage+set}" = set; 
 fi
 
 
-if test "$enable_coverage" == "yes"; then
+if test "$enable_coverage" = "yes"; then
 	CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
 	LDFLAGS="$LDFLAGS -fprofile-arcs -ftest-coverage"
 fi
@@@@ -19247,7 +19247,7 @@@@ fi
 $as_echo_n "checking valgrind... " >&6; }
 valgrind_status="yes"
 
- if test "$enable_valgrind" == "run"; then
+ if test "$enable_valgrind" = "run"; then
   WITH_VALGRIND_TRUE=
   WITH_VALGRIND_FALSE='#'
 else
@@@@ -19328,7 +19328,7 @@@@ fi
 
 
 # Build valgrind support into code
-if test "$enable_valgrind" == "yes"; then
+if test "$enable_valgrind" = "yes"; then
 	if test "${ac_cv_header_valgrind_valgrind_h+set}" = set; then
   { $as_echo "$as_me:$LINENO: checking for valgrind/valgrind.h" >&5
 $as_echo_n "checking for valgrind/valgrind.h... " >&6; }
@@@@ -19463,7 +19463,7 @@@@ else
 fi
 
 
-	if test "$have_valgrind" == "no"; then
+	if test "$have_valgrind" = "no"; then
 		{ { $as_echo "$as_me:$LINENO: error: The valgrind headers are missing" >&5
 $as_echo "$as_me: error: The valgrind headers are missing" >&2;}
    { (exit 1); exit 1; }; }
@


1.4
log
@Update to 2.26.1.
@
text
@@


1.3
log
@Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
@
text
@d1 3
a3 3
--- configure.orig	2009-02-24 21:18:47.000000000 +0100
+++ configure	2009-02-24 21:19:24.000000000 +0100
@@@@ -18069,7 +18069,7 @@@@
d5 2
a6 2
 { echo "$as_me:$LINENO: checking build test tools, unit tests, and -Werror" >&5
 echo $ECHO_N "checking build test tools, unit tests, and -Werror... $ECHO_C" >&6; }
d12 1
a12 1
@@@@ -18085,7 +18085,7 @@@@
d21 1
a21 1
@@@@ -18100,7 +18100,7 @@@@
d30 27
@


1.2
log
@Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet

PR:		125857 [1]
		126993 [2]
		130031 [3]
		127399 [4]
		127661 [5]
		124302 [6]
		129570 [7]
		129936
		123790
@
text
@d1 3
a3 14
--- configure.orig	2008-07-22 21:14:15.000000000 -0400
+++ configure	2008-07-22 21:14:35.000000000 -0400
@@@@ -25963,7 +25963,7 @@@@ fi
 
 	dbus_status=$DBUS_VERSION
 fi
- if test "$enable_dbus" == "yes"; then
+ if test "$enable_dbus" = "yes"; then
   WITH_DBUS_TRUE=
   WITH_DBUS_FALSE='#'
 else
@@@@ -27001,7 +27001,7 @@@@ if test "${enable_tests+set}" = set; the
 fi
 
d5 2
a8 1
 	echo "building tests and unit tests"
d11 2
a12 1
@@@@ -27014,7 +27014,7 @@@@ else
d21 1
a21 1
@@@@ -27029,7 +27029,7 @@@@ if test "${enable_coverage+set}" = set; 
@


1.1
log
@The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
@
text
@d1 22
a22 4
--- configure.orig	2008-02-11 21:29:42.000000000 -0500
+++ configure	2008-02-11 21:29:51.000000000 -0500
@@@@ -23793,7 +23793,7 @@@@ else
   tests_status="no"
d30 2
a31 1
@@@@ -25228,7 +25228,7 @@@@ fi
d33 5
a37 1
 	dbus_status=$DBUS_VERSION
a38 5
- if test "$enable_dbus" == "yes"; then
+ if test "$enable_dbus" = "yes"; then
   WITH_DBUS_TRUE=
   WITH_DBUS_FALSE='#'
 else
@

