svn commit: r507303 - head/java/openjdk11

Greg Lewis glewis at FreeBSD.org
Wed Jul 24 22:41:41 UTC 2019


Author: glewis
Date: Wed Jul 24 22:41:40 2019
New Revision: 507303
URL: https://svnweb.freebsd.org/changeset/ports/507303

Log:
  * Add a dependency on xrandr, since the latest version uses Xrandr.h
  * Set NO_CCACHE to match configure being passed --disable-ccache
  
  Fixes the build in poudriere and for people trying to use ccache
  
  PR:		239387
  Submitted by:	Jonathan Chen <jonc at chen.org.nz>

Modified:
  head/java/openjdk11/Makefile

Modified: head/java/openjdk11/Makefile
==============================================================================
--- head/java/openjdk11/Makefile	Wed Jul 24 21:30:44 2019	(r507302)
+++ head/java/openjdk11/Makefile	Wed Jul 24 22:41:40 2019	(r507303)
@@ -25,11 +25,13 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libpng.so:graphics/png
 
 USES=		compiler:features gmake iconv jpeg pkgconfig
-USE_XORG=	x11 xext xi xrender xt xtst
+USE_XORG=	x11 xext xi xrandr xrender xt xtst
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	battleblow
 GH_PROJECT=	openjdk-jdk11u
+
+NO_CCACHE=	yes
 
 _MAKE_JOBS=	#
 MAKE_ENV=	LANG="C" \


More information about the svn-ports-all mailing list