Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2024 11:49:40 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 75c26805ced2 - main - converters/osm2pgsql: disable on other 32-bit architectures
Message-ID:  <202402111149.41BBnecS085122@gitrepo.freebsd.org>

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

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

commit 75c26805ced2ba097d843176818dab41514df751
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-08 17:09:20 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-11 11:48:43 +0000

    converters/osm2pgsql: disable on other 32-bit architectures
---
 converters/osm2pgsql/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index fbb44e85d7fa..9d09f754e2d2 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -11,7 +11,7 @@ WWW=		https://osm2pgsql.org/ \
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	armv7 i386 powerpc
 NOT_FOR_ARCHS_REASON=	needs a 64 bit architecture
 
 LIB_DEPENDS=	libproj.so:graphics/proj \



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