svn commit: r457591 - head/graphics/mesa-dri
Jan Beich
jbeich at FreeBSD.org
Sat Dec 30 08:51:35 UTC 2017
Author: jbeich
Date: Sat Dec 30 08:51:33 2017
New Revision: 457591
URL: https://svnweb.freebsd.org/changeset/ports/457591
Log:
graphics/mesa-dri: unbreak on powerpc* + clang after r457430
python2.7 ./radv_entrypoints_gen.py \
--xml ../../../src/vulkan/registry/vk.xml --outdir .
Traceback (most recent call last):
File "./radv_entrypoints_gen.py", line 30, in <module>
from mako.template import Template
ImportError: No module named mako.template
PR: 221540
Reported by: Mark Millard (via ports@ list)
Approved by: portmgr blanket
Modified:
head/graphics/mesa-dri/Makefile (contents, props changed)
Modified: head/graphics/mesa-dri/Makefile
==============================================================================
--- head/graphics/mesa-dri/Makefile Sat Dec 30 08:15:36 2017 (r457590)
+++ head/graphics/mesa-dri/Makefile Sat Dec 30 08:51:33 2017 (r457591)
@@ -63,8 +63,11 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-src_gallium_drivers_
. endif
.endif
-.if ${VULKAN_DRIVERS:MINTEL}
+.if ${VULKAN_DRIVERS}
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR}
+.endif
+
+.if ${VULKAN_DRIVERS:MINTEL}
. if ${/usr/bin/ld:L:tA} != "/usr/bin/ld.lld"
# --build-id isn't supported by old GNU ld.bfd in base
USE_BINUTILS= yes
More information about the svn-ports-all
mailing list