aboutsummaryrefslogtreecommitdiffstats
path: root/net/echoping/files
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-09-11 14:55:03 +0800
committerpeter <peter@FreeBSD.org>1998-09-11 14:55:03 +0800
commit8447684bbaaf829d8ac52bda359b009465ad3e91 (patch)
tree4d3489ec5a737cdd26f18e0d929099499e7c3115 /net/echoping/files
parentfd055d0bd6f5aa3d7eff7a8b5c6a1a9705850e85 (diff)
downloadfreebsd-ports-gnome-8447684bbaaf829d8ac52bda359b009465ad3e91.tar.gz
freebsd-ports-gnome-8447684bbaaf829d8ac52bda359b009465ad3e91.tar.zst
freebsd-ports-gnome-8447684bbaaf829d8ac52bda359b009465ad3e91.zip
New version; 2.1beta -> 2.2.0
Nagged by: distfile checker (old master site had gone)
Diffstat (limited to 'net/echoping/files')
-rw-r--r--net/echoping/files/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/echoping/files/patch-aa b/net/echoping/files/patch-aa
index 6d6c0a5cc468..f487d18b9a6b 100644
--- a/net/echoping/files/patch-aa
+++ b/net/echoping/files/patch-aa
@@ -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)