Update to 3.0.22
This commit is contained in:
parent
a2c2b8327b
commit
42146dd409
@ -1,9 +1,9 @@
|
||||
# Makefile for "remind" port.
|
||||
|
||||
# $OpenBSD: Makefile,v 1.9 2000/06/16 01:33:52 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2000/07/20 05:27:20 kevlo Exp $
|
||||
|
||||
DISTNAME= remind-03.00.21
|
||||
PKGNAME= remind-3.0.21
|
||||
DISTNAME= remind-03.00.22
|
||||
PKGNAME= remind-3.0.22
|
||||
CATEGORIES= misc
|
||||
NEED_VERSION= 1.301
|
||||
MASTER_SITES = http://www.roaringpenguin.com/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (remind-03.00.21.tar.gz) = f70e2bca2b73dad27c52148017a8615b
|
||||
RMD160 (remind-03.00.21.tar.gz) = efceb73da7b3f83dd94df69e41b1ac7d3f51b01d
|
||||
SHA1 (remind-03.00.21.tar.gz) = bbd248f4c23139ee7f830f05a91283ba662f7550
|
||||
MD5 (remind-03.00.22.tar.gz) = 5655ad8209f8453443d0b95658cd82ca
|
||||
RMD160 (remind-03.00.22.tar.gz) = 12e834b44cc00bec731c9031e9a4b568d2376ad6
|
||||
SHA1 (remind-03.00.22.tar.gz) = 064aae86fdaa8d9355dd9c982d3ebf6175d70ab8
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- src/queue.c.orig Mon Apr 5 13:34:55 1999
|
||||
+++ src/queue.c Wed Feb 2 15:19:34 2000
|
||||
@@ -19,6 +19,11 @@
|
||||
#undef _POSIX_SOURCE
|
||||
#endif
|
||||
|
||||
+/* OpenBSD 2.6 needs this to get fd_set */
|
||||
+#ifdef __OpenBSD__
|
||||
+#undef _POSIX_SOURCE
|
||||
+#endif
|
||||
+
|
||||
/* We only want object code generated if we have queued reminders */
|
||||
#ifdef HAVE_QUEUED
|
||||
#include <stdio.h>
|
Loading…
Reference in New Issue
Block a user