1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Remove expired port:

2020-01-15 graphics/bugle: no longer actively developed; use devel/apitrace instead
This commit is contained in:
Rene Ladan 2020-01-15 16:30:34 +00:00
parent 089a3cb1fb
commit 03ac825dd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523124
8 changed files with 1 additions and 242 deletions

1
MOVED
View File

@ -13751,3 +13751,4 @@ www/web2ldap||2020-01-13|Broken: unfechable and missing dependencies
net-mgmt/flow-extract||2020-01-14|Has expired: marked BROKEN for more than 6 months
textproc/pootle||2020-01-14|Has expired: Unamaintained, marked BROKEN for more than 5 months
cad/elmerfem|science/elmerfem|2020-01-15|Move to a proper category
graphics/bugle|devel/apitrace|2020-01-15|Has expired: no longer actively developed; use devel/apitrace instead

View File

@ -75,7 +75,6 @@
SUBDIR += box
SUBDIR += boxer
SUBDIR += bsd-plotutils
SUBDIR += bugle
SUBDIR += c-a-i-r
SUBDIR += cadubi
SUBDIR += caffe

View File

@ -1,57 +0,0 @@
# Created by: Erik Greenwald <erik@smluc.org>
# $FreeBSD$
PORTNAME= bugle
PORTVERSION= 0.0.20100508
PORTREVISION= 16
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Debugging library for OpenGL
LICENSE= GPLv2
DEPRECATED= no longer actively developed; use devel/apitrace instead
EXPIRATION_DATE= 2020-01-15
LIB_DEPENDS= libltdl.so:devel/libltdl
USES= gl libtool pathfix perl5
USE_GL= gl
USE_GCC= 7
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-ltdl-install=no
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= FFMPEG GTK2 READLINE THREADS DOCS
OPTIONS_DEFAULT= READLINE THREADS
FFMPEG_CONFIGURE_WITH= lavc
FFMPEG_LIB_DEPENDS= libavcodec.so.1:multimedia/ffmpeg
GTK2_LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
GTK2_USES= gnome
GTK2_USE= gnome=gtk20
GTK2_CONFIGURE_WITH= gtk gtkglext
READLINE_USES= readline
READLINE_CONFIGURE_WITH= readline
THREADS_CONFIGURE_ON= --with-threads=pthreads
THREADS_CONFIGURE_OFF= --with-threads=single
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFFMPEG}
BROKEN= Does not build with ffmpeg-2.7
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|=-lpthread|=-pthread|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/gengl/find_header.perl
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bugle-0.0.20100508.tar.gz) = b17402532bc078d7beceeb04cd011622423acc8ba841ea90be5e01e47bdf834c
SIZE (bugle-0.0.20100508.tar.gz) = 1920342

View File

@ -1,17 +0,0 @@
------------------------------------------------------------------------
r1215 | bmerry | 2015-06-27 03:12:35 +0900 (Sat, 27 Jun 2015) | 1 line
Fix compilation on GCC 5.1
https://sourceforge.net/p/bugle/tickets/114/
--- budgie/tulexer.ll.orig 2009-05-06 17:00:19 UTC
+++ budgie/tulexer.ll
@@ -150,6 +150,7 @@ rest of the record, find the length, the
"lngt: "{DIGIT}+ { yylnode->length = atoi(yytext + 6); }
"prec: "{DIGIT}+ { yylnode->prec = atoi(yytext + 6); }
+"int: "-?{DIGIT}+ { yylnode->low = atoi(yytext + 5); }
"low : "-?{DIGIT}+ { yylnode->low = atoi(yytext + 6); }
"high: "-?{DIGIT}+ { yylnode->high = atoi(yytext + 6); }

View File

@ -1,10 +0,0 @@
--- mvtu.sh~
+++ mvtu.sh
@@ -5,6 +5,7 @@ rm -f "$2"
for i in "$1.tu" "$1.t00.tu" "$1.001t.tu"
do
test -f "$i" && mv -f "$i" "$2"
+ test -f "${2%/*}/$i" && mv -f "${2%/*}/$i" "$2"
done
if ! test -f "$2"
then

View File

@ -1,4 +0,0 @@
BuGLe is a tool for OpenGL debugging, implemented as a wrapper
library that sits between your program and OpenGL.
WWW: http://bugle.sourceforge.net

View File

@ -1,151 +0,0 @@
bin/gldb
include/bugle/budgie/addresses.h
include/bugle/budgie/basictypes.h
include/bugle/budgie/call.h
include/bugle/budgie/macros.h
include/bugle/budgie/reflect.h
include/bugle/budgie/types.h
include/bugle/budgie/types2.h
include/bugle/bugle/apireflect.h
include/bugle/bugle/filters.h
include/bugle/bugle/gl/glbeginend.h
include/bugle/bugle/gl/gldisplaylist.h
include/bugle/bugle/gl/gldump.h
include/bugle/bugle/gl/glextensions.h
include/bugle/bugle/gl/glheaders.h
include/bugle/bugle/gl/globjects.h
include/bugle/bugle/gl/glsl.h
include/bugle/bugle/gl/glstate.h
include/bugle/bugle/gl/gltypes.h
include/bugle/bugle/gl/glutils.h
include/bugle/bugle/gl/overrides.h
include/bugle/bugle/glwin/glwin.h
include/bugle/bugle/glwin/glwintypes.h
include/bugle/bugle/glwin/trackcontext.h
include/bugle/bugle/glx/glxdump.h
include/bugle/bugle/glx/overrides.h
include/bugle/bugle/hashtable.h
include/bugle/bugle/input.h
include/bugle/bugle/linkedlist.h
include/bugle/bugle/log.h
include/bugle/bugle/misc.h
include/bugle/bugle/objects.h
include/bugle/bugle/porting.h
include/bugle/bugle/stats.h
lib/bugle/camera.a
lib/bugle/camera.so
lib/bugle/checks.a
lib/bugle/checks.so
lib/bugle/common.a
lib/bugle/common.so
lib/bugle/debugger.a
lib/bugle/debugger.so
lib/bugle/eps.a
lib/bugle/eps.so
lib/bugle/exe.a
lib/bugle/exe.so
lib/bugle/extoverride.a
lib/bugle/extoverride.so
lib/bugle/logstats.a
lib/bugle/logstats.so
lib/bugle/modify.a
lib/bugle/modify.so
lib/bugle/screenshot.a
lib/bugle/screenshot.so
lib/bugle/showextensions.a
lib/bugle/showextensions.so
lib/bugle/showstats.a
lib/bugle/showstats.so
lib/bugle/stats_basic.a
lib/bugle/stats_basic.so
lib/bugle/stats_calls.a
lib/bugle/stats_calls.so
lib/bugle/stats_calltimes.a
lib/bugle/stats_calltimes.so
lib/bugle/stats_fragments.a
lib/bugle/stats_fragments.so
lib/bugle/stats_nv.a
lib/bugle/stats_nv.so
lib/bugle/stats_primitives.a
lib/bugle/stats_primitives.so
lib/bugle/trace.a
lib/bugle/trace.so
lib/bugle/unwindstack.a
lib/bugle/unwindstack.so
lib/bugle/validate.a
lib/bugle/validate.so
lib/libbugle.a
lib/libbugle.so
lib/libbugle.so.8
lib/libbugle.so.8.0.0
lib/libbugleutils.a
lib/libbugleutils.so
lib/libbugleutils.so.7
lib/libbugleutils.so.7.0.0
libdata/pkgconfig/bugle.pc
man/man1/gldb.1.gz
man/man1/gldb-gui.1.gz
man/man3/bugle.3.gz
man/man5/bugle-statistics.5.gz
man/man7/bugle-camera.7.gz
man/man7/bugle-checks.7.gz
man/man7/bugle-eps.7.gz
man/man7/bugle-error.7.gz
man/man7/bugle-exe.7.gz
man/man7/bugle-extoverride.7.gz
man/man7/bugle-frontbuffer.7.gz
man/man7/bugle-log.7.gz
man/man7/bugle-logstats.7.gz
man/man7/bugle-screenshot.7.gz
man/man7/bugle-showerror.7.gz
man/man7/bugle-showextensions.7.gz
man/man7/bugle-showstats.7.gz
man/man7/bugle-stats_basic.7.gz
man/man7/bugle-stats_calls.7.gz
man/man7/bugle-stats_calltimes.7.gz
man/man7/bugle-stats_fragments.7.gz
man/man7/bugle-stats_nv.7.gz
man/man7/bugle-stats_primitives.7.gz
man/man7/bugle-trace.7.gz
man/man7/bugle-unwindstack.7.gz
man/man7/bugle-wireframe.7.gz
%%PORTDOCS%%%%DOCSDIR%%/html/bugle.3.html
%%PORTDOCS%%%%DOCSDIR%%/html/bugle.css
%%PORTDOCS%%%%DOCSDIR%%/html/camera.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/checks.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/eps.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/error.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/exe.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/extending.html
%%PORTDOCS%%%%DOCSDIR%%/html/extoverride.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/faq.html
%%PORTDOCS%%%%DOCSDIR%%/html/frontbuffer.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/gldb-gui.1.html
%%PORTDOCS%%%%DOCSDIR%%/html/gldb.1.html
%%PORTDOCS%%%%DOCSDIR%%/html/hacking.html
%%PORTDOCS%%%%DOCSDIR%%/html/images/gtk-copy.png
%%PORTDOCS%%%%DOCSDIR%%/html/images/gtk-zoom-100.png
%%PORTDOCS%%%%DOCSDIR%%/html/images/gtk-zoom-fit.png
%%PORTDOCS%%%%DOCSDIR%%/html/images/gtk-zoom-in.png
%%PORTDOCS%%%%DOCSDIR%%/html/images/gtk-zoom-out.png
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
%%PORTDOCS%%%%DOCSDIR%%/html/install.html
%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html
%%PORTDOCS%%%%DOCSDIR%%/html/log.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/logstats.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/protocol.html
%%PORTDOCS%%%%DOCSDIR%%/html/screenshot.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/showerror.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/showextensions.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/showstats.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/single.html
%%PORTDOCS%%%%DOCSDIR%%/html/statistics.5.html
%%PORTDOCS%%%%DOCSDIR%%/html/stats_basic.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/stats_calls.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/stats_calltimes.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/stats_fragments.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/stats_nv.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/stats_primitives.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/trace.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/unwindstack.7.html
%%PORTDOCS%%%%DOCSDIR%%/html/wireframe.7.html