From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 23 13:00:22 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B5F16A431 for ; Mon, 23 May 2005 13:00:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD8C43D48 for ; Mon, 23 May 2005 13:00:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4ND0LXP023553 for ; Mon, 23 May 2005 13:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4ND0L9f023552; Mon, 23 May 2005 13:00:21 GMT (envelope-from gnats) Resent-Date: Mon, 23 May 2005 13:00:21 GMT Resent-Message-Id: <200505231300.j4ND0L9f023552@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrej Zverev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1890816A41C for ; Mon, 23 May 2005 12:57:01 +0000 (GMT) (envelope-from az@waterwall.inec.ru) Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE2543D49 for ; Mon, 23 May 2005 12:57:00 +0000 (GMT) (envelope-from az@waterwall.inec.ru) Received: from waterwall.inec.ru (root@localhost) by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j4NCw2Qb080471 for ; Mon, 23 May 2005 16:58:02 +0400 (MSD) Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1]) by localhost (8.13.1/8.12.6) with ESMTP id j4NCw2SZ080466 for ; Mon, 23 May 2005 16:58:02 +0400 (MSD) Received: from localhost (localhost.inec.ru [127.0.0.1]) by localhost (Postfix) with SMTP id 204EA5A25C for ; Mon, 23 May 2005 16:58:02 +0400 (MSD) Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1]) by waterwall.inec.ru (Postfix) with ESMTP id AAP10A4291D35AF4D9 for ; Mon, 23 May 2005 16:58:02 +0400 (MSD) Received: (from root@localhost) by waterwall.inec.ru (8.13.1/8.12.6/Submit) id j4NCvKe8080362; Mon, 23 May 2005 16:57:20 +0400 (MSD) Message-Id: <200505231257.j4NCvKe8080362@waterwall.inec.ru> Date: Mon, 23 May 2005 16:57:20 +0400 (MSD) From: Andrej Zverev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/81401: [update] net/balance to 3.22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:00:22 -0000 >Number: 81401 >Category: ports >Synopsis: [update] net/balance to 3.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 23 13:00:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Thu Mar 31 12:08:50 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Changes: writelock and channelcount patch from Stoyan Genov balance exit codes fix from Chris Wilson /var/run/balance is tried to be autocreated (if not there) close of 0,1,2 on background operation If maintainer want, it's possible utilize pkg-plist and safe inodes :) >How-To-Repeat: >Fix: Use this patch Thank you --- balance-3.22.diff begins here --- diff -Nru balance.orig/Makefile balance/Makefile --- balance.orig/Makefile Tue Mar 1 19:19:55 2005 +++ balance/Makefile Mon May 23 15:57:39 2005 @@ -6,7 +6,7 @@ # PORTNAME= balance -PORTVERSION= 3.19 +PORTVERSION= 3.22 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ http://www.inlab.de/ diff -Nru balance.orig/distinfo balance/distinfo --- balance.orig/distinfo Tue Mar 1 19:19:55 2005 +++ balance/distinfo Mon May 23 15:57:45 2005 @@ -1,2 +1,2 @@ -MD5 (balance-3.19.tar.gz) = 7791586953fade0592d0cac215218167 -SIZE (balance-3.19.tar.gz) = 21351 +MD5 (balance-3.22.tar.gz) = 4744586e662ce93bfe650ba81567da53 +SIZE (balance-3.22.tar.gz) = 21726 diff -Nru balance.orig/files/patch-Makefile balance/files/patch-Makefile --- balance.orig/files/patch-Makefile Tue Mar 1 19:19:55 2005 +++ balance/files/patch-Makefile Mon May 23 16:01:59 2005 @@ -1,11 +1,11 @@ ---- Makefile.orig Wed Jun 16 08:50:09 2004 -+++ Makefile Wed Jun 16 08:50:44 2004 +--- Makefile.orig Fri Mar 11 22:45:07 2005 ++++ Makefile Mon May 23 16:01:41 2005 @@ -1,7 +1,7 @@ - # $Id: Makefile,v 1.13 2004/05/27 12:23:05 tommy Exp tommy $ + # $Id: Makefile,v 1.20 2005/03/11 19:44:05 tommy Exp tommy $ #CFLAGS=-g -I. -CFLAGS=-O2 -Wall -+CFLAGS+=-Wall ++CFLAGS=-Wall # uncomment for Solaris: # LIBRARIES=-lsocket -lnsl @@ -15,6 +15,6 @@ -CC=gcc +CC?=gcc - RELEASE=3.19 + RELEASE=3.22 - balance: balance.c butils.o balance.h + all: balance balance.pdf --- balance-3.22.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: