Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2022 20:39:43 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8b73cff6aec4 - 2022Q3 - graphics/togl: limit Tcl/Tk to 8.6 (+)
Message-ID:  <202207172039.26HKdhvb061816@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b73cff6aec4aaf216fdeab0506845a778f6f06b

commit 8b73cff6aec4aaf216fdeab0506845a778f6f06b
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-17 20:35:44 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-17 20:39:32 +0000

    graphics/togl: limit Tcl/Tk to 8.6 (+)
    
    Tcl/Tk 8.6 is latest release which togl can use
    
    (cherry picked from commit 903b919d18303ab3c2a0f17d21cb1e8bfaef65fa)
---
 graphics/togl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile
index 9ca967537061..06836fd9496d 100644
--- a/graphics/togl/Makefile
+++ b/graphics/togl/Makefile
@@ -14,7 +14,7 @@ COMMENT=	Tk OpenGL widget
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gl gmake tk:tea xorg
+USES=		gl gmake tk:86,tea xorg
 USE_XORG=	x11 xt xmu
 USE_GL=		gl
 USE_LDCONFIG=	${PREFIX}/lib/Togl2.0



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