svn commit: r514671 - head/misc/freeguide

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 17 18:13:00 UTC 2019


Author: pkubaj
Date: Thu Oct 17 18:12:59 2019
New Revision: 514671
URL: https://svnweb.freebsd.org/changeset/ports/514671

Log:
  misc/freeguide: unbreak on armv*
  
  Builds fine on armv7.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/misc/freeguide/Makefile

Modified: head/misc/freeguide/Makefile
==============================================================================
--- head/misc/freeguide/Makefile	Thu Oct 17 18:10:31 2019	(r514670)
+++ head/misc/freeguide/Makefile	Thu Oct 17 18:12:59 2019	(r514671)
@@ -14,9 +14,6 @@ LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
 RUN_DEPENDS=	tv_cat:textproc/p5-xmltv
 
-BROKEN_armv6=		fails to package: freeguide.1.gz: No such file or directory
-BROKEN_armv7=		fails to package: freeguide.1.gz: No such file or directory
-
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 USE_ANT=	yes


More information about the svn-ports-head mailing list