Skip to content

Commit

Permalink
misc/astc-encoder: Update 3.7 -> 3.7-92
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jun 21, 2022
1 parent 9fe392f commit b44b554
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
14 changes: 3 additions & 11 deletions misc/astc-encoder/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= astc-encoder
DISTVERSION= 3.7
DISTVERSION= 3.7-92
DISTVERSIONSUFFIX= -g50f5f8f
CATEGORIES= misc

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -15,19 +16,10 @@ GH_ACCOUNT= ARM-software
GH_TUPLE= google:googletest:703bd9c:googletest/Source/GoogleTest

CMAKE_OFF= UNITTEST
CMAKE_TESTING_ON= UNITTEST # tests fail to build, see https://github.com/ARM-software/astc-encoder/issues/346
CMAKE_TESTING_ON= UNITTEST # tests fail to build, see https://github.com/ARM-software/astc-encoder/issues/349

LDFLAGS+= -pthread

PLIST_FILES= bin/astcenc-native

post-patch: # workaround for https://github.com/ARM-software/astc-encoder/issues/345
@cd ${WRKSRC} && \
${REINPLACE_CMD} -e 's|astcenc/|bin/|' \
Test/testlib/encoder.py \
Test/astc_minify_test.sh \
Test/astc_update_ref.sh \
Test/astc_minify_test.sh \
Test/astc_test_competitive.py

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions misc/astc-encoder/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1655696515
SHA256 (ARM-software-astc-encoder-3.7_GH0.tar.gz) = f66c38de17e4f212d9f263016a3b68184d6860f724b849d61be904bbfd77be31
SIZE (ARM-software-astc-encoder-3.7_GH0.tar.gz) = 36638557
TIMESTAMP = 1655841306
SHA256 (ARM-software-astc-encoder-3.7-92-g50f5f8f_GH0.tar.gz) = d8633cd0486b38b62a356ce5a383b0016349111dda73d535f49158aae5c59b70
SIZE (ARM-software-astc-encoder-3.7-92-g50f5f8f_GH0.tar.gz) = 36649917
SHA256 (google-googletest-703bd9c_GH0.tar.gz) = 54bef85b53a02b21ed1e784848ea05cbfd78134f8976a7831a956cfebcef7204
SIZE (google-googletest-703bd9c_GH0.tar.gz) = 904257
13 changes: 0 additions & 13 deletions misc/astc-encoder/files/patch-CMakeLists.txt

This file was deleted.

0 comments on commit b44b554

Please sign in to comment.