svn commit: r409923 - head/sysutils/htop

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 2 10:08:10 UTC 2016


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


More information about the svn-ports-head mailing list