Skip to content

Commit

Permalink
cad/ngspice_rework: update to v41
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kevans91 committed Sep 10, 2023
1 parent 49eaa88 commit 6cbeebb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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}/
Expand Down
4 changes: 1 addition & 3 deletions 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}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion 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
Expand Down
1 change: 1 addition & 0 deletions cad/qucs-s/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qucs-s
DISTVERSION= 2.0.0
PORTREVISION= 1
CATEGORIES= cad

MAINTAINER= yuri@FreeBSD.org
Expand Down

0 comments on commit 6cbeebb

Please sign in to comment.