Date: Fri, 9 Feb 2001 13:54:44 -0800 (PST) From: cmf@iabears.org To: freebsd-gnats-submit@FreeBSD.org Subject: ports/24976: gemdropx port is missing a dependency on kdelibs2 Message-ID: <200102092154.f19Lsid24339@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 24976 >Category: ports >Synopsis: gemdropx port is missing a dependency on kdelibs2 >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: Fri Feb 09 14:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Carl Fongheiser >Release: 4.2-RELEASE >Organization: >Environment: FreeBSD kf0yn.ampr.org 4.2-RELEASE FreeBSD 4.2-RELEASE #1: Sat Feb 3 16:02:15 CST 2001 cmf@kf0yn.ampr.org:/usr/src/sys/compile/OSITOS i386 >Description: The gemdropx port uses libartsc, which is part of the kdelibs2 port. The Makefile fails to include a dependency on that library, so the build fails if kdelibs2 is not installed. >How-To-Repeat: (On a machine without kdelibs2): # cd /usr/ports/games/gemdropx # make >Fix: Apply the following patch: *** Makefile.save Fri Feb 9 15:39:46 2001 --- Makefile Fri Feb 9 15:41:15 2001 *************** *** 13,19 **** MAINTAINER= ports@FreeBSD.org ! LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config --- 13,20 ---- MAINTAINER= ports@FreeBSD.org ! LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ ! artsc.0:${PORTSDIR}/x11/kdelibs2 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?200102092154.f19Lsid24339>