View | Details | Raw Unified | Return to bug 81401 | Differences between
and this patch

Collapse All | Expand All

(-)balance/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	balance
8
PORTNAME=	balance
9
PORTVERSION=	3.19
9
PORTVERSION=	3.22
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED} \
12
		http://www.inlab.de/
12
		http://www.inlab.de/
(-)balance/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (balance-3.19.tar.gz) = 7791586953fade0592d0cac215218167
1
MD5 (balance-3.22.tar.gz) = 4744586e662ce93bfe650ba81567da53
2
SIZE (balance-3.19.tar.gz) = 21351
2
SIZE (balance-3.22.tar.gz) = 21726
(-)balance/files/patch-Makefile (-6 / +6 lines)
Lines 1-11 Link Here
1
--- Makefile.orig	Wed Jun 16 08:50:09 2004
1
--- Makefile.orig	Fri Mar 11 22:45:07 2005
2
+++ Makefile	Wed Jun 16 08:50:44 2004
2
+++ Makefile	Mon May 23 16:01:41 2005
3
@@ -1,7 +1,7 @@
3
@@ -1,7 +1,7 @@
4
 # $Id: Makefile,v 1.13 2004/05/27 12:23:05 tommy Exp tommy $
4
 # $Id: Makefile,v 1.20 2005/03/11 19:44:05 tommy Exp tommy $
5
 
5
 
6
 #CFLAGS=-g -I.
6
 #CFLAGS=-g -I.
7
-CFLAGS=-O2 -Wall
7
-CFLAGS=-O2 -Wall
8
+CFLAGS+=-Wall
8
+CFLAGS=-Wall
9
 
9
 
10
 # uncomment for Solaris:
10
 # uncomment for Solaris:
11
 # LIBRARIES=-lsocket -lnsl
11
 # LIBRARIES=-lsocket -lnsl
Lines 15-20 Link Here
15
 
15
 
16
-CC=gcc
16
-CC=gcc
17
+CC?=gcc
17
+CC?=gcc
18
 RELEASE=3.19
18
 RELEASE=3.22
19
 
19
 
20
 balance:	balance.c butils.o balance.h
20
 all:		balance balance.pdf

Return to bug 81401