svn commit: r477722 - head/print/magicfilter
Mathieu Arnold
mat at FreeBSD.org
Wed Aug 22 07:00:39 UTC 2018
On Tue, Aug 21, 2018 at 04:17:37PM +0000, Tobias Kortkamp wrote:
> Author: tobik
> Date: Tue Aug 21 16:17:36 2018
> New Revision: 477722
> URL: https://svnweb.freebsd.org/changeset/ports/477722
>
> Log:
> print/magicfilter: Prevent ccache from being accidentally added as a run dependency
>
> PR: 218268
> Submitted by: Andreas Hollmann <andreas.hollmann at gmail.com>
>
> Modified:
> head/print/magicfilter/Makefile
>
> Modified: head/print/magicfilter/Makefile
> ==============================================================================
> --- head/print/magicfilter/Makefile Tue Aug 21 15:56:20 2018 (r477721)
> +++ head/print/magicfilter/Makefile Tue Aug 21 16:17:36 2018 (r477722)
> @@ -3,7 +3,7 @@
>
> PORTNAME= magicfilter
> PORTVERSION= 2.3.h
> -PORTREVISION= 8
> +PORTREVISION= 9
> CATEGORIES= print
> MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/magicfilter/
>
> @@ -22,7 +22,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
>
> .if exists(${LOCALBASE}/lib/libmagic.so)
> BUILD_DEPENDS+= ${LOCALBASE}/lib/libmagic.so:sysutils/file
> -RUN_DEPENDS+= ${BUILD_DEPENDS}
> +RUN_DEPENDS:= ${BUILD_DEPENDS}
> .endif
I do not know what happens before this, but it would probably be more
right to have:
RUN_DEPENDS+= ${LOCALBASE}/lib/libmagic.so:sysutils/file
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180822/ef1868dd/attachment.sig>
More information about the svn-ports-all
mailing list