Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2016 08:49:32 +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: r422417 - head/graphics/ppmcaption
Message-ID:  <201609190849.u8J8nW1q065469@repo.freebsd.org>

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



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