Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 14:07:56 +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: r329462 - head/cad/gspiceui
Message-ID:  <201310051407.r95E7ufc022072@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051407.r95E7ufc022072>