- add HOMEPAGE
- add license marker - regen patches while here
This commit is contained in:
parent
67372deb7f
commit
542c88010e
@ -1,17 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2007/11/13 12:44:22 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2007/12/18 09:37:16 ajacoutot Exp $
|
||||
|
||||
COMMENT= set the root window to the moon in its current phase
|
||||
DISTNAME= xphoon
|
||||
PKGNAME= xphoon-91.9.18p1
|
||||
PKGNAME= xphoon-91.9.18p2
|
||||
CATEGORIES= astro x11
|
||||
|
||||
HOMEPAGE= http://xphoon.sourceforge.net/
|
||||
MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
||||
# BSD like
|
||||
PERMIT_PACKAGE_CDROM= Cannot sell
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Cannot sell
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xau Xdmcp Xext c m
|
||||
|
||||
WANTLIB= X11 Xau Xdmcp Xext c m
|
||||
|
||||
CONFIGURE_STYLE= imake
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
--- ./Imakefile.org Wed Sep 18 12:57:31 1991
|
||||
+++ ./Imakefile Tue Feb 14 18:44:28 1995
|
||||
$OpenBSD: patch-Imakefile,v 1.2 2007/12/18 09:37:16 ajacoutot Exp $
|
||||
--- Imakefile.orig Wed Sep 18 21:57:31 1991
|
||||
+++ Imakefile Tue Dec 18 10:32:09 2007
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- dtime.c.orig Fri Sep 13 22:15:25 1991
|
||||
+++ dtime.c Thu Feb 26 11:02:35 1998
|
||||
@@ -26,13 +26,13 @@
|
||||
--- dtime.c.orig Sat Sep 14 07:15:25 1991
|
||||
+++ dtime.c Tue Dec 18 10:32:09 2007
|
||||
@@ -26,13 +26,13 @@ extern long timezone;
|
||||
#include <sys/timeb.h>
|
||||
#endif /*SYS5*/
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
(void) time( &clock );
|
||||
return dlocaltime( &clock );
|
||||
@@ -40,7 +40,7 @@
|
||||
@@ -40,7 +40,7 @@ dtwstime()
|
||||
|
||||
struct tws*
|
||||
dlocaltime( clock )
|
||||
@ -25,7 +25,7 @@
|
||||
{
|
||||
register struct tm* tm;
|
||||
#ifndef SYS5
|
||||
@@ -48,7 +48,7 @@
|
||||
@@ -48,7 +48,7 @@ dlocaltime( clock )
|
||||
#endif not SYS5
|
||||
static struct tws tw;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- xphoon.c.orig Wed Sep 18 12:57:37 1991
|
||||
+++ xphoon.c Thu Feb 26 11:06:34 1998
|
||||
@@ -32,7 +32,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();
|
||||
@ -9,7 +9,7 @@
|
||||
extern long random();
|
||||
|
||||
extern void getbits();
|
||||
@@ -65,7 +65,7 @@
|
||||
@@ -65,7 +65,7 @@ main( argc, argv )
|
||||
int blackflag, demoflag;
|
||||
int printpid;
|
||||
char* display_name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user