Date: Tue, 2 Oct 2001 10:03:44 -0700 (PDT) From: Joseph Scott <joseph@randomnetworks.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30989: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 Message-ID: <200110021703.KAA74228@pebkac.owp.csus.edu>
next in thread | raw e-mail | index | archive | help
>Number: 30989 >Category: ports >Synopsis: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 3.5-STABLE i386 >Organization: >Environment: >Description: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 NOTE: I changed the name of the one patch file to more accurately reflect what was being patched. >How-To-Repeat: >Fix: diff -ruN balance.orig/Makefile balance/Makefile --- balance.orig/Makefile Tue Oct 2 09:50:29 2001 +++ balance/Makefile Tue Oct 2 09:51:28 2001 @@ -6,7 +6,7 @@ # PORTNAME= balance -PORTVERSION= 2.28 +PORTVERSION= 2.33 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= balance diff -ruN balance.orig/distinfo balance/distinfo --- balance.orig/distinfo Tue Oct 2 09:50:29 2001 +++ balance/distinfo Tue Oct 2 09:51:49 2001 @@ -1 +1 @@ -MD5 (balance-2.28.tar.gz) = 66df77083edd0d4700d11d76e2de076c +MD5 (balance-2.33.tar.gz) = b38da3e03218a9adb50356a00eda3b07 diff -ruN balance.orig/files/patch-Makefile balance/files/patch-Makefile --- balance.orig/files/patch-Makefile Wed Dec 31 16:00:00 1969 +++ balance/files/patch-Makefile Tue Oct 2 09:56:17 2001 @@ -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 -ruN balance.orig/files/patch-aa balance/files/patch-aa --- balance.orig/files/patch-aa Tue Oct 2 09:50:29 2001 +++ balance/files/patch-aa Wed Dec 31 16:00:00 1969 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110021703.KAA74228>