Upgrade to 5.13:
* Optionally enabled full-scene OpenGL antialiasing. Set the resource *multiSample to true if doing so doesn't kill performance with your video hardware. * New version of glhanoi. * Image-loading hacks that display the file name now also display the sub-directory (xscreensaver-getimage now returns relative paths under imageDirectory). * Passwords that contain UTF-8 non-Latin1 chars are now typeable. * Numerous minor stability fixes. For the port, remove patch incorporated by the author, and now-obsolete CONFIGURE_ENV
This commit is contained in:
parent
927eb69f5d
commit
792b8b103e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273119
2 changed files with 3 additions and 9 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xscreensaver
|
||||
PORTVERSION= 5.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.13
|
||||
CATEGORIES?= x11
|
||||
MASTER_SITES= http://www.jwz.org/xscreensaver/ \
|
||||
http://dougbarton.us/Downloads/
|
||||
|
@ -88,8 +87,6 @@ RUN_DEPENDS+= xsnow:${PORTSDIR}/x11/xsnow
|
|||
|
||||
.undef HAVE_GNOME
|
||||
|
||||
CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include/gnome-xml
|
||||
|
||||
MAN1= xscreensaver-command.1 xscreensaver-demo.1 \
|
||||
xscreensaver-getimage-file.1 xscreensaver-getimage-video.1 \
|
||||
xscreensaver-getimage.1 xscreensaver-text.1 xscreensaver.1
|
||||
|
@ -141,9 +138,6 @@ post-patch:
|
|||
-e 's#malloc.h#stdlib.h#g' \
|
||||
-e 's#/usr/X11R6#${LOCALBASE}#g' \
|
||||
${WRKSRC}/configure.Patched > ${WRKSRC}/configure
|
||||
@ ${CP} ${WRKSRC}/hacks/glx/tube.c ${WRKSRC}/hacks/glx/tube.c.Patched
|
||||
@ ${SED} -e '183s#.*# free(array);#' \
|
||||
${WRKSRC}/hacks/glx/tube.c.Patched > ${WRKSRC}/hacks/glx/tube.c
|
||||
.if defined(WITH_PAM)
|
||||
.for f in driver/passwd-pam.c driver/xscreensaver.man
|
||||
@ ${CP} ${WRKSRC}/${f} ${WRKSRC}/${f}.presed
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xscreensaver-5.12.tar.gz) = b11da52775c895e29c312a4472187afdecffc809ef691c7ae603475072efdbce
|
||||
SIZE (xscreensaver-5.12.tar.gz) = 5606851
|
||||
SHA256 (xscreensaver-5.13.tar.gz) = 0910a9f75697512b239d863cecd644bf8302c565b08f86b9273780757a173d55
|
||||
SIZE (xscreensaver-5.13.tar.gz) = 5923496
|
||||
|
|
Loading…
Reference in a new issue