summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/PrusaSlicer/Makefile2
-rw-r--r--cad/cura/Makefile1
-rw-r--r--cad/freecad/Makefile2
-rw-r--r--cad/k40-whisperer/Makefile2
-rw-r--r--cad/ngspice_rework/Makefile6
-rw-r--r--cad/openvsp/Makefile2
-rw-r--r--cad/openvsp/distinfo6
-rw-r--r--cad/py-ezdxf/Makefile2
-rw-r--r--cad/py-lcapy/Makefile2
-rw-r--r--cad/py-pyfda/Makefile2
-rw-r--r--cad/surfer/Makefile2
-rw-r--r--cad/svlint/Makefile2
-rw-r--r--cad/svls/Makefile2
-rw-r--r--cad/uranium/Makefile1
-rw-r--r--cad/yosys-ghdl-plugin/Makefile2
15 files changed, 20 insertions, 16 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index 8622357c0734..b9336618cecf 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,7 +1,7 @@
PORTNAME= PrusaSlicer
DISTVERSIONPREFIX=version_
DISTVERSION= 2.9.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= cad
DIST_SUBDIR= PrusaSlicer
diff --git a/cad/cura/Makefile b/cad/cura/Makefile
index 86e7e0149e2a..6703d3fc799a 100644
--- a/cad/cura/Makefile
+++ b/cad/cura/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Cura
DISTVERSION= 5.7.0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= cad
DIST_SUBDIR= Ultimaker
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index fe645db2469c..830446b4e4ec 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -1,6 +1,6 @@
PORTNAME= FreeCAD
DISTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= cmt@FreeBSD.org
diff --git a/cad/k40-whisperer/Makefile b/cad/k40-whisperer/Makefile
index 442c77aac65c..9ab0b5cce947 100644
--- a/cad/k40-whisperer/Makefile
+++ b/cad/k40-whisperer/Makefile
@@ -1,6 +1,6 @@
PORTNAME= k40-whisperer
DISTVERSION= 0.59
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad python
MASTER_SITES= http://www.scorchworks.com/K40whisperer/
DISTNAME= K40_Whisperer-${DISTVERSION}_src
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile
index a22de9aa3ab3..1235e2345bc2 100644
--- a/cad/ngspice_rework/Makefile
+++ b/cad/ngspice_rework/Makefile
@@ -21,8 +21,10 @@ shlib_PLIST= ${MASTERDIR}/pkg-plist-shlib
USES= compiler:c11 gmake libtool ncurses readline autoreconf pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-cider # xspice, readline, osdi are now standard
-
+CONFIGURE_ARGS_armv7= --disable-openmp
+# xspice, readline, osdi are now standard
+CONFIGURE_ARGS= --enable-cider \
+ ${CONFIGURE_ARGS_${ARCH}}
OPTIONS_DEFINE= DEBUG
.if ${FLAVOR:U} == shlib
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index a5f3fea156e8..82c89f3a49ed 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openvsp
DISTVERSIONPREFIX= ${GH_PROJECT}_
-DISTVERSION= 3.45.3
+DISTVERSION= 3.45.4
CATEGORIES= cad
MAINTAINER= fernape@FreeBSD.org
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index 4cf4d59594d8..76ee64099381 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756278825
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.45.3_GH0.tar.gz) = 19582ba99f88aa74b9f0776f6edbae831f1e9b240d21b8b29424e55b8d1cd555
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.45.3_GH0.tar.gz) = 205163654
+TIMESTAMP = 1756796416
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.45.4_GH0.tar.gz) = 98adc32540da03cf5493b87d656a3b387d04fd9e3bb9f7b8d08a0ad6315c8b4e
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.45.4_GH0.tar.gz) = 205166036
diff --git a/cad/py-ezdxf/Makefile b/cad/py-ezdxf/Makefile
index f87563572c7c..b6c04ce505df 100644
--- a/cad/py-ezdxf/Makefile
+++ b/cad/py-ezdxf/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ezdxf
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= cad
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/cad/py-lcapy/Makefile b/cad/py-lcapy/Makefile
index d7751761611d..fcaa90c16f83 100644
--- a/cad/py-lcapy/Makefile
+++ b/cad/py-lcapy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lcapy
DISTVERSION= g20171202
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= cad python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/cad/py-pyfda/Makefile b/cad/py-pyfda/Makefile
index 7cf839bfeab4..ef552d7855c7 100644
--- a/cad/py-pyfda/Makefile
+++ b/cad/py-pyfda/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pyfda
PORTVERSION= 0.1
-PORTREVISION= 14
+PORTREVISION= 15
DISTVERSIONSUFFIX= rc6
CATEGORIES= cad python devel
MASTER_SITES= PYPI
diff --git a/cad/surfer/Makefile b/cad/surfer/Makefile
index c384b17892f8..a60874368264 100644
--- a/cad/surfer/Makefile
+++ b/cad/surfer/Makefile
@@ -1,7 +1,7 @@
PORTNAME= surfer
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MAINTAINER= jbo@FreeBSD.org
diff --git a/cad/svlint/Makefile b/cad/svlint/Makefile
index 9dcee5e8c36a..3aead5d5f087 100644
--- a/cad/svlint/Makefile
+++ b/cad/svlint/Makefile
@@ -1,7 +1,7 @@
PORTNAME= svlint
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.3
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= cad devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/cad/svls/Makefile b/cad/svls/Makefile
index a130cbce1431..8ae69ed4f698 100644
--- a/cad/svls/Makefile
+++ b/cad/svls/Makefile
@@ -1,7 +1,7 @@
PORTNAME= svls
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.12
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
diff --git a/cad/uranium/Makefile b/cad/uranium/Makefile
index d17f8671803a..03072778aa93 100644
--- a/cad/uranium/Makefile
+++ b/cad/uranium/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Uranium
DISTVERSION= 5.7.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= cad
DIST_SUBDIR= Ultimaker
diff --git a/cad/yosys-ghdl-plugin/Makefile b/cad/yosys-ghdl-plugin/Makefile
index c62b1c5ec3b3..09e12b0faddc 100644
--- a/cad/yosys-ghdl-plugin/Makefile
+++ b/cad/yosys-ghdl-plugin/Makefile
@@ -3,7 +3,7 @@ PORTVERSION= g20230930
PORTREVISION= 1
CATEGORIES= cad
-MAINTAINER= nsonack@outlook.com
+MAINTAINER= nsonack@herrhotzenplotz.de
COMMENT= GHDL synthesis plugin for yosys
WWW= https://github.com/ghdl/ghdl-yosys-plugin