Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2019 04:50:50 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517173 - head/textproc/chpp
Message-ID:  <201911100450.xAA4oomN096043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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