From root@imhotep.yuckfou.org  Tue Sep 28 14:31:10 2004
Return-Path: <root@imhotep.yuckfou.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D8D8616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Sep 2004 14:31:10 +0000 (GMT)
Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DAA7243D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Sep 2004 14:31:07 +0000 (GMT)
	(envelope-from root@imhotep.yuckfou.org)
Received: from localhost (localhost [127.0.0.1])
	by imhotep.yuckfou.org (Postfix) with ESMTP id 4C04A2A4;
	Tue, 28 Sep 2004 16:31:57 +0200 (CEST)
Received: from imhotep.yuckfou.org ([127.0.0.1])
 by localhost (imhotep.yuckfou.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 84214-09; Tue, 28 Sep 2004 16:31:57 +0200 (CEST)
Received: by imhotep.yuckfou.org (Postfix, from userid 0)
	id 033DB2A6; Tue, 28 Sep 2004 16:31:57 +0200 (CEST)
Message-Id: <20040928143157.033DB2A6@imhotep.yuckfou.org>
Date: Tue, 28 Sep 2004 16:31:57 +0200 (CEST)
From: Nils Vogels <nivo@yuckfou.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: flz@xbsd.org
Subject: [PATCH] net/bnbt: update to 8.0b3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72147
>Category:       ports
>Synopsis:       [PATCH] net/bnbt: update to 8.0b3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 28 14:40:32 GMT 2004
>Closed-Date:    Wed Oct 27 21:16:31 GMT 2004
>Last-Modified:  Wed Oct 27 21:16:31 GMT 2004
>Originator:     Nils Vogels
>Release:        FreeBSD 4.9-RELEASE-p5 i386
>Organization:
Yuckfou Networks
>Environment:
System: FreeBSD imhotep.yuckfou.org 4.9-RELEASE-p5 FreeBSD 4.9-RELEASE-p5 #2: Wed May  5 02:00:46 CEST
>Description:
- Update to 8.0b3
- Added patch to makefile to correct mysql compile crash

Added file(s):
- files/patch-Makefile

Port maintainer (flz@xbsd.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- bnbt-8.0b3.patch begins here ---
diff -ruN --exclude=CVS /disk/2/ports/net/bnbt.orig/Makefile /disk/2/ports/net/bnbt/Makefile
--- /disk/2/ports/net/bnbt.orig/Makefile	Tue Sep 28 15:31:12 2004
+++ /disk/2/ports/net/bnbt/Makefile	Tue Sep 28 15:31:45 2004
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	bnbt
-PORTVERSION=	7.7b3
+PORTVERSION=	8.0b3
 CATEGORIES=	net
 MASTER_SITES=	http://bnbt.go-dedicated.com/
-DISTNAME=	bnbt77b-3
+DISTNAME=	bnbt80b-3
 
 MAINTAINER=	flz@xbsd.org
 COMMENT=	A C++ BitTorrent Tracker
diff -ruN --exclude=CVS /disk/2/ports/net/bnbt.orig/distinfo /disk/2/ports/net/bnbt/distinfo
--- /disk/2/ports/net/bnbt.orig/distinfo	Tue Sep 28 15:31:12 2004
+++ /disk/2/ports/net/bnbt/distinfo	Tue Sep 28 15:32:14 2004
@@ -1,2 +1,2 @@
-MD5 (bnbt77b-3.zip) = 294489bf1d33f6e5327e6295cb5fe8c3
-SIZE (bnbt77b-3.zip) = 1111145
+MD5 (bnbt80b-3.zip) = 261ddd02187f48faf39dfbb5017f8793
+SIZE (bnbt80b-3.zip) = 787956
diff -ruN --exclude=CVS /disk/2/ports/net/bnbt.orig/files/patch-Makefile /disk/2/ports/net/bnbt/files/patch-Makefile
--- /disk/2/ports/net/bnbt.orig/files/patch-Makefile	Thu Jan  1 01:00:00 1970
+++ /disk/2/ports/net/bnbt/files/patch-Makefile	Tue Sep 28 16:28:11 2004
@@ -0,0 +1,15 @@
+--- Makefile.orig	Thu Jul 29 19:58:02 2004
++++ Makefile	Tue Sep 28 16:10:17 2004
+@@ -17,6 +17,8 @@
+ 
+ ifeq ($(SYSTEM),FreeBSD)
+ DFLAGS += -D__FREEBSD__
++CFLAGS += -I/usr/local/include
++LFLAGS += -L/usr/local/lib/mysql
+ endif
+ 
+ ifeq ($(SYSTEM),SunOS)
+@@ -87,4 +89,4 @@
+ bnbt_mysql.mysql.o: bnbt.h bnbt_mysql.h util.h
+ tracker.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h config.h md5.h server.h sort.h tracker.h util.h
+ tracker_announce.mysql.o: bnbt.h bnbt_mysql.h atom.h bencode.h link.h tracker.h util.h
--- bnbt-8.0b3.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Florent Thoumie <flz@xbsd.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc: nivo@yuckfou.org
Subject: Re: ports/72147: [PATCH] net/bnbt: update to 8.0b3
Date: Thu, 30 Sep 2004 14:50:45 +0200

 	I haven't wrote a patch for bnbt 8.0 since it was released
 	without exhaustive testing.
 
 	Even if I haven't test your patch, I remember that a new MySQL
 	support was added and I don't see any dependancies on MySQL in
 	your patch.
 
 	Since this is Ports Freeze and committers will have a lot of
 	work in the following weeks, I propose to rewrite this patch
 	ASAP.
 
 -- 
 Florent Thoumie
 flz@xbsd.org
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Oct 27 21:16:20 GMT 2004 
State-Changed-Why:  
Replaced by ports/73139 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72147 
>Unformatted:
