1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.2.3: fixes compilation with gcc3.

Maintainer is unreachable.
This commit is contained in:
Christian Weisgerber 2002-10-17 11:20:48 +00:00
parent 0c46db4749
commit 3c886c27e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68201
3 changed files with 2 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= bbdate
PORTVERSION= 0.2.1
PORTVERSION= 0.2.3
CATEGORIES= x11-clocks
MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/

View File

@ -1 +1 @@
MD5 (bbdate-0.2.1.tar.gz) = c6912a52f534585fdc2996ab495b113b
MD5 (bbdate-0.2.3.tar.gz) = a7bc15a6502dda607ec54252c0ea1238

View File

@ -1,11 +0,0 @@
--- LinkedList.hh.orig Fri Sep 6 20:17:41 2002
+++ LinkedList.hh Fri Sep 6 20:17:47 2002
@@ -63,7 +63,7 @@
int elements;
__llist_node *_first, *_last;
- friend __llist_iterator;
+ friend class __llist_iterator;
protected: