pchar-1.4

This commit is contained in:
angelos 2001-06-13 23:22:36 +00:00
parent c21a8c6542
commit 61c1b2d132
3 changed files with 6 additions and 20 deletions

View File

@ -3,13 +3,13 @@
# Date created: Thu Dec 16, 1999
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.12 2001/05/06 05:00:20 lebel Exp $
# $OpenBSD: Makefile,v 1.13 2001/06/13 23:22:36 angelos Exp $
# $FreeBSD: ports/net/pchar/Makefile,v 1.1.1.1 1999/11/04 08:33:26 obrien Exp $
#
COMMENT= "Sandia Internet path characterization tool"
DISTNAME= pchar-1.3.2
DISTNAME= pchar-1.4
CATEGORIES= net
NEED_VERSION= 1.402
MASTER_SITES= http://www.employees.org/~bmah/Software/pchar/
@ -22,7 +22,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-ipv6
CONFIGURE_ARGS= --with-ipv6 --with-pcap
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin

View File

@ -1,3 +1,3 @@
MD5 (pchar-1.3.2.tar.gz) = 7edce7ee4a363cd3ae0657262bbbdbeb
RMD160 (pchar-1.3.2.tar.gz) = 876b28967cc322abd2bcc04101370394dfcf9677
SHA1 (pchar-1.3.2.tar.gz) = 852b095df51731e1192686e1dbf17902d198bca4
MD5 (pchar-1.4.tar.gz) = e7b41a8eaf7972e1b19c214189c9ccef
RMD160 (pchar-1.4.tar.gz) = 759d4e4285ada7df11744acab77941497764ad66
SHA1 (pchar-1.4.tar.gz) = ade7290a25e36a01888a2e17ef93b92baeb984db

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-main_cc,v 1.1 2001/04/13 17:09:18 angelos Exp $
--- main.cc.orig Tue Apr 3 15:41:35 2001
+++ main.cc Fri Apr 13 13:07:23 2001
@@ -1412,8 +1412,8 @@ endreps:
fprintf(stdout, " End of path not reached after %d hops\n", pathLength);
}
- fprintf(stdout, " Start time: %s", ctime(&(timeFirst.tv_sec)));
- fprintf(stdout, " End time: %s", ctime(&(timeLast.tv_sec)));
+ fprintf(stdout, " Start time: %s", ctime((const time_t *) &(timeFirst.tv_sec)));
+ fprintf(stdout, " End time: %s", ctime((const time_t *) &(timeLast.tv_sec)));
}
//