svn commit: r499685 - head/java/openjdk8

Mathieu Arnold mat at FreeBSD.org
Tue Apr 23 07:46:38 UTC 2019


On Mon, Apr 22, 2019 at 08:52:52PM +0000, Greg Lewis wrote:
> Author: glewis
> Date: Mon Apr 22 20:52:52 2019
> New Revision: 499685
> URL: https://svnweb.freebsd.org/changeset/ports/499685
> 
> Log:
>   Always depend on fontconfig
>   
>   PR:		203862
>   Submitted by:	Dominik Lisiak <dominik.lisiak at bemsoft.pl>

You need to bump PORTREVISION when you change the runtime dependencies.

> Modified:
>   head/java/openjdk8/Makefile
> 
> Modified: head/java/openjdk8/Makefile
> ==============================================================================
> --- head/java/openjdk8/Makefile	Mon Apr 22 20:42:39 2019	(r499684)
> +++ head/java/openjdk8/Makefile	Mon Apr 22 20:52:52 2019	(r499685)
> @@ -18,7 +18,8 @@ BUILD_DEPENDS=	zip:archivers/zip \
>  		autoconf>0:devel/autoconf \
>  		${LOCALBASE}/include/cups/cups.h:print/cups \
>  		bash:shells/bash
> -LIB_DEPENDS=	libfreetype.so:print/freetype2 \
> +LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
> +		libfreetype.so:print/freetype2 \
>  		libinotify.so:devel/libinotify
>  RUN_DEPENDS=	javavm:java/javavmwrapper \
>  		dejavu>0:x11-fonts/dejavu
> @@ -105,8 +106,7 @@ X11_CONFIGURE_OFF=	--disable-headful
>  X11_CONFIGURE_ON=	--with-giflib=system \
>  			--x-includes=${LOCALBASE}/include \
>  			--x-libraries=${LOCALBASE}/lib
> -X11_LIB_DEPENDS=	libgif.so:graphics/giflib \
> -			libfontconfig.so:x11-fonts/fontconfig
> +X11_LIB_DEPENDS=	libgif.so:graphics/giflib
>  X11_MAKE_ENV_OFF=	BUILD_HEADLESS_ONLY=1 \
>  			MAKEFLAGS=X_CFLAGS="-I${LOCALBASE}/include"
>  X11_MAKE_ENV_ON=	MAKEFLAGS=""
> 
> 

-- 
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/20190423/13329033/attachment.sig>


More information about the svn-ports-all mailing list