Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 05:44:25 GMT
From:      =?utf-8?Q?Lo=C3=AFc=20Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6d80d443e545 - main - astro/phd2: use wx 3.2
Message-ID:  <202210250544.29P5iPjI047466@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d80d443e54577ebe4001a7e06716c7c256c3f64

commit 6d80d443e54577ebe4001a7e06716c7c256c3f64
Author:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
AuthorDate: 2022-10-15 18:09:31 +0000
Commit:     Loïc Bartoletti <lbartoletti@FreeBSD.org>
CommitDate: 2022-10-25 05:44:05 +0000

    astro/phd2: use wx 3.2
    
    PR:             265093
---
 astro/phd2/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/astro/phd2/Makefile b/astro/phd2/Makefile
index f695790543ac..cb9c8e6117a1 100644
--- a/astro/phd2/Makefile
+++ b/astro/phd2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	phd2
 DISTVERSIONPREFIX=v
 DISTVERSION=	2.6.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	astro
 
 MAINTAINER=	acm@FreeBSD.org
@@ -21,7 +21,7 @@ USES=		cmake eigen:3 gettext ninja pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenPHDGuiding
 
-USE_WX=		3.1+
+USE_WX=		3.2+
 USE_XORG=	x11
 
 WX_COMPS=	wx
@@ -30,7 +30,8 @@ CMAKE_ARGS+=	-DUSE_SYSTEM_GTEST:BOOL=YES \
 		-DUSE_SYSTEM_CFITSIO:BOOL=YES \
 		-DUSE_SYSTEM_LIBUSB:BOOL=YES \
 		-DUSE_SYSTEM_LIBINDI:BOOL=YES \
-		-DUSE_SYSTEM_EIGEN3:BOOL=YES
+		-DUSE_SYSTEM_EIGEN3:BOOL=YES \
+		-DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.2-config
 
 .include <bsd.port.options.mk>
 



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