From erik@smluc.org  Sat Aug 27 21:14:05 2005
Return-Path: <erik@smluc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E276716A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Aug 2005 21:14:04 +0000 (GMT)
	(envelope-from erik@smluc.org)
Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F90E43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Aug 2005 21:14:04 +0000 (GMT)
	(envelope-from erik@smluc.org)
Received: by phoenix.smluc.org (Postfix, from userid 1000)
	id 2B7D51CE66; Sat, 27 Aug 2005 16:18:22 -0500 (CDT)
Message-Id: <20050827211822.2B7D51CE66@phoenix.smluc.org>
Date: Sat, 27 Aug 2005 16:18:22 -0500 (CDT)
From: Erik Greenwald <erik@smluc.org>
Reply-To: Erik Greenwald <erik@smluc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erik@math.missouristate.edu
Subject: [Maintainer Update]  graphics/bugle  0.0.20041123 -> 0.0.20050512
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85362
>Category:       ports
>Synopsis:       [Maintainer Update]  graphics/bugle  0.0.20041123 -> 0.0.20050512
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 27 21:20:16 GMT 2005
>Closed-Date:    Tue Sep 13 16:04:58 GMT 2005
>Last-Modified:  Tue Sep 13 16:04:58 GMT 2005
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD fenris 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #3: Thu Aug 11 00:13:25 EDT 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:

freshmeat blurbs:
0.0.20050221
	This version is a major update. The code generator, state manager,
	and object tracker have all been rewritten and work a lot better.
	Substantial changes have been made to the call dispatcher to reduce
	overhead. Almost all of OpenGL 2.0 is now supported. It should also
	be slightly more portable, due to the use of ltdl to load modules.

0.0.20050512
	This is largely a bugfix version that fixes compilation problems in
	0.0.20050221. There is now support for several new extensions in
	gldb's state viewer, including GL_ARB_vertex_program,
	GL_ARB_fragment_program, and GL_ARB_texture_rectangle.

this supercedes the problematic ports/77899, so if that one could be closed, 
that'd be great.

tested on 5.4p6 and 7.0-20050821

>How-To-Repeat:
>Fix:

--- graphics-bugle.patch begins here ---
Index: graphics/bugle/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/bugle/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- graphics/bugle/Makefile	12 Apr 2005 03:25:36 -0000	1.11
+++ graphics/bugle/Makefile	27 Aug 2005 21:12:32 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bugle
-PORTVERSION=	0.0.20041123
+PORTVERSION=	0.0.20050512
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bugle
Index: graphics/bugle/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/bugle/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- graphics/bugle/distinfo	24 Nov 2004 09:59:05 -0000	1.7
+++ graphics/bugle/distinfo	27 Aug 2005 21:12:32 -0000
@@ -1,2 +1,2 @@
-MD5 (bugle-0.0.20041123.tar.gz) = 1ccd42bd0d028009e1f8b1136b364014
-SIZE (bugle-0.0.20041123.tar.gz) = 480500
+MD5 (bugle-0.0.20050512.tar.gz) = 1a9fce81316285c2b1d8d2908375cf3a
+SIZE (bugle-0.0.20050512.tar.gz) = 875329
Index: graphics/bugle/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/bugle/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- graphics/bugle/pkg-plist	24 Nov 2004 09:59:05 -0000	1.5
+++ graphics/bugle/pkg-plist	27 Aug 2005 21:12:32 -0000
@@ -28,4 +28,22 @@
 lib/libbugleutils.la
 lib/libbugleutils.so
 lib/libbugleutils.so.0
+share/libtool/libltdl/COPYING.LIB
+share/libtool/libltdl/README
+share/libtool/libltdl/acinclude.m4
+share/libtool/libltdl/aclocal.m4
+share/libtool/libltdl/Makefile.am
+share/libtool/libltdl/Makefile.in
+share/libtool/libltdl/configure.ac
+share/libtool/libltdl/configure
+share/libtool/libltdl/config-h.in
+share/libtool/libltdl/config.guess
+share/libtool/libltdl/config.sub
+share/libtool/libltdl/install-sh
+share/libtool/libltdl/missing
+share/libtool/libltdl/ltmain.sh
+share/libtool/libltdl/ltdl.c
+share/libtool/libltdl/ltdl.h
+@dirrm share/libtool/libltdl
+@dirrm share/libtool
 @dirrm lib/bugle
--- graphics-bugle.patch ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Wed Aug 31 13:07:34 GMT 2005 
State-Changed-Why:  
This installs it's own copy of libtool and libltdl into ${PREFIX}, 
overwriting libltdl and gnu-libtool ports... please fix it somehow. 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed Aug 31 13:07:34 GMT 2005 
Responsible-Changed-Why:  
Poke 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85362 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Tue Sep 13 16:04:52 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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