ngspice: update to 30.

This commit is contained in:
Christian Buschau 2018-12-19 23:49:56 +01:00 committed by maxice8
parent 1e4b69523a
commit 2a9e642df7
3 changed files with 7 additions and 32 deletions

View file

@ -1,10 +0,0 @@
--- xgraph/Makefile.am.bck 2017-03-03 13:46:57.354309383 -0500
+++ xgraph/Makefile.am 2017-03-03 13:47:05.193092565 -0500
@@ -50,7 +50,6 @@
# C_WARNINGS = -Wall
C_WARNINGS =
-CFLAGS=$(ADDITIONAL_INCLUDES) $(C_WARNINGS) -g $(X_CFLAGS)
xgraph_LDADD= $(ADDITIONAL_LIBS) $(X_LIBS) $(X_PRE_LIBS) $(X_EXTRA_LIBS) -lX11 -lm

View file

@ -1,15 +0,0 @@
104c104
< CFLAGS = $(ADDITIONAL_INCLUDES) $(C_WARNINGS) -g $(X_CFLAGS)
---
> CFLAGS = @CFLAGS@
--- xgraph/Makefile.in.bck 2017-03-03 13:56:19.941818032 -0500
+++ xgraph/Makefile.in 2017-03-03 13:56:33.118453570 -0500
@@ -101,7 +101,7 @@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
-CFLAGS = $(ADDITIONAL_INCLUDES) $(C_WARNINGS) -g $(X_CFLAGS)
+CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@

View file

@ -1,21 +1,21 @@
# Template file for 'ngspice'
pkgname=ngspice
version=28
revision=2
version=30
revision=1
build_style=gnu-configure
configure_args="--with-readline=yes --with-ngshared --enable-xspice --enable-cider"
hostmakedepends="bison byacc"
makedepends="readline-devel libX11-devel libXaw-devel"
short_desc="Mixed Mode Mixed Level Circuit Simulator based on Spice3F5"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="LGPL-2.1"
license="BSD-3-Clause"
homepage="http://ngspice.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/ngspice/ng-spice-rework/${version}/${pkgname}-${version}.tar.gz"
checksum=94804fa78c8db2f90f088902e8c27f7b732a66767a58c70f37612bff5a16df66
checksum=08fe0e2f3768059411328a33e736df441d7e6e7304f8dad0ed5f28e15d936097
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/7601/steps/shell_3/logs/stdio";;
esac
post_install() {
vlicense COPYING
}
ngspice-devel_package() {
short_desc+=" - development files"