svn commit: r457226 - head/sysutils/sample

Alexey Dokuchaev danfe at FreeBSD.org
Mon Dec 25 13:24:20 UTC 2017


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


More information about the svn-ports-all mailing list