Update to 0.2.3; fixes compilation with gcc3; ok maintainer

This commit is contained in:
naddy 2002-10-17 11:19:50 +00:00
parent 66a1433342
commit 61f65bb490
3 changed files with 5 additions and 18 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.5 2001/11/13 22:13:25 espie Exp $
# $OpenBSD: Makefile,v 1.6 2002/10/17 11:19:50 naddy Exp $
COMMENT= "displays the date and resembles the toolbar"
DISTNAME= bbdate-0.2.1
DISTNAME= bbdate-0.2.3
CATEGORIES= x11
NEED_VERSION= 1.496
MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ \
http://openbsd.rutgers.edu/
HOMEPAGE= http://bbtools.thelinuxcommunity.org/available.phtml#bbdate

View File

@ -1,3 +1,3 @@
MD5 (bbdate-0.2.1.tar.gz) = c6912a52f534585fdc2996ab495b113b
RMD160 (bbdate-0.2.1.tar.gz) = a105a0904c1843008a78beb9c10e237da7becbf4
SHA1 (bbdate-0.2.1.tar.gz) = 91293f96fd3867c21a9bff591b77c5bffe2cc475
MD5 (bbdate-0.2.3.tar.gz) = a7bc15a6502dda607ec54252c0ea1238
RMD160 (bbdate-0.2.3.tar.gz) = 459ef23837d39fbb1c531b756027813240efe69c
SHA1 (bbdate-0.2.3.tar.gz) = 63f209ea3b6ec9f9118cf32f144d54d27570236d

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-LinkedList_hh,v 1.1 2002/10/08 13:47:08 naddy Exp $
--- LinkedList.hh.orig Tue Oct 8 15:29:28 2002
+++ LinkedList.hh Tue Oct 8 15:29:37 2002
@@ -63,7 +63,7 @@ private:
int elements;
__llist_node *_first, *_last;
- friend __llist_iterator;
+ friend class __llist_iterator;
protected: