Skip to content

Commit

Permalink
lang/gcc12-devel: Update to 12.2.1.s20230428
Browse files Browse the repository at this point in the history
Also fix plist for aarch64.
  • Loading branch information
lsalvadore committed Apr 29, 2023
1 parent 8632a27 commit 089350d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions lang/gcc12-devel/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gcc
PORTVERSION= 12.2.1.s20230421
PORTREVISION= 1
PORTVERSION= 12.2.1.s20230428
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
Expand Down Expand Up @@ -128,8 +127,10 @@ INFO= gcc${SUFFIX}/cpp \
gcc${SUFFIX}/libgccjit \
gcc${SUFFIX}/libgomp
.if ${ARCH} == amd64 || ${ARCH} == i386
INFO+= gcc${SUFFIX}/libquadmath \
gcc${SUFFIX}/libitm
INFO+= gcc${SUFFIX}/libquadmath
.endif
.if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == aarch64
INFO+= gcc${SUFFIX}/libitm
.endif
SUB_FILES= pkg-message
SUB_LIST+= TARGLIB=${TARGLIB}
Expand Down
6 changes: 3 additions & 3 deletions lang/gcc12-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1682175070
SHA256 (gcc-12-20230421.tar.xz) = 9e6e42d2e02db6c9c0bd01eb7ae79eaa6d699803ee0cebf5bd2f6b8e5cdb1cab
SIZE (gcc-12-20230421.tar.xz) = 79737436
TIMESTAMP = 1682755622
SHA256 (gcc-12-20230428.tar.xz) = a1d7281b58493ff316f5cb9817816abefbcbb09d3b8b75100c164cae1a67f727
SIZE (gcc-12-20230428.tar.xz) = 79744932

0 comments on commit 089350d

Please sign in to comment.