svn commit: r420581 - head/graphics/zathura

John Marino freebsd.contact at marino.st
Fri Aug 26 14:34:49 UTC 2016


On 8/21/2016 14:45, Kurt Jaeger wrote:
> Author: pi
> Date: Sun Aug 21 19:45:30 2016
> New Revision: 420581
> URL: https://svnweb.freebsd.org/changeset/ports/420581
>
> Log:
>   graphics/zathura: fix -x option
>
>   - fix it by adding some additional LIB_DEPENDS and a CPP flag for SYNCTEX
>
>   PR:		211468
>   Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
>   Reported by:	freebsd at schukraft.org
>   Approved by:	quentin.stievenart at gmail.com (maintainer timeout)
>
> Modified:
>   head/graphics/zathura/Makefile
>
> Modified: head/graphics/zathura/Makefile
> ==============================================================================
> --- head/graphics/zathura/Makefile	Sun Aug 21 19:39:52 2016	(r420580)
> +++ head/graphics/zathura/Makefile	Sun Aug 21 19:45:30 2016	(r420581)
> @@ -13,15 +13,21 @@ LICENSE=	ZLIB
>  LICENSE_FILE=	${WRKSRC}/LICENSE
>
>  LIB_DEPENDS=	libcairo.so:graphics/cairo \
> -		libgirara-gtk3.so:x11-toolkits/girara
> +		libgirara-gtk3.so:x11-toolkits/girara \
> +		libmagic.so:sysutils/file \
> +		libsynctex.so:devel/tex-synctex
> +
>  BUILD_DEPENDS+=	rst2html:textproc/py-docutils
>
> -USE_GNOME=	glib20 gtk30
> +USE_GNOME=	glib20 gtk30 gdkpixbuf2
>  USES=		compiler:c11 gmake pkgconfig
>  MAKE_ENV=	SFLAGS="${STRIP}" \
>  		RSTTOMAN=${LOCALBASE}/bin/rst2man \
>  		ZLIB_INC= \
> -		ZLIB_LIB=-lz
> +		ZLIB_LIB=-lz \
> +		WITH_SYNCTEX=1
> +
> +CPPFLAGS+=	-DWITH_SYNCTEX
>
>  OPTIONS_DEFINE=	NLS SQLITE
>  OPTIONS_SUB=	yes
>

I see several library dependencies added unconditionally by this change. 
  How come the PORTREVISION wasn't bumped?  It seems to me that it 
should have been.  That affects the final package significantly.

John


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the svn-ports-all mailing list