Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2024 00:59:52 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 92a9331f7818 - main - graphics/openpgl: sort out Makefile, pet portclippy, allow build on i386
Message-ID:  <202406080059.4580xqSO001899@gitrepo.freebsd.org>

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

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

commit 92a9331f7818730d3cbc502cc39a7890cd7ff3bc
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-06-08 00:58:26 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-06-08 00:58:26 +0000

    graphics/openpgl: sort out Makefile, pet portclippy, allow build on i386
    
    PR:             279498
    Approved by:    Shane <FreeBSD@ShaneWare.Biz> (maintaner)
---
 graphics/openpgl/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/graphics/openpgl/Makefile b/graphics/openpgl/Makefile
index cedc56146600..037dc251b236 100644
--- a/graphics/openpgl/Makefile
+++ b/graphics/openpgl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openpgl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 #DISTVERSIONSUFFIX=	-beta
 CATEGORIES=	graphics devel
 
@@ -13,18 +13,17 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 # supported processors -
-# arm with NEON/NEON2X and x86_64 with SSE4/AVX2/AVX512
-ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7
+# arm with NEON/NEON2X and x86_64/x86 with SSE/AVX/AVX2/AVX512
+ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386
 ONLY_FOR_ARCHS_REASON=	requires supported SIMD ISA
 
 LIB_DEPENDS=	libembree3.so:graphics/embree \
 		libtbb.so:devel/onetbb
 
 USES=		cmake compiler:c++11-lib
-USE_LDCONFIG=	yes
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenPathGuidingLibrary
+USE_LDCONFIG=	yes
 
 PLIST_SUB=	VERSION="${PORTVERSION}"
 



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