From owner-freebsd-ports Thu Mar 28 13:50:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFB0737B44B for ; Thu, 28 Mar 2002 13:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2SLo1s03153; Thu, 28 Mar 2002 13:50:01 -0800 (PST) (envelope-from gnats) Received: from jade.elsasser.org (adsl-141-154-86-195.ba-dsg.net [141.154.86.195]) by hub.freebsd.org (Postfix) with ESMTP id 6A7E437B427 for ; Thu, 28 Mar 2002 13:41:50 -0800 (PST) Received: by jade.elsasser.org (Postfix, from userid 1000) id 40188297; Thu, 28 Mar 2002 16:42:52 -0500 (EST) Message-Id: <20020328214252.40188297@jade.elsasser.org> Date: Thu, 28 Mar 2002 16:42:52 -0500 (EST) From: Josh Elsasser To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36438: [PATCH] games/alephone needs to depend on graphics/sdl_image Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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