Date: Fri, 10 Jan 2003 23:58:09 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46940: Update port: graphics/sdl_gfx Message-ID: <20030110235809.4159001b.tkato@prontomail.com>
next in thread | raw e-mail | index | archive | help
>Number: 46940 >Category: ports >Synopsis: Update port: graphics/sdl_gfx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 10 07:10:08 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - GNU_CONFIGURE -> USE_LIBTOOL >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/sdl_gfx/Makefile graphics/sdl_gfx/Makefile --- /usr/ports/graphics/sdl_gfx/Makefile Mon Nov 11 18:59:52 2002 +++ graphics/sdl_gfx/Makefile Tue Jan 7 22:22:08 2003 @@ -8,6 +8,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ DISTNAME= SDL_gfx-${PORTVERSION} @@ -17,9 +18,10 @@ LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" + USE_GMAKE= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" INSTALLS_SHLIB= yes .include <bsd.port.mk> diff -urN /usr/ports/graphics/sdl_gfx/pkg-plist graphics/sdl_gfx/pkg-plist --- /usr/ports/graphics/sdl_gfx/pkg-plist Fri Apr 26 02:05:12 2002 +++ graphics/sdl_gfx/pkg-plist Tue Jan 7 22:22:20 2003 @@ -4,6 +4,5 @@ include/SDL_imageFilter.h include/SDL_rotozoom.h lib/libSDL_gfx.a -lib/libSDL_gfx.la lib/libSDL_gfx.so lib/libSDL_gfx.so.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030110235809.4159001b.tkato>