mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Upgrade to 3.33, and include the GLE library as a dependency. The extrusion
lib gives us one new screensaver, which is really a combination of several objects that get twisted and re-shaped. The update adds two new screensavers, and several improvements to existing ones. Also added is a memory limit parameter, and some more gnome integration. patch-ac is removed due to its being integrated into the source. The suggestion to add the GLE lib comes from the PR. I'm not sure that the cost::benefit justifies it, but the library is small so probably no harm done. PR: ports/27626 Submitted by: David Gilbert <dgilbert@velocet.ca>
This commit is contained in:
parent
724d554966
commit
0f84574ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43520
@ -6,19 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= xscreensaver
|
||||
PORTVERSION= 3.32
|
||||
PORTVERSION= 3.33
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.jwz.org/xscreensaver/
|
||||
|
||||
MAINTAINER= DougB@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
USE_MESA= yes
|
||||
WANT_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-pam --with-gl --with-xpm --without-gnome \
|
||||
--with-zippy=/usr/games/fortune
|
||||
--with-zippy=/usr/games/fortune --with-gle
|
||||
|
||||
MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \
|
||||
bsod.1 bubbles.1 critical.1 decayscreen.1 \
|
||||
@ -35,7 +37,8 @@ MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \
|
||||
xmatrix.1 xscreensaver-command.1 xscreensaver-demo.1 \
|
||||
xscreensaver-gl-helper.1 xscreensaver.1 xsublim.1 xteevee.1 \
|
||||
zoom.1 molecule.1 rotzoomer.1 bumps.1 xscreensaver-getimage.1 \
|
||||
xscreensaver-getimage-file.1 xscreensaver-getimage-video.1
|
||||
xscreensaver-getimage-file.1 xscreensaver-getimage-video.1 \
|
||||
speedmine.1 whirlygig.1
|
||||
|
||||
post-patch:
|
||||
@ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xscreensaver-3.32.tar.gz) = 1fd37e14f8459171a283d8782ec33b52
|
||||
MD5 (xscreensaver-3.33.tar.gz) = 2704ba03ed34adfc551a02a70f45837d
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- hacks/webcollage.orig Wed Nov 22 17:10:34 2000
|
||||
+++ hacks/webcollage Mon Feb 26 01:43:25 2001
|
||||
@@ -102,6 +102,11 @@
|
||||
if (!-r $wordlist) {
|
||||
$wordlist = "/usr/share/lib/dict/words"; # Irix
|
||||
}
|
||||
+
|
||||
+if (!-r $wordlist) {
|
||||
+ $wordlist = "/usr/share/dict/words"; # BSD
|
||||
+}
|
||||
+
|
||||
die "$wordlist doesn't exist!\n" unless (-r $wordlist);
|
||||
|
||||
|
@ -25,6 +25,7 @@ bin/discrete
|
||||
bin/distort
|
||||
bin/drift
|
||||
bin/epicycle
|
||||
bin/extrusion
|
||||
bin/fadeplot
|
||||
bin/flag
|
||||
bin/flame
|
||||
@ -89,6 +90,7 @@ bin/sierpinski3d
|
||||
bin/slidescreen
|
||||
bin/slip
|
||||
bin/sonar
|
||||
bin/speedmine
|
||||
bin/sphere
|
||||
bin/spiral
|
||||
bin/spotlight
|
||||
@ -109,6 +111,7 @@ bin/vines
|
||||
bin/wander
|
||||
bin/webcollage
|
||||
bin/whirlwindwarp
|
||||
bin/whirlygig
|
||||
bin/worm
|
||||
bin/xflame
|
||||
bin/xjack
|
||||
|
Loading…
Reference in New Issue
Block a user