svn commit: r422417 - head/graphics/ppmcaption

Mark Linimon linimon at FreeBSD.org
Mon Sep 19 08:49:33 UTC 2016


Author: linimon
Date: Mon Sep 19 08:49:32 2016
New Revision: 422417
URL: https://svnweb.freebsd.org/changeset/ports/422417

Log:
  Rework ONLY_FOR verbiage to reflect modern reality.

Modified:
  head/graphics/ppmcaption/Makefile

Modified: head/graphics/ppmcaption/Makefile
==============================================================================
--- head/graphics/ppmcaption/Makefile	Mon Sep 19 08:45:14 2016	(r422416)
+++ head/graphics/ppmcaption/Makefile	Mon Sep 19 08:49:32 2016	(r422417)
@@ -17,7 +17,7 @@ MAKE_ARGS=	install_prefix=${STAGEDIR}
 PLIST_FILES=	bin/ppmcaption man/man1/ppmcaption.1.gz
 
 ONLY_FOR_ARCHS=	i386
-ONLY_FOR_ARCHS_REASON=	does not compile on ia64 or amd64
+ONLY_FOR_ARCHS_REASON=	does not compile on ia64 or amd64; untested everywhere else
 
 post-patch:
 	${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure


More information about the svn-ports-all mailing list