summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/files/patch-ab
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-04-11 01:57:03 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-04-11 01:57:03 +0000
commitbce8b334d98d914a360738cd5332f1f1b0840aba (patch)
treead4bad242d1e374f95aa034f7072b994cd6d0c12 /x11/xscreensaver/files/patch-ab
parento Update to Freenet Stable build 5102 released 20050410 snapshot; (diff)
Upgrade to the latest, version 4.21, with associated tweaks to the
patches and pkg-plist. This version has numerous bugs fixed, and several new screensavers. Add gdk_pixbuf as a dependency. It's a small library, and adds additional features to the image-grabbing screensavers. Add glade2 as required by the latest versions. The delay in upgrading was due to the large number of dependencies that were formerly associated with the glade2 port. The gnome team should be commended for reducing this to a reasonable level.
Notes
Notes: svn path=/head/; revision=132985
Diffstat (limited to 'x11/xscreensaver/files/patch-ab')
-rw-r--r--x11/xscreensaver/files/patch-ab30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab
index b2dc3fc43705..046d796521ad 100644
--- a/x11/xscreensaver/files/patch-ab
+++ b/x11/xscreensaver/files/patch-ab
@@ -9,33 +9,3 @@
OBJCC="$OBJCC -Wall"
# supposedly gcc 3.4 will have "-Wdeclaration-after-statement"
# and then perhaps we can do without -pedantic?
-@@ -13491,7 +13491,7 @@
- ok="yes"
- pkg_check_version gtk+ 1.2 ; ac_gtk_version_string="$vers"
- pkg_check_version glib 1.0
-- pkg_check_version gdk_pixbuf 0.1
-+ # pkg_check_version gdk_pixbuf 0.1 - pick this up later
- have_gtk="$ok"
-
- # Now check for Gnome...
-@@ -19014,13 +19014,13 @@
- # Now that we know whether we have Gnome, we can decide where the XML
- # config files get installed.
- #
--if test -z "$HACK_CONF_DIR" ; then
-- if test -n "$GNOME_DATADIR" ; then
-- HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers'
-- else
-- HACK_CONF_DIR='${prefix}/lib/xscreensaver/config'
-- fi
--fi
-+#if test -z "$HACK_CONF_DIR" ; then
-+# if test -n "$GNOME_DATADIR" ; then
-+# HACK_CONF_DIR='${GNOME_DATADIR}/control-center/screensavers'
-+# else
-+# HACK_CONF_DIR='${prefix}/lib/xscreensaver/config'
-+# fi
-+#fi
-
-
-