- Update to 2.6.3.

PR:		ports/89051
Submitted by:	maintainer
This commit is contained in:
Florent Thoumie 2005-11-15 16:00:48 +00:00
parent 7dc30463db
commit c93b3a1431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148380
4 changed files with 5 additions and 36 deletions

View File

@ -6,11 +6,10 @@
#
PORTNAME= electricsheep
PORTVERSION= 2.6.2
PORTVERSION= 2.6.3
PORTEPOCH= 1
CATEGORIES= x11
MASTER_SITES= http://electricsheep.org/
DISTNAME= ${PORTNAME}-2.6.2
MAINTAINER= dyeske@yahoo.com
COMMENT= A nice distributed screensaver
@ -26,12 +25,10 @@ RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver
.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-2.6.2
USE_X_PREFIX= yes
USE_SDL= sdl
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:13
USE_LIBTOOL_VER=13
.if !defined(NOPORTDOCS)
MAN1= electricsheep.1

View File

@ -1,2 +1,3 @@
MD5 (electricsheep-2.6.2.tar.gz) = 8a9f914e1dbf03d750d5b279f01e6c46
SIZE (electricsheep-2.6.2.tar.gz) = 1498167
MD5 (electricsheep-2.6.3.tar.gz) = ef3eec7b07313928ff253562e1994820
SHA256 (electricsheep-2.6.3.tar.gz) = 771d42106a765942fd6fb6f63e4506a983f067896c8b6f5e8e447e2001dd2abd
SIZE (electricsheep-2.6.3.tar.gz) = 1438987

View File

@ -1,10 +0,0 @@
--- mpeg2dec/configure.orig Thu Jun 12 21:31:41 2003
+++ mpeg2dec/configure Thu Jun 12 21:32:01 2003
@@ -7842,6 +7842,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='${SHELL} /usr/local/bin/libtool'

View File

@ -1,19 +0,0 @@
--- electricsheep.c.orig Thu Jun 16 00:19:15 2005
+++ electricsheep.c Thu Jun 16 00:19:59 2005
@@ -1201,6 +1201,7 @@
time_t server_anims_timestamp = -1;
void update_server_anims() {
+ XML_Parser parser;
char pbuf[MAXBUF];
FILE *lf;
int done;
@@ -1216,7 +1217,7 @@
server_anims_timestamp = now;
}
- XML_Parser parser = XML_ParserCreate(NULL);
+ parser = XML_ParserCreate(NULL);
XML_SetElementHandler(parser, list_start_element, get_end_element);
XML_SetCharacterDataHandler(parser, character_handler);
in_message = 0;