From 61c1b2d132bec4e27d583c561bdbdccd477294c5 Mon Sep 17 00:00:00 2001 From: angelos Date: Wed, 13 Jun 2001 23:22:36 +0000 Subject: [PATCH] pchar-1.4 --- net/pchar/Makefile | 6 +++--- net/pchar/files/md5 | 6 +++--- net/pchar/patches/patch-main_cc | 14 -------------- 3 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 net/pchar/patches/patch-main_cc diff --git a/net/pchar/Makefile b/net/pchar/Makefile index c933a638574..6fc72a6538c 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -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 diff --git a/net/pchar/files/md5 b/net/pchar/files/md5 index eb743de2cac..a68fc2a8670 100644 --- a/net/pchar/files/md5 +++ b/net/pchar/files/md5 @@ -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 diff --git a/net/pchar/patches/patch-main_cc b/net/pchar/patches/patch-main_cc deleted file mode 100644 index 2b4fc876d6e..00000000000 --- a/net/pchar/patches/patch-main_cc +++ /dev/null @@ -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))); - } - - //