Thu Nov 10 09:59:53 2011 UTC ()
Missed part of the fix for 64bit time_t from 2011/01/18 12:28:25.
The maintainance program packet2ascii (actually, the ascii2packet part)
needed to be fixed, too.


(is)
diff -r1.16 -r1.17 pkgsrc/net/icsi-finger/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/net/icsi-finger/Makefile (expand / switch to unified diff)

--- pkgsrc/net/icsi-finger/Makefile 2011/02/11 17:16:03 1.16
+++ pkgsrc/net/icsi-finger/Makefile 2011/11/10 09:59:53 1.17
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.16 2011/02/11 17:16:03 is Exp $ 1# $NetBSD: Makefile,v 1.17 2011/11/10 09:59:53 is Exp $
2# 2#
3 3
4DISTNAME= icsi-finger-1.0.27 4DISTNAME= icsi-finger-1.0.27
5PKGREVISION= 4 5PKGREVISION= 5
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/ai/stolcke/software/ 7MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/ai/stolcke/software/
8EXTRACT_SUFX= .tar.Z 8EXTRACT_SUFX= .tar.Z
9 9
10MAINTAINER= is@NetBSD.org 10MAINTAINER= is@NetBSD.org
11COMMENT= Distributed finger service 11COMMENT= Distributed finger service
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15WRKSRC= ${WRKDIR}/finger 15WRKSRC= ${WRKDIR}/finger
16 16
17# the following only used as installation destinations! 17# the following only used as installation destinations!
18XMPLD= ${DESTDIR}${PREFIX}/share/examples/icsi-finger 18XMPLD= ${DESTDIR}${PREFIX}/share/examples/icsi-finger