ports/55242: Update port: games/adgali to 0.2.3

KATO Tsuguru tkato at prontomail.com
Mon Aug 4 15:20:32 UTC 2003


>Number:         55242
>Category:       ports
>Synopsis:       Update port: games/adgali to 0.2.3
>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:   Mon Aug 04 08:20:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.2.3

Remove file:
files/patch-src::core::agl_subr.c
files/patch-src::manage::agl_gramcode.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/adgali/Makefile games/adgali/Makefile
--- /usr/ports/games/adgali/Makefile	Wed Jul  2 00:27:00 2003
+++ games/adgali/Makefile	Sun Aug  3 21:58:37 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	adgali
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	games devel
 MASTER_SITES=	http://savannah.nongnu.org/download/adgali/
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,21 +15,18 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An open source game library useful for 2D games programmation
 
-LIB_DEPENDS=	SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
-		jpeg.9:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		freetype.9:${PORTSDIR}/print/freetype2
 
-SDL_CONFIG?=	${LOCALBASE}/bin/sdl11-config
-
+USE_SDL=	yes
 USE_GNOME=	gnometarget
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
-CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
-		CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 INSTALLS_SHLIB=	yes
 
diff -urN /usr/ports/games/adgali/distinfo games/adgali/distinfo
--- /usr/ports/games/adgali/distinfo	Wed Jul  2 00:27:00 2003
+++ games/adgali/distinfo	Sun Aug  3 22:01:33 2003
@@ -1 +1 @@
-MD5 (adgali-0.2.2.tar.gz) = 941207803fc4772c34889bf68fb77373
+MD5 (adgali-0.2.3.tar.gz) = 34e051864e5b7f1ed5c3bfd436f9bd48
diff -urN /usr/ports/games/adgali/files/patch-src::core::agl_subr.c games/adgali/files/patch-src::core::agl_subr.c
--- /usr/ports/games/adgali/files/patch-src::core::agl_subr.c	Tue Jul  1 22:33:27 2003
+++ games/adgali/files/patch-src::core::agl_subr.c	Thu Jan  1 09:00:00 1970
@@ -1,22 +0,0 @@
---- src/core/agl_subr.c.orig	Sun May  4 07:20:06 2003
-+++ src/core/agl_subr.c	Sat Jun 21 14:56:41 2003
-@@ -103,8 +103,7 @@
- 					type = NUMBER_TOKEN;
- 					break;
- 				default:
--					if isdigit
--						(c)
-+					if (isdigit(c))
- 					{
- 						type = INT_TOKEN;
- 						uval = c - '0';
-@@ -120,8 +119,7 @@
- 				}
- 				else
- 				{
--					if isdigit
--						(c)
-+					if (isdigit(c))
- 					{
- 						type = INT_TOKEN;
- 						uval = c - '0';
diff -urN /usr/ports/games/adgali/files/patch-src::manage::agl_gramcode.c games/adgali/files/patch-src::manage::agl_gramcode.c
--- /usr/ports/games/adgali/files/patch-src::manage::agl_gramcode.c	Tue Jul  1 22:33:27 2003
+++ games/adgali/files/patch-src::manage::agl_gramcode.c	Thu Jan  1 09:00:00 1970
@@ -1,22 +0,0 @@
---- src/manage/agl_gramcode.c.orig	Thu Apr 17 06:15:13 2003
-+++ src/manage/agl_gramcode.c	Sat Jun 21 14:55:49 2003
-@@ -465,8 +465,7 @@
- 					type = SKIP_TOKEN;
- 					break;
- 				default:
--					if isdigit
--						(c)
-+					if (isdigit(c))
- 					{
- 						type = INT_TOKEN;
- 						uval = c - '0';
-@@ -600,8 +599,7 @@
- 				}
- 				else
- 				{
--					if isdigit
--						(c)
-+					if (isdigit(c))
- 					{
- 						type = INT_TOKEN;
- 						uval = c - '0';
diff -urN /usr/ports/games/adgali/pkg-plist games/adgali/pkg-plist
--- /usr/ports/games/adgali/pkg-plist	Wed Jul  2 00:27:01 2003
+++ games/adgali/pkg-plist	Sun Aug  3 22:10:19 2003
@@ -1,5 +1,6 @@
 bin/adgali-config
 bin/agl_bfont
+bin/agl_imglist
 include/agl.h
 include/agl_endian.h
 include/agl_gui.h
@@ -10,31 +11,38 @@
 lib/libagl.so
 lib/libagl.so.0
 share/aclocal/adgali.m4
-%%PORTDOCS%%share/doc/adgali/adgali025.png
-%%PORTDOCS%%share/doc/adgali/adgali150.png
-%%PORTDOCS%%share/doc/adgali/agl_8h.html
-%%PORTDOCS%%share/doc/adgali/agl__ios_8h.html
-%%PORTDOCS%%share/doc/adgali/agl__video_8h.html
-%%PORTDOCS%%share/doc/adgali/annotated.html
-%%PORTDOCS%%share/doc/adgali/classes.html
-%%PORTDOCS%%share/doc/adgali/doxygen.css
-%%PORTDOCS%%share/doc/adgali/doxygen.png
-%%PORTDOCS%%share/doc/adgali/files.html
-%%PORTDOCS%%share/doc/adgali/functions.html
-%%PORTDOCS%%share/doc/adgali/globals.html
-%%PORTDOCS%%share/doc/adgali/graph_legend.dot
-%%PORTDOCS%%share/doc/adgali/graph_legend.gif
-%%PORTDOCS%%share/doc/adgali/graph_legend.html
-%%PORTDOCS%%share/doc/adgali/index.hhc
-%%PORTDOCS%%share/doc/adgali/index.hhk
-%%PORTDOCS%%share/doc/adgali/index.hhp
-%%PORTDOCS%%share/doc/adgali/index.html
-%%PORTDOCS%%share/doc/adgali/structagl__channel.html
-%%PORTDOCS%%share/doc/adgali/structagl__channel__coll__graph.gif
-%%PORTDOCS%%share/doc/adgali/structagl__ios.html
-%%PORTDOCS%%share/doc/adgali/structagl__pix.html
-%%PORTDOCS%%share/doc/adgali/structagl__pix__coll__graph.gif
-%%PORTDOCS%%share/doc/adgali/structagl__pos.html
-%%PORTDOCS%%share/doc/adgali/structagl__rect.html
-%%PORTDOCS%%share/doc/adgali/structagl__size.html
-%%PORTDOCS%%@dirrm share/doc/adgali
+%%PORTDOCS%%%%DOCSDIR%%/adgali025.png
+%%PORTDOCS%%%%DOCSDIR%%/adgali150.png
+%%PORTDOCS%%%%DOCSDIR%%/agl_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/agl_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/agl__ios_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/agl__video_8h-source.html
+%%PORTDOCS%%%%DOCSDIR%%/agl__video_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/annotated.html
+%%PORTDOCS%%%%DOCSDIR%%/classes.html
+%%PORTDOCS%%%%DOCSDIR%%/doxygen.css
+%%PORTDOCS%%%%DOCSDIR%%/doxygen.png
+%%PORTDOCS%%%%DOCSDIR%%/files.html
+%%PORTDOCS%%%%DOCSDIR%%/functions.html
+%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html
+%%PORTDOCS%%%%DOCSDIR%%/globals.html
+%%PORTDOCS%%%%DOCSDIR%%/globals_defs.html
+%%PORTDOCS%%%%DOCSDIR%%/globals_func.html
+%%PORTDOCS%%%%DOCSDIR%%/globals_type.html
+%%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot
+%%PORTDOCS%%%%DOCSDIR%%/graph_legend.gif
+%%PORTDOCS%%%%DOCSDIR%%/graph_legend.html
+%%PORTDOCS%%%%DOCSDIR%%/index.hhc
+%%PORTDOCS%%%%DOCSDIR%%/index.hhk
+%%PORTDOCS%%%%DOCSDIR%%/index.hhp
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/structagl__channel.html
+%%PORTDOCS%%%%DOCSDIR%%/structagl__channel__coll__graph.gif
+%%PORTDOCS%%%%DOCSDIR%%/structagl__ios.html
+%%PORTDOCS%%%%DOCSDIR%%/structagl__pix.html
+%%PORTDOCS%%%%DOCSDIR%%/structagl__pix__coll__graph.gif
+%%PORTDOCS%%%%DOCSDIR%%/structagl__pos.html
+%%PORTDOCS%%%%DOCSDIR%%/structagl__rect.html
+%%PORTDOCS%%%%DOCSDIR%%/structagl__size.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list