From owner-freebsd-ports Sat Feb 10 13:10:19 2001 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 1057437B401 for ; Sat, 10 Feb 2001 13:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1ALA2180746; Sat, 10 Feb 2001 13:10:02 -0800 (PST) (envelope-from gnats) Date: Sat, 10 Feb 2001 13:10:02 -0800 (PST) Message-Id: <200102102110.f1ALA2180746@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/24976: gemdropx port is missing a dependency on kdelibs2 Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/24976; it has been noted by GNATS. From: Maxim Sobolev To: cmf@iabears.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/24976: gemdropx port is missing a dependency on kdelibs2 Date: Sat, 10 Feb 2001 23:06:22 +0200 (EET) > > >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. > Huh, I'm really surprised. In fact gemdropx doesn't require anything but SDL+SDL_mixer to work correctly. In your case, probably, SDL's configure script just accidentaly picked libartsc, which is not recorded as a dependency, because kdelibs2 is bulky, and compiled SDL driver for libartsc into libSDL. After that you deinstalled libartsc (you did not get a warning because libartsc was not recorded as dependency for SDL) thus making further linking with libSDL impossible. Therefore the real problem not with gemdropx but with sdl-devel. I'll look into what I can do about it. Thank you for reporting! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message