Date: Mon, 25 Dec 2017 13:24:19 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457226 - head/sysutils/sample Message-ID: <201712251324.vBPDOJUW093662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Dec 25 13:24:19 2017 New Revision: 457226 URL: https://svnweb.freebsd.org/changeset/ports/457226 Log: Remove a bunch of BROKEN_$arch statements: this port only supports amd64 for the time being. Modified: head/sysutils/sample/Makefile Modified: head/sysutils/sample/Makefile ============================================================================== --- head/sysutils/sample/Makefile Mon Dec 25 13:15:14 2017 (r457225) +++ head/sysutils/sample/Makefile Mon Dec 25 13:24:19 2017 (r457226) @@ -10,14 +10,13 @@ COMMENT= Examine periodic stack traces of all running LICENSE= BSD3CLAUSE +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= device driver part of the program only supports amd64 + BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/libbfd \ ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \ ${LOCALBASE}/lib/libxo.a:devel/libxo \ ${LOCALBASE}/bin/python:lang/python - -BROKEN_i386= does not build: don't know how to make sample_support_i386.c -BROKEN_powerpc64= does not build: don't know how to make sample_support_powerpc64.c -BROKEN_sparc64= does not build: don't know how to make sample_support_sparc64.c USE_GITHUB= yes GH_ACCOUNT= freenas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712251324.vBPDOJUW093662>