aboutsummaryrefslogtreecommitdiffstats
path: root/net/balance/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-10-03 11:32:02 +0800
committervanilla <vanilla@FreeBSD.org>2001-10-03 11:32:02 +0800
commitfb2ae2d3c5f9366720e9ee9018758be96d27680f (patch)
tree6f02958eb5f336b2b7d377b2b991ebf18b7cc546 /net/balance/files
parent3fbc336c5b2aa78f1e7ee2ca23b67abb46a3f070 (diff)
downloadfreebsd-ports-gnome-fb2ae2d3c5f9366720e9ee9018758be96d27680f.tar.gz
freebsd-ports-gnome-fb2ae2d3c5f9366720e9ee9018758be96d27680f.tar.zst
freebsd-ports-gnome-fb2ae2d3c5f9366720e9ee9018758be96d27680f.zip
Upgrade to 2.33
PR: ports/30989 Submitted by: maintainer
Diffstat (limited to 'net/balance/files')
-rw-r--r--net/balance/files/patch-Makefile17
-rw-r--r--net/balance/files/patch-aa35
2 files changed, 17 insertions, 35 deletions
diff --git a/net/balance/files/patch-Makefile b/net/balance/files/patch-Makefile
new file mode 100644
index 000000000000..a0f395c3b74a
--- /dev/null
+++ b/net/balance/files/patch-Makefile
@@ -0,0 +1,17 @@
+--- Makefile.orig Tue Oct 2 09:53:26 2001
++++ Makefile Tue Oct 2 09:53:52 2001
+@@ -1,12 +1,12 @@
+ # $Id: Makefile,v 1.20 2001/09/15 22:30:46 tommy Exp $
+
+ #CFLAGS=-g -I.
+-CFLAGS=-O
++#CFLAGS=-O
+
+ # uncomment for Solaris:
+ # LIBRARIES=-lsocket -lnsl
+
+-CC=gcc
++#CC=gcc
+ RELEASE=2.33
+
+ balance: balance.c
diff --git a/net/balance/files/patch-aa b/net/balance/files/patch-aa
deleted file mode 100644
index b18a05f75065..000000000000
--- a/net/balance/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
---- ../balance-2.28.orig/Makefile Mon Jul 30 03:20:11 2001
-+++ Makefile Mon Jul 30 03:21:16 2001
-@@ -1,11 +1,11 @@
- # $Id: Makefile,v 1.12 2001/07/18 17:07:12 tommy Exp tommy $
-
--CFLAGS=-g -I.
-+#CFLAGS=-g -I.
-
- # uncomment for Solaris:
- # LIBRARIES=-lsocket -lnsl
-
--CC=gcc
-+#CC=gcc
- RELEASE=2.28
-
- balance: balance.c
---- ../balance-2.28.orig/balance.c Mon Jul 30 03:20:11 2001
-+++ balance.c Mon Jul 30 03:22:23 2001
-@@ -26,6 +26,7 @@
- // thanks to Anthony Baxter
- //
-
-+#include <sys/types.h>
- #include <stdio.h>
- #include <strings.h>
- #include <ctype.h>
-@@ -34,7 +35,7 @@
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <signal.h>
--#include <malloc.h>
-+#include <stdlib.h>
-
- #ifdef __FreeBSD__
- #define MYBSD 1