From e6c0c401ec20ad3c4061b2071ec05b83668bad29 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 14 Feb 2001 16:42:02 +0000 Subject: Update to 4.1.0. Major change: SSL support. --- net/echoping/Makefile | 6 ++++-- net/echoping/files/md5 | 4 ++-- net/echoping/files/patch-sum | 3 +-- net/echoping/patches/patch-aa | 25 ------------------------- 4 files changed, 7 insertions(+), 31 deletions(-) delete mode 100644 net/echoping/patches/patch-aa (limited to 'net/echoping') diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 67d8d15ba96..7fa42575872 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/14 16:42:02 wiz Exp $ # -DISTNAME= echoping-3.0.1 +DISTNAME= echoping-4.1.0 CATEGORIES= net MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ @@ -9,6 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://echoping.sourceforge.net/ GNU_CONFIGURE= YES +USE_SSL= YES CONFIGURE_ARGS+=--enable-icp +CONFIGURE_ARGS+=--with-ssl=${SSLBASE} .include "../../mk/bsd.pkg.mk" diff --git a/net/echoping/files/md5 b/net/echoping/files/md5 index d3190727f17..3a179b15be3 100644 --- a/net/echoping/files/md5 +++ b/net/echoping/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $ +$NetBSD: md5,v 1.2 2001/02/14 16:42:02 wiz Exp $ -MD5 (echoping-3.0.1.tar.gz) = ed3f6159c864381ed068387df90fc0de +MD5 (echoping-4.1.0.tar.gz) = c59a8b5c040832b19f785eeabf16a960 diff --git a/net/echoping/files/patch-sum b/net/echoping/files/patch-sum index 677642381e2..4946d015a5e 100644 --- a/net/echoping/files/patch-sum +++ b/net/echoping/files/patch-sum @@ -1,4 +1,3 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $ +$NetBSD: patch-sum,v 1.2 2001/02/14 16:42:02 wiz Exp $ -MD5 (patch-aa) = 556774dfa8498fe6d6e5c51b09103a48 MD5 (patch-ab) = 5a0de1a2b31d045b20503765ecbf80d2 diff --git a/net/echoping/patches/patch-aa b/net/echoping/patches/patch-aa deleted file mode 100644 index 7a9005b7640..00000000000 --- a/net/echoping/patches/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $ - ---- configure.orig Thu Jul 6 10:04:29 2000 -+++ configure -@@ -1956,6 +1956,8 @@ - echo "$ac_t""undefined, you should add it in your database" 1>&6 - fi - fi -+ -+if false; then - echo $ac_n "checking what is the name of the ICP port in your services database""... $ac_c" 1>&6 - echo "configure:1961: checking what is the name of the ICP port in your services database" >&5 - if grep icp /etc/services > /dev/null; then -@@ -1971,6 +1973,11 @@ - - echo "$ac_t""undefined, you should add it in your database" 1>&6 - fi -+fi; -+ cat >> confdefs.h <<\EOF -+#define ICP_UDP_PORT "3130" -+EOF -+ - - fi - -- cgit v1.2.3