svn commit: r372976 - head/graphics/libdmtx

Max Brazhnikov makc at freebsd.org
Fri Nov 21 11:07:56 UTC 2014


On Fri, 21 Nov 2014 06:49:30 +0000Fri Nov 21 06:49:29 2014 Johan van Selst wrote:
> Author: johans
> Date: Fri Nov 21 06:49:29 2014
> New Revision: 372976
> URL: https://svnweb.freebsd.org/changeset/ports/372976
> QAT: https://qat.redports.org/buildarchive/r372976/
> 
> Log:
>   Fix libdmtx build by relexing library name check

This commit reverts r372250
http://lists.freebsd.org/pipermail/svn-ports-all/2014-November/078033.html
and it's bogus according to r372250 commit message.

>   Submitted by:	Mikhail T. <mi at aldan.algebra.com>
> 
> Modified:
>   head/graphics/libdmtx/Makefile
> 
> Modified: head/graphics/libdmtx/Makefile
> ==============================================================================
> --- head/graphics/libdmtx/Makefile	Fri Nov 21 02:39:09 2014	(r372975)
> +++ head/graphics/libdmtx/Makefile	Fri Nov 21 06:49:29 2014	(r372976)
> @@ -10,7 +10,7 @@ MASTER_SITES=	SF
>  MAINTAINER=	johans at FreeBSD.org
>  COMMENT=	Library for reading and writing Data Matrix barcodes
>  
> -LIB_DEPENDS=	libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
> +LIB_DEPENDS=	libMagickWand-*.so:${PORTSDIR}/graphics/ImageMagick
>  
>  USES=		tar:bzip2 libtool
>  GNU_CONFIGURE=	yes
> 



More information about the svn-ports-head mailing list