Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 21:43:02 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 87419e205df9 - main - textproc/typst: no more LTO issues on powerpc
Message-ID:  <202501122143.50CLh2il096614@gitrepo.freebsd.org>

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

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

commit 87419e205df9e77ef8d6484a21e58b0942b44979
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-07 08:55:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:36:33 +0000

    textproc/typst: no more LTO issues on powerpc
---
 textproc/typst/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile
index ec56bb88b4e5..f680d37d0480 100644
--- a/textproc/typst/Makefile
+++ b/textproc/typst/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	typst
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.12.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 
 MAINTAINER=	wen@FreeBSD.org
@@ -16,12 +16,6 @@ USE_GITHUB=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == powerpc
-LTO_UNSAFE=	yes
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/target/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 



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