Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Jan 2006 12:42:35 -0600 (CST)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.missouristate.edu
Subject:   ports/91179: [Maintainer Update] graphics/bugle 0.0.20050512 -> 0.0.20060101
Message-ID:  <20060101184235.8A4441CE44@phoenix.smluc.org>
Resent-Message-ID: <200601011850.k01Io3vj084974@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91179
>Category:       ports
>Synopsis:       [Maintainer Update]  graphics/bugle  0.0.20050512 -> 0.0.20060101
>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:   Sun Jan 01 18:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD fenris 6.0-STABLE FreeBSD 6.0-STABLE #2: Fri Nov 4 19:18:58 EST 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386

>Description:

freshmeat blurb:
	This release greatly improves the texture viewer in gldb-gui, as
	well as fixing a number of bugs. It also fixes a buggy shortcut that
	caused all kinds of havoc with ATI drivers. If previous releases have
	caused weird problems when using an ATI card (whether with gldb,
	gldb-gui, or a filter), this release will probably fix it.

additionally; the 'libltdl' issue was cleaned up a bit.

these two files can be deleted:
	files/patch-Makefile.in
	files/patch-configure

Thanks

>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.14
diff -u -r1.14 Makefile
--- graphics/bugle/Makefile	15 Nov 2005 06:49:23 -0000	1.14
+++ graphics/bugle/Makefile	1 Jan 2006 18:36:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bugle
-PORTVERSION=	0.0.20050512
+PORTVERSION=	0.0.20060101
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bugle
@@ -22,6 +22,7 @@
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS=	--enable-ltdl-install=no
 CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
 		LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
 INSTALLS_SHLIB=	yes
Index: graphics/bugle/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/bugle/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- graphics/bugle/distinfo	13 Sep 2005 16:04:44 -0000	1.8
+++ graphics/bugle/distinfo	1 Jan 2006 18:36:44 -0000
@@ -1,2 +1,3 @@
-MD5 (bugle-0.0.20050512.tar.gz) = 1a9fce81316285c2b1d8d2908375cf3a
-SIZE (bugle-0.0.20050512.tar.gz) = 875329
+MD5 (bugle-0.0.20060101.tar.gz) = 9f7472aad8c674be901aae454000ab8d
+SHA256 (bugle-0.0.20060101.tar.gz) = 02ac293b2017a412a5014f5ea7d6c2887f8ba1f2fa3e70f3d48739eea4104f1b
+SIZE (bugle-0.0.20060101.tar.gz) = 1077169
Index: graphics/bugle/files/patch-Makefile.in
===================================================================
RCS file: graphics/bugle/files/patch-Makefile.in
diff -N graphics/bugle/files/patch-Makefile.in
--- graphics/bugle/files/patch-Makefile.in	13 Sep 2005 16:04:44 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- Makefile.in.orig    Tue Sep 13 10:26:47 2005
-+++ Makefile.in Tue Sep 13 10:26:58 2005
-@@ -370,7 +370,7 @@
- subdirs = @subdirs@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = libltdl
-+SUBDIRS = #libltdl
- SYMBOLFLAGS = -export-symbol-regex '^(gl[A-Z]|budgie_|bugle_|gldb_)'
- # Misc extra files to include
- noinst_HEADERS = budgie/tree.def budgie/c-common.def
Index: graphics/bugle/files/patch-budgie_budgie.cpp
===================================================================
RCS file: graphics/bugle/files/patch-budgie_budgie.cpp
diff -N graphics/bugle/files/patch-budgie_budgie.cpp
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ graphics/bugle/files/patch-budgie_budgie.cpp	1 Jan 2006 18:36:44 -0000
@@ -0,0 +1,10 @@
+--- budgie/budgie.cpp.orig	Tue Sep 13 10:56:30 2005
++++ budgie/budgie.cpp	Tue Sep 13 10:56:36 2005
+@@ -25,7 +25,6 @@
+ #include "tree.h"
+ #include "treeutils.h"
+ #include "budgie.h"
+-#include "getopt.h"
+ #include <iostream>
+ #include <fstream>
+ #include <sstream>
Index: graphics/bugle/files/patch-configure
===================================================================
RCS file: graphics/bugle/files/patch-configure
diff -N graphics/bugle/files/patch-configure
--- graphics/bugle/files/patch-configure	13 Sep 2005 16:04:44 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- configure.orig	Tue Sep 13 10:52:24 2005
-+++ configure	Tue Sep 13 10:52:45 2005
-@@ -465,7 +465,7 @@
- # include <unistd.h>
- #endif"
- 
--ac_subdirs_all="$ac_subdirs_all libltdl"
-+ac_subdirs_all="$ac_subdirs_all"
- ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE LEX LEXLIB LEX_OUTPUT_ROOT YACC LN_S build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS a
 c_ct_F77 LIBTOOL subdirs LTDLINCL LIBLTDL PERL X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS READLINE_LIBS GL_LIBS GLINCLUDES LIBOBJS AVCODEC_LIBS HAVE_READLINE THREAD_LIBS LTLIBOBJS'
- ac_subst_files=''
- 
-@@ -20456,7 +20456,7 @@
- 
- 
- 
--subdirs="$subdirs libltdl"
-+subdirs="$subdirs"
- 
- 
- 
--- graphics_bugle.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?20060101184235.8A4441CE44>