summaryrefslogtreecommitdiff
path: root/net-mgmt/sting/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /net-mgmt/sting/files
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'net-mgmt/sting/files')
-rw-r--r--net-mgmt/sting/files/patch-aa19
-rw-r--r--net-mgmt/sting/files/patch-ab11
-rw-r--r--net-mgmt/sting/files/patch-ac11
3 files changed, 0 insertions, 41 deletions
diff --git a/net-mgmt/sting/files/patch-aa b/net-mgmt/sting/files/patch-aa
deleted file mode 100644
index 97e617a7d8cd..000000000000
--- a/net-mgmt/sting/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig Thu Nov 4 11:00:22 1999
-+++ Makefile Sat Jul 1 16:27:33 2000
-@@ -37,12 +37,13 @@
- HDR = inet.h capture.h gmt2local.h distribtion.h
-
- LIBPCAP = ./libpcap-0.4
--CC = gcc
-+CC ?= gcc
-+CFLAGS ?= -O -pipe
- OBJS = version.o $(SRC:.c=.o)
- INCLS = -I. -I$(LIBPCAP)
- DEFS = -DRETSIGTYPE=void -DHAVE_SIGACTION=1
--CFLAGS = -Wall $(CCOPT) $(DEFS) $(INCLS)
--LIBS = -lm $(LIBPCAP)/libpcap.a
-+CFLAGS += -Wall $(DEFS) $(INCLS)
-+LIBS = -lm -lpcap
-
- all: sting
-
diff --git a/net-mgmt/sting/files/patch-ab b/net-mgmt/sting/files/patch-ab
deleted file mode 100644
index 11ec20827f7b..000000000000
--- a/net-mgmt/sting/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- gmt2local.c Fri Nov 5 06:00:22 1999
-+++ gmt2local.c.new Wed May 10 11:10:05 2000
-@@ -32,7 +32,7 @@
- #include <time.h>
- #endif
-
--#include "gnuc.h"
-+/* #include "gnuc.h" */
- #ifdef HAVE_OS_PROTO_H
- #include "os-proto.h"
- #endif
diff --git a/net-mgmt/sting/files/patch-ac b/net-mgmt/sting/files/patch-ac
deleted file mode 100644
index 346d2c9cb3ef..000000000000
--- a/net-mgmt/sting/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- setsignal.c Fri Nov 5 06:00:22 1999
-+++ setsignal.c.new Wed May 10 11:10:59 2000
-@@ -34,7 +34,7 @@
- #include <string.h>
- #endif
-
--#include "gnuc.h"
-+/* #include "gnuc.h" */
- #ifdef HAVE_OS_PROTO_H
- #include "os-proto.h"
- #endif