Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2025 07:12:42 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 59a81f5dcbaa - main - graphics/povray38: fix building with LLVM 19
Message-ID:  <202502270712.51R7CgJh029537@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fernape:

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

commit 59a81f5dcbaa52d4fdcfcd42199dfe923c1a041f
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2025-02-26 07:27:08 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-02-27 07:12:22 +0000

    graphics/povray38: fix building with LLVM 19
    
    PR:             285041
    Reported by:    bsd@philippost.de (maitnainer)
---
 graphics/povray38/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile
index 268945f33156..b2978c23f351 100644
--- a/graphics/povray38/Makefile
+++ b/graphics/povray38/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	povray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.8.0-beta.2
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/POV-Ray/povray/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 PKGNAMESUFFIX=	38
@@ -33,6 +33,8 @@ EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME}-${VERSION_BASE}
 CONFIGURE_ARGS=	--disable-optimiz \
 		--program-transform-name='s/povray/${PKGBASE}/' \
 		COMPILED_BY=${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R}
+CPPFLAGS+=	-D UCS2="char16_t"
+CPPFLAGS+=	-D UCS4="char32_t"
 
 OPTIONS_DEFINE=		DOCS EXAMPLES IO JPEG OPENEXR PNG TIFF \
 			X11


home | help

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