ports/82673: Update port: games/adgali to 0.2.4

KATO Tsuguru tkato432 at yahoo.com
Sun Jun 26 17:10:19 UTC 2005


>Number:         82673
>Category:       ports
>Synopsis:       Update port: games/adgali to 0.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 26 17:10:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 0.2.4

Remove file:
files/patch-configure
files/patch-tools::agl_bfont.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/adgali/Makefile games/adgali/Makefile
--- /usr/ports/games/adgali/Makefile	Thu Jun  2 10:37:45 2005
+++ games/adgali/Makefile	Sun Jun 26 11:56:50 2005
@@ -7,11 +7,9 @@
 #
 
 PORTNAME=	adgali
-PORTVERSION=	0.2.3
-PORTREVISION=	2
+PORTVERSION=	0.2.4
 CATEGORIES=	games devel
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	http://adgali.apiou.org/download/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An open source game library useful for 2D games programmation
@@ -21,13 +19,15 @@
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		freetype.9:${PORTSDIR}/print/freetype2
 
+USE_BZIP2=	yes
 USE_SDL=	sdl
-USE_GNOME=	gnometarget
-USE_REINPLACE=	yes
+USE_XPM=	yes
 USE_GMAKE=	yes
-USE_LIBTOOL_VER=15
+USE_LIBTOOL_VER=	15
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	--enable-compile-optim=no
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.pre.mk>
@@ -35,10 +35,6 @@
 .if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
 BROKEN=		"Configure fails"
 .endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-O3 ||g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|-release $$(LT_RELEASE)||g' ${WRKSRC}/src/Makefile.in
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/games/adgali/distinfo games/adgali/distinfo
--- /usr/ports/games/adgali/distinfo	Thu Jan 29 20:25:02 2004
+++ games/adgali/distinfo	Sun Jun 26 10:46:45 2005
@@ -1,2 +1,2 @@
-MD5 (adgali-0.2.3.tar.gz) = 34e051864e5b7f1ed5c3bfd436f9bd48
-SIZE (adgali-0.2.3.tar.gz) = 571544
+MD5 (adgali-0.2.4.tar.bz2) = 4e4b3c7fdec424823883ae5d96943374
+SIZE (adgali-0.2.4.tar.bz2) = 710402
diff -urN /usr/ports/games/adgali/files/patch-configure games/adgali/files/patch-configure
--- /usr/ports/games/adgali/files/patch-configure	Tue Jul  1 22:33:27 2003
+++ games/adgali/files/patch-configure	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- configure.orig	Fri May 23 02:22:11 2003
-+++ configure	Sat Jun 21 15:20:22 2003
-@@ -7893,6 +7893,7 @@
- 
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
- 
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/games/adgali/files/patch-tools::agl_bfont.c games/adgali/files/patch-tools::agl_bfont.c
--- /usr/ports/games/adgali/files/patch-tools::agl_bfont.c	Tue Jul  1 22:33:27 2003
+++ games/adgali/files/patch-tools::agl_bfont.c	Thu Jan  1 09:00:00 1970
@@ -1,10 +0,0 @@
---- tools/agl_bfont.c.orig	Sun May 11 02:44:58 2003
-+++ tools/agl_bfont.c	Sat Jun 21 15:18:43 2003
-@@ -40,7 +40,6 @@
- #include <sys/types.h>
- #include <sys/time.h>
- #include <unistd.h>
--#include <getopt.h>
- #include <string.h>
- #include <ctype.h>
- #include "../config.h"
diff -urN /usr/ports/games/adgali/pkg-descr games/adgali/pkg-descr
--- /usr/ports/games/adgali/pkg-descr	Wed Jul  2 00:27:01 2003
+++ games/adgali/pkg-descr	Sun Jun 26 10:39:25 2005
@@ -6,4 +6,4 @@
 game GUI, sound events and music, generic AI engine, network management and
 video streaming. 
 
-WWW: http://www.nongnu.org/adgali/
+WWW: http://adgali.apiou.org/
diff -urN /usr/ports/games/adgali/pkg-plist games/adgali/pkg-plist
--- /usr/ports/games/adgali/pkg-plist	Thu Aug  7 21:18:41 2003
+++ games/adgali/pkg-plist	Sun Jun 26 11:43:58 2005
@@ -7,14 +7,17 @@
 include/agl_ios.h
 include/agl_object.h
 include/agl_video.h
-lib/libagl.a
-lib/libagl.so
-lib/libagl.so.0
+lib/libadgali-0.2.so
+lib/libadgali-0.2.so.0
+lib/libadgali.a
+lib/libadgali.so
 share/aclocal/adgali.m4
 %%PORTDOCS%%%%DOCSDIR%%/adgali025.png
 %%PORTDOCS%%%%DOCSDIR%%/adgali150.png
 %%PORTDOCS%%%%DOCSDIR%%/agl_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/agl_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/agl__gui_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/agl__gui_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h-source.html
 %%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/agl__video_8h-source.html
@@ -33,15 +36,23 @@
 %%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot
 %%PORTDOCS%%%%DOCSDIR%%/graph_legend.gif
 %%PORTDOCS%%%%DOCSDIR%%/graph_legend.html
+%%PORTDOCS%%%%DOCSDIR%%/group__ios.html
+%%PORTDOCS%%%%DOCSDIR%%/group__tools.html
+%%PORTDOCS%%%%DOCSDIR%%/group__video.html
 %%PORTDOCS%%%%DOCSDIR%%/index.hhc
 %%PORTDOCS%%%%DOCSDIR%%/index.hhk
 %%PORTDOCS%%%%DOCSDIR%%/index.hhp
 %%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/modules.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__channel.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.gif
+%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.map
+%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.md5
 %%PORTDOCS%%%%DOCSDIR%%/structagl__ios.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__pix.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.gif
+%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.map
+%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.md5
 %%PORTDOCS%%%%DOCSDIR%%/structagl__pos.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__rect.html
 %%PORTDOCS%%%%DOCSDIR%%/structagl__size.html
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list