summaryrefslogtreecommitdiff
path: root/graphics/bugle
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-01 08:37:08 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-01 08:37:08 +0000
commite6e48343cdd1919384665569f3a8dd028bad3265 (patch)
treeb719f833926141baf8f28544b1420cb5df1683ca /graphics/bugle
parent- Update to 0.11 (diff)
- Update to 0.0.20061022
PR: ports/104679 Submitted by: Erik Greenwald (maintainer)
Notes
Notes: svn path=/head/; revision=176018
Diffstat (limited to 'graphics/bugle')
-rw-r--r--graphics/bugle/Makefile10
-rw-r--r--graphics/bugle/distinfo6
-rw-r--r--graphics/bugle/files/patch-budgie_budgie.cpp10
3 files changed, 9 insertions, 17 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index d0d77f394d9a..9d8ff0c66a5e 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bugle
-PORTVERSION= 0.0.20060913
+PORTVERSION= 0.0.20061022
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -33,9 +33,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
MAN1= gldb.1
MAN3= bugle.3
MAN7= bugle-camera.7 bugle-checks.7 bugle-eps.7 bugle-error.7 \
- bugle-frontbuffer.7 bugle-log.7 bugle-screenshot.7 \
- bugle-showerror.7 bugle-showextensions.7 bugle-showstats.7 \
- bugle-stats.7 bugle-trace.7 bugle-unwindstack.7 bugle-wireframe.7
+ bugle-frontbuffer.7 bugle-log.7 bugle-logstats.7 \
+ bugle-screenshot.7 bugle-showerror.7 bugle-showextensions.7 \
+ bugle-showstats.7 bugle-stats_basic.7 bugle-stats_fragments.7 \
+ bugle-stats_nv.7 bugle-stats_primitives.7 bugle-trace.7 \
+ bugle-unwindstack.7 bugle-wireframe.7
OPTIONS= AVCODEC "Use lavc from multimedia/ffmpeg" off
OPTIONS+= GUI "Use gktglext" off
diff --git a/graphics/bugle/distinfo b/graphics/bugle/distinfo
index 3a52eb6e12f3..1a94b227bbaf 100644
--- a/graphics/bugle/distinfo
+++ b/graphics/bugle/distinfo
@@ -1,3 +1,3 @@
-MD5 (bugle-0.0.20060913.tar.gz) = 4abb2da8ab206adcb2cbdf6c04188da7
-SHA256 (bugle-0.0.20060913.tar.gz) = 1e01fedfcd8d4afd9f5f78be8f3e8736b5f6c387451675873de5a3cbe527d9b5
-SIZE (bugle-0.0.20060913.tar.gz) = 1349087
+MD5 (bugle-0.0.20061022.tar.gz) = f4ae9bf2a07dd37e2993ad165544c75e
+SHA256 (bugle-0.0.20061022.tar.gz) = b8fd4c9ae7f256d6673a96c51c24824ef3cadd0c0d469857df3761605606c959
+SIZE (bugle-0.0.20061022.tar.gz) = 1411939
diff --git a/graphics/bugle/files/patch-budgie_budgie.cpp b/graphics/bugle/files/patch-budgie_budgie.cpp
deleted file mode 100644
index 6bc3af7798fc..000000000000
--- a/graphics/bugle/files/patch-budgie_budgie.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>