svn commit: r494481 - head/science/wxmacmolplt

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 3 08:06:45 UTC 2019


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>


More information about the svn-ports-all mailing list