Date: Tue, 17 Feb 2004 23:20:12 -0800 (PST) From: Travis Poppe <tlp@LiquidX.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62967: [New Port] net/apollon - A p2p filesharing client for KDE Message-ID: <200402180720.i1I7KCHA073074@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62967; it has been noted by GNATS. From: Travis Poppe <tlp@LiquidX.org> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/62967: [New Port] net/apollon - A p2p filesharing client for KDE Date: Wed, 18 Feb 2004 00:09:51 -0700 (MST) >Submitter-Id: current-users >Originator: Travis Poppe >Confidential: no >Synopsis: [FIX] Fixed a Makefile (dependancy) goof. >Severity: critical >Priority: high >Category: ports >Class: maintainer-update >Description: It never fails. :-/ It appears that the Makefile I included in the shar (which was included in the Description field) didn't include my final Makefile. The patch below changes giftd from a RUN_DEPEND to a BUILD_DEPEND (because we require it to build, duh..). I hope this is the last update I have to submit for this thread :-/ Sorry guys. >Fix: --- Makefile Tue Feb 17 23:59:47 2004 +++ Makefile.new Tue Feb 17 23:59:41 2004 @@ -15,9 +15,10 @@ MAINTAINER= tlp@liquidx.org COMMENT= Apollon is a KDE-based client for the p2p-protocol giFT +BUILD_DEPENDS= giftd:${PORTSDIR}/net/gift + # We make the plugins RUN_DEPENDS because they are not shared libraries -RUN_DEPENDS= giftd:${PORTSDIR}/net/gift \ - ${LOCALBASE}/lib/giFT/libFastTrack.so:${PORTSDIR}/net/gift-fasttrack \ +RUN_DEPENDS= ${LOCALBASE}/lib/giFT/libFastTrack.so:${PORTSDIR}/net/gift-fasttrack \ ${LOCALBASE}/lib/giFT/libGnutella.so:${PORTSDIR}/net/gift-gnutella \ ${LOCALBASE}/lib/giFT/libOpenFT.so:${PORTSDIR}/net/gift-openft
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402180720.i1I7KCHA073074>