ports/55068: Update port: x11-toolkits/sdl_gui

KATO Tsuguru tkato at prontomail.com
Wed Jul 30 15:30:40 UTC 2003


>Number:         55068
>Category:       ports
>Synopsis:       Update port: x11-toolkits/sdl_gui
>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:   Wed Jul 30 08:30:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Utilize USE_SDL
- Fix naming format of shared library

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-toolkits/sdl_gui/Makefile x11-toolkits/sdl_gui/Makefile
--- /usr/ports/x11-toolkits/sdl_gui/Makefile	Sat Apr 12 23:34:09 2003
+++ x11-toolkits/sdl_gui/Makefile	Wed Jul 30 23:45:35 2003
@@ -8,7 +8,7 @@
 
 PORTNAME=	sdl_gui
 PORTVERSION=	0.10.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://www.newimage.com/~rhk/SDL_gui/
 DISTNAME=	SDL_gui-${PORTVERSION}
@@ -16,15 +16,14 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Graphical User Interface library for SDL
 
-LIB_DEPENDS=	SDL-1.1:${PORTSDIR}/devel/sdl12 \
-		SDL_image:${PORTSDIR}/graphics/sdl_image \
-		SDL_ttf:${PORTSDIR}/graphics/sdl_ttf
+LIB_DEPENDS=	SDL_image.10:${PORTSDIR}/graphics/sdl_image \
+		SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf
 
-SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
+USE_SDL=	yes
 USE_REINPLACE=	yes
 USE_LIBTOOL=	yes
+LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
 INSTALLS_SHLIB=	yes
-CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}"
 
 post-configure:
 	${REINPLACE_CMD} -e "s/^CC=\"cc\"/CC=\"${CXX}\"/" ${WRKSRC}/libtool
diff -urN /usr/ports/x11-toolkits/sdl_gui/pkg-plist x11-toolkits/sdl_gui/pkg-plist
--- /usr/ports/x11-toolkits/sdl_gui/pkg-plist	Mon Sep 16 00:17:28 2002
+++ x11-toolkits/sdl_gui/pkg-plist	Wed Jul 30 23:39:27 2003
@@ -1,4 +1,4 @@
 include/SDL11/SDL_gui.h
-lib/libSDL_gui-0.10.3.so
 lib/libSDL_gui.a
 lib/libSDL_gui.so
+lib/libSDL_gui.so.0
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list