Date: Thu, 28 Mar 2002 16:42:52 -0500 (EST) From: Josh Elsasser <jre@vineyard.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36438: [PATCH] games/alephone needs to depend on graphics/sdl_image Message-ID: <20020328214252.40188297@jade.elsasser.org>
next in thread | raw e-mail | index | archive | help
>Number: 36438 >Category: ports >Synopsis: [PATCH] games/alephone needs to depend on graphics/sdl_image >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 28 13:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Josh Elsasser >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD jade.nat 4.5-STABLE FreeBSD 4.5-STABLE #1: Fri Mar 8 13:48:37 EST 2002 joshe@jade.nat:/usr/obj/usr/src/sys/JADE i386 >Description: If graphics/sdl_image is not installed, alephone fails on startup with '/usr/libexec/ld-elf.so.1: Shared object "libSDL_image.so.10" not found' >How-To-Repeat: Uninstall graphics/sdl_image (if installed), and install and run games/alephone >Fix: diff -u -ruN alephone.bak/Makefile alephone/Makefile --- alephone.bak/Makefile Fri Feb 8 13:27:35 2002 +++ alephone/Makefile Thu Mar 28 16:29:20 2002 @@ -14,7 +14,8 @@ MAINTAINER= malyn@strangeGizmo.com -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12:install +LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12:install \ + SDL_image.10:${PORTSDIR}/graphics/sdl_image:install SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config >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?20020328214252.40188297>