Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 14:27:00 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d32ef5554611 - main - graphics/ppmcaption: builds fine on amd64 now, remove restriction.
Message-ID:  <202110251427.19PER0Ja041566@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d32ef5554611d12596e5d0bb3cbbebbe21b7c7ab

commit d32ef5554611d12596e5d0bb3cbbebbe21b7c7ab
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-10-25 14:25:24 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-10-25 14:25:25 +0000

    graphics/ppmcaption: builds fine on amd64 now, remove restriction.
---
 graphics/ppmcaption/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile
index b2b27ae16f1e..3239e70ae215 100644
--- a/graphics/ppmcaption/Makefile
+++ b/graphics/ppmcaption/Makefile
@@ -15,9 +15,6 @@ MAKE_ARGS=	install_prefix=${STAGEDIR}
 
 PLIST_FILES=	bin/ppmcaption man/man1/ppmcaption.1.gz
 
-ONLY_FOR_ARCHS=	i386 powerpc powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON=	does not compile on 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?202110251427.19PER0Ja041566>