From 2a9e642df7ac712ee3e5de9be0ad62b07a2978cb Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Wed, 19 Dec 2018 23:49:56 +0100 Subject: [PATCH] ngspice: update to 30. --- srcpkgs/ngspice/patches/xgraph_Makefile_am.patch | 10 ---------- srcpkgs/ngspice/patches/xgraph_Makefile_in.patch | 15 --------------- srcpkgs/ngspice/template | 14 +++++++------- 3 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/ngspice/patches/xgraph_Makefile_am.patch delete mode 100644 srcpkgs/ngspice/patches/xgraph_Makefile_in.patch diff --git a/srcpkgs/ngspice/patches/xgraph_Makefile_am.patch b/srcpkgs/ngspice/patches/xgraph_Makefile_am.patch deleted file mode 100644 index ccb01594ad..0000000000 --- a/srcpkgs/ngspice/patches/xgraph_Makefile_am.patch +++ /dev/null @@ -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 - diff --git a/srcpkgs/ngspice/patches/xgraph_Makefile_in.patch b/srcpkgs/ngspice/patches/xgraph_Makefile_in.patch deleted file mode 100644 index 83a00f7dc8..0000000000 --- a/srcpkgs/ngspice/patches/xgraph_Makefile_in.patch +++ /dev/null @@ -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@ diff --git a/srcpkgs/ngspice/template b/srcpkgs/ngspice/template index 54a0fafd42..19c63153ed 100644 --- a/srcpkgs/ngspice/template +++ b/srcpkgs/ngspice/template @@ -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 " -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"