git: cb665751c011 - main - devel/libopencm3: Adapt to latest toolchain
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Apr 2025 09:38:07 UTC
The branch main has been updated by lev: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb665751c01114905afec98287293c910daf65d3 commit cb665751c01114905afec98287293c910daf65d3 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2025-04-03 09:37:42 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2025-04-03 09:38:04 +0000 devel/libopencm3: Adapt to latest toolchain --- devel/libopencm3/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/libopencm3/Makefile b/devel/libopencm3/Makefile index 2e77771b81d1..84c6a83c57df 100644 --- a/devel/libopencm3/Makefile +++ b/devel/libopencm3/Makefile @@ -1,7 +1,7 @@ PORTNAME= libopencm3 PORTVERSION= 0.8.0 DISTVERSIONPREFIX=v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lev@FreeBSD.org @@ -17,8 +17,7 @@ USE_GITHUB= yes SHEBANG_FILES= scripts/irq2nvic_h \ scripts/lpcvtcksum -TOOLCHAIN_FULL_VERSION?=10.3-2021.10 -TOOLCHAIN_PORT_VERSION?=10.3.20210921 +TOOLCHAIN_FULL_VERSION?=14.2.rel1 TOOLCHAIN_TARGET?=arm-none-eabi DESTDIRNAME= STAGEDIR