1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Upgrade to version 4.02, which:

* Fixes perl incompatibility problem with RELENG_4
* Fixes some memory leaks
* Adds two new hacks, and two new BSOD's
* Improves some existing hacks/features
This commit is contained in:
Doug Barton 2002-03-24 08:30:24 +00:00
parent cf71cf06bf
commit 9e3660fb70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56526
5 changed files with 16 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= xscreensaver
PORTVERSION= 4.01
PORTVERSION= 4.02
CATEGORIES?= x11
MASTER_SITES= http://www.jwz.org/xscreensaver/

View File

@ -1 +1 @@
MD5 (xscreensaver-4.01.tar.gz) = 8d7c8b9620dfaccfb876380995af259b
MD5 (xscreensaver-4.02.tar.gz) = ea0deb9c38cae11b89ea3dd5c0a04540

View File

@ -1,9 +1,9 @@
--- configure.Dist Sun Feb 24 01:56:28 2002
+++ configure Sun Feb 24 22:45:24 2002
@@ -10309,13 +10309,13 @@
--- configure.orig Mon Mar 18 15:42:35 2002
+++ configure Sat Mar 23 23:58:01 2002
@@ -10728,13 +10728,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'
@ -19,5 +19,5 @@
+# fi
+#fi
# canonicalize slashes.
HACK_CONF_DIR=`echo "${HACK_CONF_DIR}" | sed 's@/$@@;s@//*@/@g'`

View File

@ -1,9 +1,11 @@
--- driver/Makefile.in.orig Sun Feb 24 01:56:29 2002
+++ driver/Makefile.in Sun Feb 24 22:48:36 2002
--- driver/Makefile.in.orig Mon Mar 18 15:42:36 2002
+++ driver/Makefile.in Sun Mar 24 00:05:52 2002
@@ -19,7 +19,7 @@
GNOME_DATADIR = @GNOME_DATADIR@
GNOME_CCDIR_1 = $(GNOME_DATADIR)/control-center/Desktop
GNOME_CCDIR_2 = $(GNOME_DATADIR)/control-center/capplets
-GNOME_PANELDIR = $(GNOME_DATADIR)/gnome/apps/Settings/Desktop
+GNOME_PANELDIR = $(GNOME_DATADIR)/apps/Settings/Desktop
GNOME_ICONDIR = $(GNOME_DATADIR)/pixmaps
GNOME_BINDIR = $(bindir)
HACK_CONF_DIR = @HACK_CONF_DIR@
GTK_ICONDIR = @GTK_ICONDIR@

View File

@ -26,6 +26,7 @@ bin/xscreensaver-hacks/compass
bin/xscreensaver-hacks/coral
bin/xscreensaver-hacks/critical
bin/xscreensaver-hacks/crystal
bin/xscreensaver-hacks/cubenetic
bin/xscreensaver-hacks/cynosure
bin/xscreensaver-hacks/dangerball
bin/xscreensaver-hacks/decayscreen
@ -44,6 +45,7 @@ bin/xscreensaver-hacks/flag
bin/xscreensaver-hacks/flame
bin/xscreensaver-hacks/flipscreen3d
bin/xscreensaver-hacks/flow
bin/xscreensaver-hacks/fluidballs
bin/xscreensaver-hacks/forest
bin/xscreensaver-hacks/galaxy
bin/xscreensaver-hacks/gears
@ -177,6 +179,7 @@ share/xscreensaver/config/coral.xml
share/xscreensaver/config/cosmos.xml
share/xscreensaver/config/critical.xml
share/xscreensaver/config/crystal.xml
share/xscreensaver/config/cubenetic.xml
share/xscreensaver/config/cynosure.xml
share/xscreensaver/config/dangerball.xml
share/xscreensaver/config/decayscreen.xml