git: 72dea16aca02 - main - devel/libiqxmlrpc: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 20:26:41 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=72dea16aca02cf987fea3fc74ed2d4d20f635c69 commit 72dea16aca02cf987fea3fc74ed2d4d20f635c69 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-07-16 20:26:35 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-07-16 20:26:35 +0000 devel/libiqxmlrpc: Remove expired port 2024-07-16 devel/libiqxmlrpc: Fails to build with libxml2 2.13.0 (PR 279705) --- MOVED | 1 + devel/Makefile | 1 - devel/libiqxmlrpc/Makefile | 35 -------------------------- devel/libiqxmlrpc/distinfo | 3 --- devel/libiqxmlrpc/files/patch-boost-1.69 | 12 --------- devel/libiqxmlrpc/pkg-descr | 4 --- devel/libiqxmlrpc/pkg-plist | 42 -------------------------------- 7 files changed, 1 insertion(+), 97 deletions(-) diff --git a/MOVED b/MOVED index 061f8bf04f97..7a137cd3ab88 100644 --- a/MOVED +++ b/MOVED @@ -3396,3 +3396,4 @@ textproc/diffmark||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (P misc/lingoteach||2024-07-16|Has expired: Depends on deprecated port textproc/liblingoteach (PR 279705) textproc/liblingoteach||2024-07-16|Has expired: Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 (PR 279705) devel/dia2code+||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (PR 279759) +devel/libiqxmlrpc||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (PR 279705) diff --git a/devel/Makefile b/devel/Makefile index af88170ce80f..e9dee5dc4a56 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1321,7 +1321,6 @@ SUBDIR += libindicator SUBDIR += libinjection SUBDIR += libinotify - SUBDIR += libiqxmlrpc SUBDIR += libisofs SUBDIR += libixp SUBDIR += libjitterentropy diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile deleted file mode 100644 index 7daa51416145..000000000000 --- a/devel/libiqxmlrpc/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= libiqxmlrpc -PORTVERSION= 0.13.5 -PORTREVISION= 21 -CATEGORIES= devel net -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Free, object-oriented XML-RPC implementation written in C++ -WWW= https://libiqxmlrpc.wikidot.com/ - -LICENSE= BSD2CLAUSE - -DEPRECATED= Fails to build with libxml2 2.13.0 (PR 279705) -EXPIRATION_DATE=2024-07-16 - -LIB_DEPENDS= libboost_thread.so:devel/boost-libs - -USES= cmake gnome localbase:ldflags ssl tar:bzip2 -USE_CXXSTD= c++14 -USE_GNOME= libxml2 -USE_LDCONFIG= yes - -PORTDOCS= * - -OPTIONS_DEFINE= DOXYGEN DOCS - -DOXYGEN_IMPLIES= DOCS -DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -DOXYGEN_CMAKE_OFF= -Dbuild_docs=off - -post-patch: - ${REINPLACE_CMD} -e 's,lib/pkgconfig,libdata/pkgconfig,' ${WRKSRC}/libiqxmlrpc/CMakeLists.txt - ${REINPLACE_CMD} -e 's,share/doc/libiqxmlrpc-$${Libiqxmlrpc_VERSION},${DOCSDIR_REL},' ${WRKSRC}/doc/CMakeLists.txt - -.include <bsd.port.mk> diff --git a/devel/libiqxmlrpc/distinfo b/devel/libiqxmlrpc/distinfo deleted file mode 100644 index 641f8e5e1dc7..000000000000 --- a/devel/libiqxmlrpc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1475579326 -SHA256 (libiqxmlrpc-0.13.5.tar.bz2) = 289927cbeb08334fff3293f24152c53818bd0929e5e08391fd160a6d50106075 -SIZE (libiqxmlrpc-0.13.5.tar.bz2) = 68587 diff --git a/devel/libiqxmlrpc/files/patch-boost-1.69 b/devel/libiqxmlrpc/files/patch-boost-1.69 deleted file mode 100644 index 968961d74d11..000000000000 --- a/devel/libiqxmlrpc/files/patch-boost-1.69 +++ /dev/null @@ -1,12 +0,0 @@ -https://github.com/adedov/libiqxmlrpc/issues/7 - ---- libiqxmlrpc/ssl_lib.cc.orig 2016-01-20 07:08:19 UTC -+++ libiqxmlrpc/ssl_lib.cc -@@ -12,6 +12,7 @@ - #include <openssl/ssl.h> - #include <openssl/err.h> - -+#include <boost/noncopyable.hpp> - #include <boost/thread/mutex.hpp> - #include <boost/thread/once.hpp> - diff --git a/devel/libiqxmlrpc/pkg-descr b/devel/libiqxmlrpc/pkg-descr deleted file mode 100644 index 87c5bf28d82c..000000000000 --- a/devel/libiqxmlrpc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC -solution for both client and server. It supports HTTP and HTTPS, -both single-threaded and multi-threaded computation models on the server side, -method interceptors, and other features. diff --git a/devel/libiqxmlrpc/pkg-plist b/devel/libiqxmlrpc/pkg-plist deleted file mode 100644 index 2195e5650c28..000000000000 --- a/devel/libiqxmlrpc/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -include/libiqxmlrpc/acceptor.h -include/libiqxmlrpc/api_export.h -include/libiqxmlrpc/auth_plugin.h -include/libiqxmlrpc/builtins.h -include/libiqxmlrpc/client.h -include/libiqxmlrpc/client_conn.h -include/libiqxmlrpc/client_opts.h -include/libiqxmlrpc/conn_factory.h -include/libiqxmlrpc/connection.h -include/libiqxmlrpc/connector.h -include/libiqxmlrpc/dispatcher_manager.h -include/libiqxmlrpc/except.h -include/libiqxmlrpc/executor.h -include/libiqxmlrpc/firewall.h -include/libiqxmlrpc/http.h -include/libiqxmlrpc/http_client.h -include/libiqxmlrpc/http_errors.h -include/libiqxmlrpc/http_server.h -include/libiqxmlrpc/https_client.h -include/libiqxmlrpc/https_server.h -include/libiqxmlrpc/inet_addr.h -include/libiqxmlrpc/libiqxmlrpc.h -include/libiqxmlrpc/lock.h -include/libiqxmlrpc/method.h -include/libiqxmlrpc/net_except.h -include/libiqxmlrpc/reactor.h -include/libiqxmlrpc/reactor_interrupter.h -include/libiqxmlrpc/request.h -include/libiqxmlrpc/response.h -include/libiqxmlrpc/server.h -include/libiqxmlrpc/server_conn.h -include/libiqxmlrpc/socket.h -include/libiqxmlrpc/ssl_connection.h -include/libiqxmlrpc/ssl_lib.h -include/libiqxmlrpc/sysinc.h -include/libiqxmlrpc/util.h -include/libiqxmlrpc/value.h -include/libiqxmlrpc/value_type.h -include/libiqxmlrpc/value_type.inl -include/libiqxmlrpc/value_type_visitor.h -lib/libiqxmlrpc.so -libdata/pkgconfig/libiqxmlrpc.pc