Update to globe-20140814.

This commit is contained in:
kili 2019-05-06 09:50:45 +00:00
parent 1b5a918529
commit 219fb52c27
3 changed files with 5 additions and 25 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2013/10/11 23:49:42 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2019/05/06 09:50:45 kili Exp $
COMMENT= display the currently lighted face of Earth in ASCII
DISTNAME= globe_26mar1994
PKGNAME= globe-19940326
DISTNAME= globe_14Aug2014
PKGNAME= globe-20140814
CATEGORIES= geo
HOMEPAGE= http://www.acme.com/software/globe/

View File

@ -1,2 +1,2 @@
SHA256 (globe_26mar1994.tar.gz) = 4hyKFndRq42JwHjE5FD60PTveKMleT7H7pGMEZ1HVh0=
SIZE (globe_26mar1994.tar.gz) = 9819
SHA256 (globe_14Aug2014.tar.gz) = VQekyq8+Mxj9iVqx+O36WIfJ9kVHytcM/zJJNQyqbIY=
SIZE (globe_14Aug2014.tar.gz) = 9956

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-globe_c,v 1.1 2017/04/22 04:10:48 jsg Exp $
--- globe.c.orig Sat Apr 22 14:02:46 2017
+++ globe.c Sat Apr 22 14:03:42 2017
@@ -27,6 +27,7 @@
#include <sys/types.h>
#include <stdio.h>
+#include <stdlib.h>
#include <time.h>
@@ -733,7 +734,7 @@ static char* globes[NGLOBES][NLINES] =
int
-main( int argc, char* argv )
+main( int argc, char* argv[] )
{
time_t now;
int gnum, lnum;