svn commit: r329462 - head/cad/gspiceui
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 5 14:07:56 UTC 2013
Author: bapt
Date: Sat Oct 5 14:07:56 2013
New Revision: 329462
URL: http://svnweb.freebsd.org/changeset/ports/329462
Log:
Removed dependency on gwave
Bump portrevision
Modified:
head/cad/gspiceui/Makefile
Modified: head/cad/gspiceui/Makefile
==============================================================================
--- head/cad/gspiceui/Makefile Sat Oct 5 13:51:51 2013 (r329461)
+++ head/cad/gspiceui/Makefile Sat Oct 5 14:07:56 2013 (r329462)
@@ -3,7 +3,7 @@
PORTNAME= gspiceui
PORTVERSION= 1.0.00
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION}
DISTNAME= ${PORTNAME}-v${PORTVERSION}
@@ -16,16 +16,14 @@ LICENSE= GPLv2
RUN_DEPENDS= # none if no options are set
OPTIONS_DEFINE= DOCS EXAMPLES
-OPTIONS_GROUP= BACKEND VIEWER
+OPTIONS_GROUP= BACKEND
OPTIONS_GROUP_BACKEND= GNUCAP NGSPICE
-OPTIONS_GROUP_VIEWER= GWAVE
GNUCAP_DESC= Depend on gnucap as a simulation backend
NGSPICE_DESC= Depend on ngspice as a simulation backend
-GWAVE_DESC= Depend on gwave waveform viewer
-OPTIONS_DEFAULT= NGSPICE GWAVE
+OPTIONS_DEFAULT= NGSPICE
USE_WX= 2.6+
WX_UNICODE= yes
@@ -52,10 +50,6 @@ RUN_DEPENDS+= gnucap:${PORTSDIR}/cad/gnu
RUN_DEPENDS+= ngspice:${PORTSDIR}/cad/ngspice_rework
.endif
-.if ${PORT_OPTIONS:MGWAVE}
-RUN_DEPENDS+= gwave:${PORTSDIR}/cad/gwave
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's|:= -Ofast -pipe|+= -I.|g ; \
More information about the svn-ports-all
mailing list