ports/62967: [New Port] net/apollon - A p2p filesharing client for KDE

Travis Poppe tlp at LiquidX.org
Wed Feb 18 07:20:12 UTC 2004


The following reply was made to PR ports/62967; it has been noted by GNATS.

From: Travis Poppe <tlp at LiquidX.org>
To: freebsd-gnats-submit at 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 at 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
 



More information about the freebsd-ports-bugs mailing list