Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2016 10:08:09 +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: r409923 - head/sysutils/htop
Message-ID:  <201603021008.u22A89N4055734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Mar  2 10:08:09 2016
New Revision: 409923
URL: https://svnweb.freebsd.org/changeset/ports/409923

Log:
  Remove no longer needed NOT_FOR_ARCHS restriction: previously it made sense
  because linprocfs itself is not very portable.  Since r408696 the port does
  not depend linprocfs and should work everywhere.
  
  Tested on:	powerpc

Modified:
  head/sysutils/htop/Makefile

Modified: head/sysutils/htop/Makefile
==============================================================================
--- head/sysutils/htop/Makefile	Wed Mar  2 09:59:26 2016	(r409922)
+++ head/sysutils/htop/Makefile	Wed Mar  2 10:08:09 2016	(r409923)
@@ -11,8 +11,6 @@ COMMENT=	Better top(1) - interactive pro
 
 LICENSE=	GPLv2
 
-NOT_FOR_ARCHS=	ia64 powerpc sparc64
-
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lexecinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603021008.u22A89N4055734>