Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 00:25:13 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Raphael Kubo da Costa <rakuco@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r404097 - head/audio/fdmf
Message-ID:  <5677FDB9.6040002@FreeBSD.org>
In-Reply-To: <201512211324.tBLDOO6f058799@repo.freebsd.org>
References:  <201512211324.tBLDOO6f058799@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22/12/2015 12:24 AM, Raphael Kubo da Costa wrote:
> Author: rakuco
> Date: Mon Dec 21 13:24:24 2015
> New Revision: 404097
> URL: https://svnweb.freebsd.org/changeset/ports/404097
> 
> Log:
>   Make graphics/plotutils a runtime dependency.
>   
>   This port does not link against libplot.so at all; it just invokes the
>   `spline' program at runtime.
> 
> Modified:
>   head/audio/fdmf/Makefile
> 
> Modified: head/audio/fdmf/Makefile
> ==============================================================================
> --- head/audio/fdmf/Makefile	Mon Dec 21 13:15:57 2015	(r404096)
> +++ head/audio/fdmf/Makefile	Mon Dec 21 13:24:24 2015	(r404097)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	fdmf
>  DISTVERSION=	0.0.9s
> -PORTREVISION=	8
> +PORTREVISION=	9
>  CATEGORIES=	audio
>  MASTER_SITES=	http://w140.com/audio/
>  
> @@ -14,12 +14,12 @@ LICENSE=	GPLv2
>  LICENSE_FILE=	${WRKSRC}/COPYING
>  
>  LIB_DEPENDS=	libgdbm.so:${PORTSDIR}/databases/gdbm \
> -		libplot.so:${PORTSDIR}/graphics/plotutils \
>  		libfftw3.so:${PORTSDIR}/math/fftw3
>  RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer \
>  		mpg123:${PORTSDIR}/audio/mpg123 \
>  		ogg123:${PORTSDIR}/audio/vorbis-tools \
> -		p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM
> +		p5-GDBM>=0:${PORTSDIR}/databases/p5-GDBM \
> +		spline:${PORTSDIR}/graphics/plotutils
>  
>  USES=		perl5 shebangfix
>  SHEBANG_FILES=	${SCRS}
> 

Is this good for MFH?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5677FDB9.6040002>