head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.06.08.15.40.19;	author kwm;	state dead;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@Remove obsolete patch, this will unbreak the build.
Add a patch from the PR that was forgotten.
No bump because it didn't build after the update.

PR:		ports/155956
Submitted by:	Maxim Samsonov <xors@@mne.ru>
@
text
@--- configure.orig	2010-01-18 02:10:37.000000000 -0500
+++ configure	2010-01-18 02:10:56.000000000 -0500
@@@@ -10479,11 +10479,11 @@@@ py_exec_prefix=`$PYTHON -c "import sys; 
 
 
 
-if test "x$PYTHON_LIBS" == x; then
+if test "x$PYTHON_LIBS" = x; then
 	PYTHON_LIBS="-L${py_prefix}/lib${libdirsuffix} -lpython${PYTHON_VERSION}"
 fi
 
-if test "x$PYTHON_LIB_LOC" == x; then
+if test "x$PYTHON_LIB_LOC" = x; then
 	PYTHON_LIB_LOC="${py_prefix}/lib${libdirsuffix}"
 fi
 
@


1.2
log
@Update to 0.6.0.
@
text
@@


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 6
a6 6
--- configure.orig	2008-01-13 14:41:48.000000000 -0500
+++ configure	2008-01-13 14:42:01.000000000 -0500
@@@@ -19597,10 +19597,10 @@@@ CPPFLAGS="$save_CPPFLAGS"
 { echo "$as_me:$LINENO: checking for libraries required to embed python" >&5
 echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6; }
 py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
d9 1
a9 1
 	PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
d11 1
d14 1
a14 1
 	PYTHON_LIB_LOC="${py_prefix}/lib"
@

