Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2023 20:11:21 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6cbeebb080fe - main - cad/ngspice_rework: update to v41
Message-ID:  <202309102011.38AKBLna019386@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6cbeebb080fe2905fa6ba05fda628335d85961ac

commit 6cbeebb080fe2905fa6ba05fda628335d85961ac
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-09-10 20:09:49 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-09-10 20:10:40 +0000

    cad/ngspice_rework: update to v41
    
    The current version's distfiles have dropped off sourceforge, so let's
    take this time to update.  While we're here, upstream has since removed
    the sbrk usage, so we can successfully build on aarch64 again.
    
    Reverse dependencies PORTREVISION bumped to play it safe, because it's
    not clear to me that the ABI really didn't change.
    
    Approved by:    kevinz5000@gmail.com (maintainer)
---
 cad/kicad-devel/Makefile           | 2 +-
 cad/kicad/Makefile                 | 2 +-
 cad/ngspice_rework/Makefile        | 4 +---
 cad/ngspice_rework/distinfo        | 6 +++---
 cad/ngspice_rework/pkg-plist-shlib | 2 +-
 cad/qucs-s/Makefile                | 1 +
 6 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile
index fe0e3c1e0cf9..34959cf31dc4 100644
--- a/cad/kicad-devel/Makefile
+++ b/cad/kicad-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kicad
 DISTVERSION=	r${GIT_SRC_DATE}
-PORTREVISION=	4
+PORTREVISION=	5
 #PORTREVISION=	1
 CATEGORIES=	cad
 PKGNAMESUFFIX=	-devel
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 7e7a3dc5a6a6..9b45d450a113 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kicad
 PORTVERSION=	7.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	cad
 MASTER_SITES=	https://gitlab.com/${PORTNAME}/code/${PORTNAME}/-/archive/${DISTVERSION}${DISTVERSIONSUFFIX}/
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile
index 44b7014e6d9d..a774d6a129b1 100644
--- a/cad/ngspice_rework/Makefile
+++ b/cad/ngspice_rework/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ngspice_rework
-PORTVERSION=	38
+PORTVERSION=	41
 CATEGORIES=	cad
 MASTER_SITES=	SF/ngspice/ng-spice-rework/${PORTVERSION}
 DISTNAME=	ngspice-${PORTVERSION}
@@ -12,8 +12,6 @@ LICENSE=	BSD3CLAUSE BSD4CLAUSE LGPL21+
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_aarch64=	fails to link: missing sbrk
-
 LIB_DEPENDS=	libfftw3.so:math/fftw3
 
 FLAVORS=	x11 shlib
diff --git a/cad/ngspice_rework/distinfo b/cad/ngspice_rework/distinfo
index 317ac14474b6..188cfddc7ff5 100644
--- a/cad/ngspice_rework/distinfo
+++ b/cad/ngspice_rework/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672765397
-SHA256 (ngspice-38.tar.gz) = 2c3e22f6c47b165db241cf355371a0a7558540ab2af3f8b5eedeeb289a317c56
-SIZE (ngspice-38.tar.gz) = 8060041
+TIMESTAMP = 1694224900
+SHA256 (ngspice-41.tar.gz) = 1ce219395d2f50c33eb223a1403f8318b168f1e6d1015a7db9dbf439408de8c4
+SIZE (ngspice-41.tar.gz) = 9518525
diff --git a/cad/ngspice_rework/pkg-plist-shlib b/cad/ngspice_rework/pkg-plist-shlib
index 2af468ad0500..d339a12fbbb3 100644
--- a/cad/ngspice_rework/pkg-plist-shlib
+++ b/cad/ngspice_rework/pkg-plist-shlib
@@ -1,7 +1,7 @@
 libdata/pkgconfig/ngspice.pc
 lib/libngspice.so
 lib/libngspice.so.0
-lib/libngspice.so.0.0.5
+lib/libngspice.so.0.0.8
 lib/ngspice/analog.cm
 lib/ngspice/digital.cm
 lib/ngspice/spice2poly.cm
diff --git a/cad/qucs-s/Makefile b/cad/qucs-s/Makefile
index 974fe67c13e9..f436e5ccfca0 100644
--- a/cad/qucs-s/Makefile
+++ b/cad/qucs-s/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qucs-s
 DISTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org



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