svn commit: r541952 - head/shells/bash-completion

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 11 07:49:11 UTC 2020


Author: sunpoet
Date: Sat Jul 11 07:49:06 2020
New Revision: 541952
URL: https://svnweb.freebsd.org/changeset/ports/541952

Log:
  Remove BROKEN on armv6 and armv7
  
  Tested by submitter on Raspberry Pi 2.
  
  PR:		247866
  Submitted by:	NAKAJI Hiroyuki <nakaji at kankyo-u.ac.jp>

Modified:
  head/shells/bash-completion/Makefile

Modified: head/shells/bash-completion/Makefile
==============================================================================
--- head/shells/bash-completion/Makefile	Sat Jul 11 07:49:01 2020	(r541951)
+++ head/shells/bash-completion/Makefile	Sat Jul 11 07:49:06 2020	(r541952)
@@ -11,9 +11,6 @@ COMMENT=	Programmable completion library for Bash
 
 LICENSE=	GPLv2+
 
-BROKEN_armv6=	fails to build: gmake: install-recursive: Error 1
-BROKEN_armv7=	fails to build: gmake: install-recursive: Error 1
-
 TEST_DEPENDS=	runtest:misc/dejagnu \
 		${LOCALBASE}/lib/tcllib/cmdline/cmdline.tcl:devel/tcllib
 


More information about the svn-ports-all mailing list