Date: Wed, 24 Jul 2019 22:41:41 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507303 - head/java/openjdk11 Message-ID: <201907242241.x6OMffgM023754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907242241.x6OMffgM023754>