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: ports/72147: [PATCH] net/bnbt: update to 8.0b3 Message-ID: <20040928143157.033DB2A6@imhotep.yuckfou.org> Resent-Message-ID: <200409281440.i8SEeWK5048323@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72147 >Category: ports >Synopsis: [PATCH] net/bnbt: update to 8.0b3 >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: Tue Sep 28 14:40:32 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040928143157.033DB2A6>