Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2025 07:28:49 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: 3753b094024f - main - graphics/povray37: Fix build without JPEG
Message-ID:  <202501090728.5097Snmj004782@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=3753b094024f12048e34cc6f1248ddf0569ae931

commit 3753b094024f12048e34cc6f1248ddf0569ae931
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2025-01-07 18:32:48 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-01-09 07:28:32 +0000

    graphics/povray37: Fix build without JPEG
    
    PR:             283768
    Reported by:    freebsd@koenigbj.8bx.de
---
 graphics/povray37/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
index dd49d7396768..646c2c166b01 100644
--- a/graphics/povray37/Makefile
+++ b/graphics/povray37/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	povray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.7.0.10
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	37
 
@@ -43,7 +43,7 @@ IO_DESC=	Without I/O restrictions (security risk)
 IO_CONFIGURE_ON=	--disable-io-restrictions
 
 JPEG_USES=		jpeg
-JPEG_CONFIGURE_OFF=	--without-jpeg
+JPEG_CONFIGURE_OFF=	--without-libjpeg
 
 OPENEXR_LIB_DEPENDS=	libImath.so:math/Imath \
 			libOpenEXR.so:graphics/openexr



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