[csw-devel] SF.net SVN: gar:[12543] csw/mgar/pkg/balance/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jan 14 15:30:36 CET 2011
Revision: 12543
http://gar.svn.sourceforge.net/gar/?rev=12543&view=rev
Author: dmichelsen
Date: 2011-01-14 14:30:35 +0000 (Fri, 14 Jan 2011)
Log Message:
-----------
balance: Update to 3.54
Modified Paths:
--------------
csw/mgar/pkg/balance/trunk/Makefile
csw/mgar/pkg/balance/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/balance/trunk/files/0001-Use-Solaris-and-CSW-layout.patch
Removed Paths:
-------------
csw/mgar/pkg/balance/trunk/files/0001-Adjust-Makefile-for-Solaris.patch
Modified: csw/mgar/pkg/balance/trunk/Makefile
===================================================================
--- csw/mgar/pkg/balance/trunk/Makefile 2011-01-14 14:05:29 UTC (rev 12542)
+++ csw/mgar/pkg/balance/trunk/Makefile 2011-01-14 14:30:35 UTC (rev 12543)
@@ -1,5 +1,5 @@
NAME = balance
-VERSION = 3.52
+VERSION = 3.54
CATEGORIES = net
DESCRIPTION = A TCP proxy and load balancer
@@ -11,7 +11,7 @@
MASTER_SITES = http://www.inlab.de/
DISTFILES = $(NAME)-$(VERSION).tar.gz
-PATCHFILES = 0001-Adjust-Makefile-for-Solaris.patch
+PATCHFILES = 0001-Use-Solaris-and-CSW-layout.patch
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
Modified: csw/mgar/pkg/balance/trunk/checksums
===================================================================
--- csw/mgar/pkg/balance/trunk/checksums 2011-01-14 14:05:29 UTC (rev 12542)
+++ csw/mgar/pkg/balance/trunk/checksums 2011-01-14 14:30:35 UTC (rev 12543)
@@ -1,2 +1 @@
-0f6d56db33fa85a6627c6d1f724c0ec1 0001-Adjust-Makefile-for-Solaris.patch
-dd43b243290471536b7689382b7bb8d4 balance-3.52.tar.gz
+99854615cc58ceb2c5bbf29e35d18018 balance-3.54.tar.gz
Deleted: csw/mgar/pkg/balance/trunk/files/0001-Adjust-Makefile-for-Solaris.patch
===================================================================
--- csw/mgar/pkg/balance/trunk/files/0001-Adjust-Makefile-for-Solaris.patch 2011-01-14 14:05:29 UTC (rev 12542)
+++ csw/mgar/pkg/balance/trunk/files/0001-Adjust-Makefile-for-Solaris.patch 2011-01-14 14:30:35 UTC (rev 12543)
@@ -1,65 +0,0 @@
-From 93c7b9720fa37dc44df91ed7ea26ff5c91ac40cf Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Tue, 25 May 2010 16:02:44 +0200
-Subject: [PATCH] Adjust Makefile for Solaris
-
----
- Makefile | 21 ++++++++++++---------
- 1 files changed, 12 insertions(+), 9 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 05c4ca5..a1ba163 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,26 +1,27 @@
- # $Id: Makefile,v 1.9 2010/02/14 18:36:56 t Exp t $
-
- #CFLAGS=-g -I.
--CFLAGS=-O2 -Wall -Wstrict-prototypes -Wuninitialized
-+# CFLAGS=-O2 -Wall -Wstrict-prototypes -Wuninitialized
-
- # uncomment for any OS other than Cygwin
- BALANCE=balance
- ROOT=root
- INSTALL=install
--BINDIR=/usr/sbin
--MANDIR=${BINDIR}/../man/man1
-+# BINDIR=/usr/sbin
-+# MANDIR=${BINDIR}/../man/man1
-
- # uncomment for Solaris:
--# LIBRARIES=-lsocket -lnsl
--# INSTALL=/usr/ucb/install
--# BINDIR=/usr/local/libexec
-+LIBRARIES=-lsocket -lnsl
-+INSTALL=/usr/ucb/install
-+BINDIR=/opt/csw/sbin
-+MANDIR=/opt/csw/share/man/man1
-
- # uncomment for Cygwin:
- # LIBRARIES=-L/usr/local/lib -lcygipc
- # BALANCE=balance.exe
- # ROOT=Administrators
-
--CC=gcc
-+# CC=gcc
- RELEASE=3.52
-
- all: balance
-@@ -48,9 +49,11 @@ clean:
- rm -f $(BALANCE) *.o balance.ps balance.pdf
-
- install:
-- $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 $(BALANCE) \
-+ $(INSTALL) -d $(DESTDIR)$(BINDIR)
-+ $(INSTALL) -m 755 $(BALANCE) \
- $(DESTDIR)$(BINDIR)/$(BALANCE)
-- $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 balance.1 \
-+ $(INSTALL) -d $(DESTDIR)$(MANDIR)
-+ $(INSTALL) -m 755 balance.1 \
- $(DESTDIR)$(MANDIR)
- mkdir -p $(DESTDIR)/var/run/balance
- chmod 1777 $(DESTDIR)/var/run/balance
---
-1.7.1
-
Added: csw/mgar/pkg/balance/trunk/files/0001-Use-Solaris-and-CSW-layout.patch
===================================================================
--- csw/mgar/pkg/balance/trunk/files/0001-Use-Solaris-and-CSW-layout.patch (rev 0)
+++ csw/mgar/pkg/balance/trunk/files/0001-Use-Solaris-and-CSW-layout.patch 2011-01-14 14:30:35 UTC (rev 12543)
@@ -0,0 +1,66 @@
+From 9d63fa77ffd0512d2446741753c57133946fd112 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Fri, 14 Jan 2011 15:26:17 +0100
+Subject: [PATCH] Use Solaris and CSW layout
+
+---
+ Makefile | 23 +++++++++++++----------
+ 1 files changed, 13 insertions(+), 10 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 8cb0b1b..a2b1274 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,26 +1,27 @@
+ # $Id: Makefile,v 1.12 2010/12/03 12:49:15 t Exp $
+
+ #CFLAGS=-g -I.
+-CFLAGS=-O2 -Wall -Wstrict-prototypes -Wuninitialized
++# CFLAGS=-O2 -Wall -Wstrict-prototypes -Wuninitialized
+
+ # uncomment for any OS other than Cygwin
+ BALANCE=balance
+ ROOT=root
+-INSTALL=install
+-BINDIR=/usr/sbin
+-MANDIR=${BINDIR}/../man/man1
++# INSTALL=install
++# BINDIR=/usr/sbin
++# MANDIR=${BINDIR}/../man/man1
+
+ # uncomment for Solaris:
+-# LIBRARIES=-lsocket -lnsl
+-# INSTALL=/usr/ucb/install
+-# BINDIR=/usr/local/libexec
++LIBRARIES=-lsocket -lnsl
++INSTALL=/usr/ucb/install
++BINDIR=/opt/csw/sbin
++MANDIR=/opt/csw/share/man/man1
+
+ # uncomment for Cygwin:
+ # LIBRARIES=-L/usr/local/lib -lcygipc
+ # BALANCE=balance.exe
+ # ROOT=Administrators
+
+-CC=gcc
++# CC=gcc
+ RELEASE=3.54
+
+ all: balance
+@@ -48,9 +49,11 @@ clean:
+ rm -f $(BALANCE) *.o balance.ps balance.pdf
+
+ install:
+- $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 $(BALANCE) \
++ $(INSTALL) -d $(DESTDIR)$(BINDIR)
++ $(INSTALL) -m 755 $(BALANCE) \
+ $(DESTDIR)$(BINDIR)/$(BALANCE)
+- $(INSTALL) -o $(ROOT) -g $(ROOT) -m 755 balance.1 \
++ $(INSTALL) -d $(DESTDIR)$(MANDIR)
++ $(INSTALL) -m 755 balance.1 \
+ $(DESTDIR)$(MANDIR)
+ mkdir -p $(DESTDIR)/var/run/balance
+ chmod 1777 $(DESTDIR)/var/run/balance
+--
+1.7.3.2
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list