mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
6f32add9a7
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
20 lines
708 B
Plaintext
20 lines
708 B
Plaintext
--- configure.orig 2008-03-09 19:48:04.000000000 -0400
|
|
+++ configure 2008-03-09 19:48:24.000000000 -0400
|
|
@@ -26539,7 +26539,6 @@ echo "${ECHO_T}$have_xrender" >&6; }
|
|
|
|
if test x$have_xrender = xyes; then
|
|
echo "Building with Render"
|
|
- METACITY_PC_MODULES="$METACITY_PC_MODULES xrender >= $XRENDER_VERSION"
|
|
fi
|
|
fi ## have_composite
|
|
|
|
@@ -31011,7 +31010,7 @@ metacity-$VERSION:
|
|
"
|
|
|
|
METACITY_MINOR_VERSION=22
|
|
-if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
|
|
+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then
|
|
stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
|
|
echo "This is the UNSTABLE branch of metacity"
|
|
echo -n "Use 2.$stable_version.x for stable "
|