Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 01:29:42 +0000
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85819a4495e0 - main - math/Imath: default-enable PYTHON
Message-ID:  <6965a006.3e6ca.4abc2104@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85819a4495e040dfe6da898223ef43758e9a4801

commit 85819a4495e040dfe6da898223ef43758e9a4801
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2026-01-13 01:28:46 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2026-01-13 01:29:28 +0000

    math/Imath: default-enable PYTHON
    
    Required for upcoming new port,
    Reported by:    Martin Filla
---
 math/Imath/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/Imath/Makefile b/math/Imath/Makefile
index 6446dc30d74e..5842673860e9 100644
--- a/math/Imath/Makefile
+++ b/math/Imath/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	Imath
 PORTVERSION=	3.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math devel graphics
 MASTER_SITES=	https://github.com/AcademySoftwareFoundation/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/mandree/
@@ -33,6 +33,7 @@ PLIST_SUB=	MAJORVER=${_MAJORVER} \
 PORTDOCS=	README.md
 
 OPTIONS_DEFINE=	DOCS LARGE_STACK PYTHON
+OPTIONS_DEFAULT=DOCS PYTHON
 OPTIONS_SUB=	yes
 
 LARGE_STACK_DESC=	Enable sys-dependent large stack optimizations


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6965a006.3e6ca.4abc2104>