From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 16 12:50:34 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CAF716A4CE for ; Wed, 16 Jun 2004 12:50:34 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7129E43D41 for ; Wed, 16 Jun 2004 12:50:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5GCoIOd031480 for ; Wed, 16 Jun 2004 12:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5GCoIm3031479; Wed, 16 Jun 2004 12:50:18 GMT (envelope-from gnats) Resent-Date: Wed, 16 Jun 2004 12:50:18 GMT Resent-Message-Id: <200406161250.i5GCoIm3031479@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD3316A4CE for ; Wed, 16 Jun 2004 12:42:28 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 19A3443D45 for ; Wed, 16 Jun 2004 12:42:28 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 17193 invoked by uid 1000); 16 Jun 2004 12:43:24 -0000 Message-Id: <20040616124324.17192.qmail@phoenix.smluc.org> Date: 16 Jun 2004 12:43:24 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/68006: [Maintainer Update] graphics/bugle 0.0.20040609 -> 0.0.20040614 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2004 12:50:34 -0000 >Number: 68006 >Category: ports >Synopsis: [Maintainer Update] graphics/bugle 0.0.20040609 -> 0.0.20040614 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 16 12:50:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu May 27 23:31:48 EDT 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: freshmeat blurb: A debugging utility, gldb, was added. This makes it easier to use the other features, and also allows for things like stopping on GL errors and looking at a backtrace.Some manual pages have been written. >How-To-Repeat: >Fix: --- graphics_bugle.diff begins here --- diff -Nurb graphics/bugle.orig/Makefile graphics/bugle/Makefile --- graphics/bugle.orig/Makefile Wed Jun 16 08:30:28 2004 +++ graphics/bugle/Makefile Wed Jun 16 08:38:30 2004 @@ -6,13 +6,16 @@ # PORTNAME= bugle -PORTVERSION= 0.0.20040609 +PORTVERSION= 0.0.20040614 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bugle MAINTAINER= erik@smluc.org COMMENT= A debugging library for OpenGL + +MAN1= gldb.1 +MAN3= bugle.3 USE_GCC= 3.3 USE_GL= yes diff -Nurb graphics/bugle.orig/distinfo graphics/bugle/distinfo --- graphics/bugle.orig/distinfo Wed Jun 16 08:30:28 2004 +++ graphics/bugle/distinfo Wed Jun 16 08:31:17 2004 @@ -1,2 +1,2 @@ -MD5 (bugle-0.0.20040609.tar.gz) = 59b071b6b5b106c229aa16896ca69c58 -SIZE (bugle-0.0.20040609.tar.gz) = 311287 +MD5 (bugle-0.0.20040614.tar.gz) = 87b0c1ca04665245e61b71fa559a4ecd +SIZE (bugle-0.0.20040614.tar.gz) = 331750 diff -Nurb graphics/bugle.orig/pkg-plist graphics/bugle/pkg-plist --- graphics/bugle.orig/pkg-plist Wed Jun 16 08:30:28 2004 +++ graphics/bugle/pkg-plist Wed Jun 16 08:31:17 2004 @@ -1,14 +1,16 @@ +bin/gldb +lib/bugle/capture.a +lib/bugle/capture.la +lib/bugle/capture.so lib/bugle/common.a lib/bugle/common.la lib/bugle/common.so -lib/bugle/common.so.0 lib/bugle/debugger.a lib/bugle/debugger.la lib/bugle/debugger.so lib/bugle/modify.a lib/bugle/modify.la lib/bugle/modify.so -lib/bugle/modify.so.0 lib/bugle/tracker.a lib/bugle/tracker.la lib/bugle/tracker.so @@ -19,4 +21,8 @@ lib/libbugle.la lib/libbugle.so lib/libbugle.so.0 +lib/libbugleutils.a +lib/libbugleutils.la +lib/libbugleutils.so +lib/libbugleutils.so.0 @dirrm lib/bugle --- graphics_bugle.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: