svn commit: r348940 - head/cad/gspiceui
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 24 11:43:09 UTC 2014
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" \
More information about the svn-ports-head
mailing list