Date: Thu, 30 May 2024 19:06:03 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c42f2ba9fbd - main - devel/py-sip4: mark BROKEN and deprecate ports depending on it Message-ID: <202405301906.44UJ63xj089009@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c42f2ba9fbd7a6c60fb30c140a6691fe074aa46 commit 3c42f2ba9fbd7a6c60fb30c140a6691fe074aa46 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2024-05-30 19:05:22 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2024-05-30 19:05:59 +0000 devel/py-sip4: mark BROKEN and deprecate ports depending on it --- devel/libsavitar/Makefile | 4 ++++ devel/py-pynest2d/Makefile | 5 ++++- devel/py-sip4/Makefile | 6 +++++- net/libarcus/Makefile | 3 +++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/devel/libsavitar/Makefile b/devel/libsavitar/Makefile index 4623ee716921..699b3c201bf6 100644 --- a/devel/libsavitar/Makefile +++ b/devel/libsavitar/Makefile @@ -1,5 +1,6 @@ PORTNAME= libSavitar DISTVERSION= 4.13.1 +PORTREVISION= 1 CATEGORIES= devel cad DIST_SUBDIR= Ultimaker @@ -10,6 +11,9 @@ WWW= https://github.com/Ultimaker/libSavitar LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Fails to build with modern python +EXPIRATION_DATE= 2024-06-29 + BUILD_DEPENDS= sip:devel/py-sip4 LIB_DEPENDS= libpugixml.so:textproc/pugixml diff --git a/devel/py-pynest2d/Makefile b/devel/py-pynest2d/Makefile index 4c2f540833eb..7dd6ff12be9d 100644 --- a/devel/py-pynest2d/Makefile +++ b/devel/py-pynest2d/Makefile @@ -1,7 +1,7 @@ PORTNAME= pynest2d # XXX there is no 4.13.1 DISTVERSION= 4.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,9 @@ WWW= https://github.com/Ultimaker/libnest2d LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Fails to build with modern python +EXPIRATION_DATE= 2024-06-29 + RUN_DEPENDS= ${LOCALBASE}/include/libnest2d/libnest2d.hpp:devel/libnest2d-ultimaker BUILD_DEPENDS= ${LOCALBASE}/include/libnest2d/libnest2d.hpp:devel/libnest2d-ultimaker \ sip:devel/py-sip4 diff --git a/devel/py-sip4/Makefile b/devel/py-sip4/Makefile index ad15d855c4b1..a8fbe67ed4c8 100644 --- a/devel/py-sip4/Makefile +++ b/devel/py-sip4/Makefile @@ -1,6 +1,6 @@ PORTNAME= sip4 PORTVERSION= ${SIP4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= https://www.riverbankcomputing.com/static/Downloads/sip/${SIP4_VERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,10 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Python to C and C++ bindings generator WWW= http://www.riverbankcomputing.co.uk/software/sip/ +BROKEN= fails to build with modern python +DEPRECATED= Fails to build with modern python +EXPIRATION_DATE= 2024-06-29 + USES= python pyqt:sip USE_PYTHON= concurrent py3kplist flavors USE_PYQT= # diff --git a/net/libarcus/Makefile b/net/libarcus/Makefile index a0df3faa434e..20c62e27ea4d 100644 --- a/net/libarcus/Makefile +++ b/net/libarcus/Makefile @@ -12,6 +12,9 @@ WWW= https://github.com/Ultimaker/libArcus LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Fails to build with modern python +EXPIRATION_DATE= 2024-06-29 + BUILD_DEPENDS= sip:devel/py-sip4 LIB_DEPENDS= libprotobuf.so:devel/protobuf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405301906.44UJ63xj089009>