Date: Mon, 4 Jun 2018 23:18:21 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471731 - head/devel/directfb Message-ID: <201806042318.w54NILYW045291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Jun 4 23:18:21 2018 New Revision: 471731 URL: https://svnweb.freebsd.org/changeset/ports/471731 Log: Mark broken on powerpc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/devel/directfb/Makefile Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Mon Jun 4 23:11:39 2018 (r471730) +++ head/devel/directfb/Makefile Mon Jun 4 23:18:21 2018 (r471731) @@ -12,6 +12,11 @@ COMMENT= Graphic development lightweight API LICENSE= LGPL21 +BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory +BROKEN_armv6= fails to compile: invokes x86 assembler +BROKEN_armv7= fails to compile: invokes x86 assembler +BROKEN_powerpc64= fails to install: include/directfb/direct/ppc_asm.h:No such file or directory + LIB_DEPENDS= libpng.so:graphics/png OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS @@ -27,10 +32,6 @@ USES= cpe gmake jpeg libtool ncurses pathfix perl5 pk USE_LDCONFIG= yes USE_PERL5= build PORTDOCS= * - -BROKEN_aarch64= fails to install: armasm_memcpy.h:No such file or directory -BROKEN_armv6= fails to compile: invokes x86 assembler -BROKEN_armv7= fails to compile: invokes x86 assembler DIRECTFB_SHLIB= 6.0.11 # LT_BINARY.LT_AGE.LT_REVISION DIRECTFB_BIN= ${DIRECTFB_SHLIB:R:R} # LT_BINARY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806042318.w54NILYW045291>