Date: Thu, 31 Jul 2003 00:21:36 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55068: Update port: x11-toolkits/sdl_gui Message-ID: <20030731002136.48d9435b.tkato@prontomail.com> Resent-Message-ID: <200307301530.h6UFUM2n066259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030731002136.48d9435b.tkato>