View | Details | Raw Unified | Return to bug 47561
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=	2.33
9
PORTVERSION=	3.6
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=  balance
12
MASTER_SITE_SUBDIR=  balance
(-)balance/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (balance-2.33.tar.gz) = b38da3e03218a9adb50356a00eda3b07
1
MD5 (balance-3.6.tar.gz) = d3b0729937eea2a76e02c46416bd48ec
(-)balance/files/patch-Makefile (-5 / +5 lines)
Lines 1-7 Link Here
1
--- Makefile.orig	Tue Oct  2 09:53:26 2001
1
--- Makefile.orig	Mon Jan 27 09:26:14 2003
2
+++ Makefile	Tue Oct  2 09:53:52 2001
2
+++ Makefile	Mon Jan 27 09:26:21 2003
3
@@ -1,12 +1,12 @@
3
@@ -1,12 +1,12 @@
4
 # $Id: Makefile,v 1.20 2001/09/15 22:30:46 tommy Exp $
4
 # $Id: Makefile,v 1.3 2002/10/11 20:01:12 tommy Exp tommy $
5
 
5
 
6
 #CFLAGS=-g -I.
6
 #CFLAGS=-g -I.
7
-CFLAGS=-O
7
-CFLAGS=-O
Lines 12-17 Link Here
12
 
12
 
13
-CC=gcc
13
-CC=gcc
14
+#CC=gcc
14
+#CC=gcc
15
 RELEASE=2.33
15
 RELEASE=3.6
16
 
16
 
17
 balance:	balance.c
17
 balance:	balance.c butils.o balance.h

Return to bug 47561