Date: Mon, 24 Mar 2014 11:43:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348940 - head/cad/gspiceui Message-ID: <201403241143.s2OBh9Bx057448@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 24 11:43:08 2014 New Revision: 348940 URL: http://svnweb.freebsd.org/changeset/ports/348940 QAT: https://qat.redports.org/buildarchive/r348940/ Log: Switch to wx 2.8 Requires a modern STL instead of enforcing gcc Modified: head/cad/gspiceui/Makefile Modified: head/cad/gspiceui/Makefile ============================================================================== --- head/cad/gspiceui/Makefile Mon Mar 24 11:37:29 2014 (r348939) +++ head/cad/gspiceui/Makefile Mon Mar 24 11:43:08 2014 (r348940) @@ -3,7 +3,7 @@ PORTNAME= gspiceui PORTVERSION= 1.0.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION} DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -25,10 +25,9 @@ NGSPICE_DESC= Depend on ngspice as a sim OPTIONS_DEFAULT= NGSPICE -USE_WX= 2.6+ +USE_WX= 2.8+ WX_UNICODE= yes -USE_GCC= yes -USES= gmake +USES= gmake compiler:c++11-lib DESKTOP_ENTRIES= "GSpiceUI" "Circuit Simulator GUI" \ "${PREFIX}/share/pixmaps/gspiceui-48x48.xpm" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241143.s2OBh9Bx057448>