- Update to 0.0.20061022

PR:		ports/104679
Submitted by:	Erik Greenwald (maintainer)
This commit is contained in:
Rong-En Fan 2006-11-01 08:37:08 +00:00
parent 3f0ccef745
commit e6e48343cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176018
3 changed files with 9 additions and 17 deletions

View file

@ -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

View file

@ -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

View file

@ -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>