Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2026 07:33:18 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e53f1fbcb0fa - main - misc/astc-encoder: update 5.4.=?utf-8?Q?0 =E2=86=92 5.?=5.0
Message-ID:  <6a339f3e.38d34.32f38aa9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit e53f1fbcb0fa173400094405e3f392968ce1ae60
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-18 04:16:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-18 07:33:13 +0000

    misc/astc-encoder: update 5.4.0 → 5.5.0
---
 misc/astc-encoder/Makefile                             | 7 +++----
 misc/astc-encoder/distinfo                             | 6 +++---
 misc/astc-encoder/files/patch-Source_cmake__core.cmake | 8 ++++----
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/misc/astc-encoder/Makefile b/misc/astc-encoder/Makefile
index 91df0c5daf22..17fd3a3a4dc3 100644
--- a/misc/astc-encoder/Makefile
+++ b/misc/astc-encoder/Makefile
@@ -1,11 +1,10 @@
 PORTNAME=	astc-encoder
-DISTVERSION=	5.4.0
+DISTVERSION=	5.5.0
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Texture compressor for Adaptive Scalable Texture Compression format
-WWW=		https://github.com/ARM-software/astc-encoder \
-		https://developer.arm.com/Gaming%20Graphics%20and%20VR
+WWW=		https://github.com/ARM-software/astc-encoder
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
@@ -26,6 +25,6 @@ LDFLAGS+=	-pthread
 
 PLIST_FILES=	bin/astcenc-native
 
-# tests as of 5.4.0: 100% tests passed, 0 tests failed out of 1
+# tests as of 5.5.0: 100% tests passed, 0 tests failed out of 1
 
 .include <bsd.port.mk>
diff --git a/misc/astc-encoder/distinfo b/misc/astc-encoder/distinfo
index 7249f603af7c..d0ae2e84ce9e 100644
--- a/misc/astc-encoder/distinfo
+++ b/misc/astc-encoder/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1778038828
-SHA256 (ARM-software-astc-encoder-5.4.0_GH0.tar.gz) = 3fbbb0b285367aaefe2ef33601d087a4ec2218b11a9876dc4dceac76f9f53e1e
-SIZE (ARM-software-astc-encoder-5.4.0_GH0.tar.gz) = 35939659
+TIMESTAMP = 1781755976
+SHA256 (ARM-software-astc-encoder-5.5.0_GH0.tar.gz) = 9a3b884b040dcd5e70bc48d685c888b4aa166b559012eee059289690ac9d9958
+SIZE (ARM-software-astc-encoder-5.5.0_GH0.tar.gz) = 35921088
 SHA256 (google-googletest-e2239ee_GH0.tar.gz) = 47a8ca2e1be737588628cbc82726a7c4fed060ae0098709003845e3ef298da2f
 SIZE (google-googletest-e2239ee_GH0.tar.gz) = 886254
diff --git a/misc/astc-encoder/files/patch-Source_cmake__core.cmake b/misc/astc-encoder/files/patch-Source_cmake__core.cmake
index 48ddb92fd030..b93b469e0320 100644
--- a/misc/astc-encoder/files/patch-Source_cmake__core.cmake
+++ b/misc/astc-encoder/files/patch-Source_cmake__core.cmake
@@ -1,11 +1,11 @@
---- Source/cmake_core.cmake.orig	2025-04-14 08:46:50 UTC
+--- Source/cmake_core.cmake.orig	2026-06-18 04:14:15 UTC
 +++ Source/cmake_core.cmake
-@@ -437,8 +437,6 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCE
+@@ -450,8 +450,6 @@ macro(astcenc_set_properties ASTCENC_TARGET_NAME ASTCE
          else()
              target_compile_options(${ASTCENC_TARGET_NAME}
                  PRIVATE
--                    $<${is_clangcl}:-mcpu=native -march=native>
--                    $<${is_gnu_fe}:-mcpu=native -march=native>
+-                    $<${is_clangcl}:-march=native>
+-                    $<${is_gnu_fe}:-march=native>
                      $<${is_gnu_fe}:-Wno-unused-command-line-argument>)
          endif()
      endif()


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a339f3e.38d34.32f38aa9>