1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

New version; 2.1beta -> 2.2.0

Nagged by: distfile checker (old master site had gone)
This commit is contained in:
Peter Wemm 1998-09-11 06:55:03 +00:00
parent 77e7852410
commit 46d59c13fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13086
3 changed files with 13 additions and 14 deletions

View File

@ -1,15 +1,14 @@
# New ports collection makefile for: echoping
# Version required: 2.1-BETA
# Version required: 2.2.0
# Date created: 13 April 1997
# Whom: peter
#
# $Id: Makefile,v 1.1.1.1 1997/04/12 17:17:31 peter Exp $
# $Id: Makefile,v 1.2 1998/06/22 11:56:39 peter Exp $
#
DISTNAME= echoping-2.1-BETA
PKGNAME= echoping-2.1b
DISTNAME= echoping-2.2.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.pasteur.fr/pub/computing/unix/network/echoping/
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
MAINTAINER= peter@FreeBSD.ORG

View File

@ -1 +1 @@
MD5 (echoping-2.1-BETA.tar.gz) = 6d0355ba05c4ba9d8f730f0fd2748a6e
MD5 (echoping-2.2.0.tar.gz) = 0e72fbcbd69bbd914c036ebdd54492a0

View File

@ -1,5 +1,5 @@
--- Makefile.dist Thu Dec 19 21:58:15 1996
+++ Makefile Sun Apr 13 00:54:03 1997
--- Makefile.orig Mon Aug 31 22:57:28 1998
+++ Makefile Fri Sep 11 14:14:35 1998
@@ -1,5 +1,5 @@
# Choose your C compiler
-CC = gcc
@ -7,16 +7,16 @@
#CC = cc
# Possible options:
@@ -7,12 +7,12 @@
# TTCP : supports the T/TCP protocol (few systems support it)
@@ -9,12 +9,12 @@
# ICP : supports the ICP protocol (Web proxy/caches). Requires HTTP.
# USE_SIGACTION: uses sigaction instead of signal. Necessary on pure BSD
# machines because we need to change the semantic of signals.
-OPTIONS = -DHTTP -DUSE_SIGACTION
+OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP
-OPTIONS = -DHTTP -DUSE_SIGACTION
+OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP
# Flags for gcc
-CFLAGS = -c -O3 $(OPTIONS) -Wall
+#CFLAGS = -c -O3 $(OPTIONS) -Wall
-CFLAGS = -c -O3 $(OPTIONS) -Wall
+#CFLAGS = -c -O3 $(OPTIONS) -Wall
# Flags for cc
-#CFLAGS = -c -O $(OPTIONS)
+CFLAGS = -c -O $(OPTIONS)