Date: Sun, 3 Mar 2019 08:06:44 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494481 - head/science/wxmacmolplt Message-ID: <201903030806.x2386idf069511@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Mar 3 08:06:44 2019 New Revision: 494481 URL: https://svnweb.freebsd.org/changeset/ports/494481 Log: science/wxmacmolplt: Unbreak, it was crashing with WX-3.1 Reported by: fallout Modified: head/science/wxmacmolplt/Makefile Modified: head/science/wxmacmolplt/Makefile ============================================================================== --- head/science/wxmacmolplt/Makefile Sun Mar 3 07:40:13 2019 (r494480) +++ head/science/wxmacmolplt/Makefile Sun Mar 3 08:06:44 2019 (r494481) @@ -3,6 +3,7 @@ PORTNAME= wxmacmolplt DISTVERSIONPREFIX= v DISTVERSION= 7.7-43 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g9a46f7a CATEGORIES= science @@ -17,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= brettbode GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} -USE_WX= 3.1 +USE_WX= 3.0 # configure crashes with 3.1: checking for wxWidgets libraries... Segmentation fault (core dumped) USE_GL= gl glew glu .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903030806.x2386idf069511>