update xphoon to newer version (from 2000, rather than 1991. :-)

adds support for the southern hemisphere.
This commit is contained in:
sthen 2011-11-28 11:16:29 +00:00
parent 9ea05cb806
commit ac25fc1cb7
4 changed files with 13 additions and 25 deletions

View File

@ -1,13 +1,11 @@
# $OpenBSD: Makefile,v 1.25 2010/10/24 20:58:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2011/11/28 11:16:29 sthen Exp $
COMMENT= set the root window to the moon in its current phase
DISTNAME= xphoon
PKGNAME= xphoon-91.9.18
DISTNAME= xphoon-20000613
CATEGORIES= astro x11
HOMEPAGE= http://xphoon.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xphoon/}
# BSD like
PERMIT_PACKAGE_CDROM= Cannot sell
@ -15,7 +13,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Cannot sell
PERMIT_DISTFILES_FTP= Yes
REVISION = 4
WANTLIB= X11 Xau Xdmcp Xext c m
CONFIGURE_STYLE= imake

View File

@ -1,5 +1,5 @@
MD5 (xphoon.tar.Z) = nYzOcZnNRFaSkp4egPcFjg==
RMD160 (xphoon.tar.Z) = kgsv5uqkepjW5uP47/gDTAx3ZO0=
SHA1 (xphoon.tar.Z) = HyZ6ab6LAMB9K86XYjuOuhAOrEI=
SHA256 (xphoon.tar.Z) = 9zR+VeqGS5gNWm9LiN6EDnYBWTY/QoAV8Nw9NDWG2kE=
SIZE (xphoon.tar.Z) = 95407
MD5 (xphoon-20000613.tar.gz) = JAgHLD2lMQ3lGi9d0EJ0JA==
RMD160 (xphoon-20000613.tar.gz) = ciu4jq4L5uty8SxZMmrO/nx5oLk=
SHA1 (xphoon-20000613.tar.gz) = PcuNw9ZRGLRukA7gfXRf7aX10sM=
SHA256 (xphoon-20000613.tar.gz) = hGF7TRF4npuJzzv0sJpZNZP902x2sQ1mkIYOZvlYx0c=
SIZE (xphoon-20000613.tar.gz) = 90463

View File

@ -1,16 +1,7 @@
--- xphoon.c.orig Wed Sep 18 21:57:37 1991
+++ xphoon.c Tue Dec 18 10:32:09 2007
@@ -32,7 +32,7 @@ static char rcsid[] =
/* Externals. */
extern char* malloc();
-extern long time();
+extern time_t time();
extern long random();
extern void getbits();
--- xphoon.c.orig Tue Jun 13 22:50:16 2000
+++ xphoon.c Tue Feb 15 21:13:26 2011
@@ -65,7 +65,7 @@ main( argc, argv )
int blackflag, demoflag;
int blackflag, demoflag, southflag;
int printpid;
char* display_name;
- long clock;

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.4 2004/08/03 11:32:04 espie Exp $
bin/xphoon
@comment $OpenBSD: PLIST,v 1.5 2011/11/28 11:16:30 sthen Exp $
@bin bin/xphoon
@man man/cat1/xphoon.0