ports/108612: [Maintainer-update]: devel/guichan version update to 0.6.1
Marcus von Appen
mva at sysfault.org
Wed Jan 31 18:00:47 UTC 2007
>Number: 108612
>Category: ports
>Synopsis: [Maintainer-update]: devel/guichan version update to 0.6.1
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 31 18:00:46 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Marcus von Appen
>Release: FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Nov 15 12:20:52 CET 2006 root at medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386
>Description:
guichan version update to 0.6.1.
This also removes glut support as it was not working
correctly in earlier versions.
PRs for both dependant ports, games/tmw and games/diameter will
follow soon.
>How-To-Repeat:
>Fix:
diff -Nur guichan/Makefile guichan.new/Makefile
--- guichan/Makefile Fri Sep 29 14:58:48 2006
+++ guichan.new/Makefile Fri Jan 26 13:34:45 2007
@@ -6,11 +6,10 @@
#
PORTNAME= guichan
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.1
CATEGORIES= devel games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= mva at sysfault.org
COMMENT= A small, efficient C++ GUI library designed for games
@@ -25,8 +24,7 @@
OPTIONS= SDL "Enable SDL support" On \
ALLEGRO "Enable Allegro support" Off \
- GL "Enable OpenGL support" On \
- GLUT "Enable Glut support" Off
+ GL "Enable OpenGL support" On
.include <bsd.port.pre.mk>
@@ -55,15 +53,6 @@
.else
CONFIGURE_ARGS+=--disable-opengl
PLIST_SUB+= GL="@comment "
-.endif
-
-.if defined(WITH_GLUT)
-CONFIGURE_ARGS+=--enable-glut
-LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut
-PLIST_SUB+= GLUT=""
-.else
-CONFIGURE_ARGS+=--disable-glut
-PLIST_SUB+= GLUT="@comment "
.endif
.include <bsd.port.post.mk>
diff -Nur guichan/distinfo guichan.new/distinfo
--- guichan/distinfo Fri Sep 29 14:58:48 2006
+++ guichan.new/distinfo Fri Jan 26 13:34:53 2007
@@ -1,3 +1,3 @@
-MD5 (guichan-0.5.0-src.tar.gz) = c9fcbcb360105247da06afc5c643e664
-SHA256 (guichan-0.5.0-src.tar.gz) = cdc44871704b3954d9a16d75c81e2f23aa4ee32e745138aa3edcbd104fdf0bff
-SIZE (guichan-0.5.0-src.tar.gz) = 1492575
+MD5 (guichan-0.6.1.tar.gz) = 830145f71ad4ce4c91e09808fec68c8a
+SHA256 (guichan-0.6.1.tar.gz) = ea4151d0f4e24baee918ec29ecc458aefe465e9caf94ce0d1f230c3c0f26ef98
+SIZE (guichan-0.6.1.tar.gz) = 488857
diff -Nur guichan/pkg-plist guichan.new/pkg-plist
--- guichan/pkg-plist Fri Sep 29 14:58:48 2006
+++ guichan.new/pkg-plist Fri Jan 26 13:42:54 2007
@@ -1,10 +1,13 @@
include/guichan.hpp
+include/guichan/actionevent.hpp
include/guichan/actionlistener.hpp
include/guichan/allegro.hpp
include/guichan/basiccontainer.hpp
include/guichan/cliprectangle.hpp
include/guichan/color.hpp
+include/guichan/deathlistener.hpp
include/guichan/defaultfont.hpp
+include/guichan/event.hpp
include/guichan/exception.hpp
include/guichan/focushandler.hpp
include/guichan/font.hpp
@@ -15,10 +18,13 @@
include/guichan/imagefont.hpp
include/guichan/imageloader.hpp
include/guichan/input.hpp
+include/guichan/inputevent.hpp
include/guichan/key.hpp
+include/guichan/keyevent.hpp
include/guichan/keyinput.hpp
include/guichan/keylistener.hpp
include/guichan/listmodel.hpp
+include/guichan/mouseevent.hpp
include/guichan/mouseinput.hpp
include/guichan/mouselistener.hpp
include/guichan/opengl.hpp
@@ -44,7 +50,6 @@
%%ALLEGRO%%include/guichan/allegro/allegroimage.hpp
%%ALLEGRO%%include/guichan/allegro/allegroimageloader.hpp
%%ALLEGRO%%include/guichan/allegro/allegroinput.hpp
-%%GLUT%%include/guichan/glut/glutinput.hpp
%%GL%%include/guichan/opengl/openglgraphics.hpp
%%GL%%include/guichan/opengl/openglimage.hpp
%%GL%%include/guichan/opengl/openglsdlimageloader.hpp
@@ -61,10 +66,6 @@
%%ALLEGRO%%lib/libguichan_allegro.la
%%ALLEGRO%%lib/libguichan_allegro.so
%%ALLEGRO%%lib/libguichan_allegro.so.0
-%%GLUT%%lib/libguichan_glut.a
-%%GLUT%%lib/libguichan_glut.la
-%%GLUT%%lib/libguichan_glut.so
-%%GLUT%%lib/libguichan_glut.so.0
%%GL%%lib/libguichan_opengl.a
%%GL%%lib/libguichan_opengl.la
%%GL%%lib/libguichan_opengl.so
@@ -74,7 +75,6 @@
%%SDL%%lib/libguichan_sdl.so
%%SDL%%lib/libguichan_sdl.so.0
%%ALLEGRO%%@dirrm include/guichan/allegro
-%%GLUT%%@dirrm include/guichan/glut
%%GL%%@dirrm include/guichan/opengl
%%SDL%%@dirrm include/guichan/sdl
@dirrm include/guichan/widgets
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list