svn commit: r517173 - head/textproc/chpp

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 04:50:51 UTC 2019


Author: linimon
Date: Sun Nov 10 04:50:50 2019
New Revision: 517173
URL: https://svnweb.freebsd.org/changeset/ports/517173

Log:
  The original definition of BROKEN dates from r101804, which may as
  well be another geological era.  Since it builds on armv7 as well
  as aarch64, just remove the stanza.  I'll monitor its results on
  the others.

Modified:
  head/textproc/chpp/Makefile

Modified: head/textproc/chpp/Makefile
==============================================================================
--- head/textproc/chpp/Makefile	Sun Nov 10 04:37:24 2019	(r517172)
+++ head/textproc/chpp/Makefile	Sun Nov 10 04:50:50 2019	(r517173)
@@ -29,10 +29,6 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "aarch64" && ${ARCH} != "amd64" && ${ARCH} != "i386" && ${ARCH} != "powerpc64"
-BROKEN=		Does not compile
-.endif
-
 post-extract:
 .for i in getopt.h regex.h gc/gc.h
 	@cd ${WRKSRC} && ${MV} -f ${i} ${i}.dist
@@ -51,8 +47,8 @@ post-patch:
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in AUTHORS NEWS README
-	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
+.for filename in AUTHORS NEWS README
+	${INSTALL_DATA} ${WRKSRC}/${filename} ${STAGEDIR}${DOCSDIR}
 .endfor
 
 post-install-EXAMPLES-on:


More information about the svn-ports-head mailing list