ssage-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1733729099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lO/7ZOEk5NQyjI0OSXLSDSl7eApDloqUia8KuilrDcc=; b=pAB9JToTxhud6HQns9Edfpi1KvP4oZ8vzYVcqlJ9egdmB1lS1xOcZNnYylIRCdjxiRVYMx QXvQ8l9dIQdO7zPqzr0/5eGWYCVIr5VEojLYjv5IZ3/hU1BMrU0zC/I77BT/pD0ERc5w69 j9g9W0t1APTk7RIeot+kEQngF+UroTZQ5P9DtAlZQyIhSWpYubSMwJZI98/nEjEEkf/LFy xbpO1nYf3Hfshouc31jbhVXOnjBq16QjQazfUxPxiPCk2oY1UZ/QUAaeukhkAyS0gzQYYs TEvw+BCuCd8GE6EnoiVo/nCY3XHqVLZJrbg3LyYZvfBhbcBdh4ClFMmW+lPMqQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1733729099; a=rsa-sha256; cv=none; b=uMSLrrLAD7pLtmzOAqUp1ofIRFtMNXMOsP2nq9jkRWgfeWhb2V1VbHb4accGMyhfxuQi8A /uPjce+kpNNSeui1W40e9TRyleJE0pu3eDNPInsv20/eYHVz6CkxQHDmxI+LaOW41u0OAC KDepPRBZGD/N+9tMAob9p+Q9Qri2fXIbbYaq3SgzCmdXM3wwhHwUnK1yO1J9nb7OYoqk1y 8Pllr6KBg4bDsSwrvnjNVU6Q++EAKCIoIXeihSEb6LSa+GCNmQ4dlzQr3u2wPt3cKI+onk uoroNfg6BQDUpsp9UvDhFZNf3/EdN+qskUGBM1XMcWeLyzi5ybiSfICNhC41xA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Y6D0B6ysTzRyl; Mon, 9 Dec 2024 07:24:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 4B97OwXb029699; Mon, 9 Dec 2024 07:24:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 4B97Ow1t029696; Mon, 9 Dec 2024 07:24:58 GMT (envelope-from git) Date: Mon, 9 Dec 2024 07:24:58 GMT Message-Id: <202412090724.4B97Ow1t029696@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 505306a64ce7 - main - cad/librepcb: update 1.1.0 =?utf-8?Q?=E2=86=92?= 1.2.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 505306a64ce7499683a8eb1da5ff828a57f4de96 Auto-Submitted: auto-generated The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=505306a64ce7499683a8eb1da5ff828a57f4de96 commit 505306a64ce7499683a8eb1da5ff828a57f4de96 Author: Älven AuthorDate: 2024-12-09 06:11:46 +0000 Commit: Yuri Victorovich CommitDate: 2024-12-09 07:24:52 +0000 cad/librepcb: update 1.1.0 → 1.2.0 PR: 283197 --- cad/librepcb/Makefile | 13 ++++++------- cad/librepcb/distinfo | 6 +++--- .../files/patch-libs_optional_tl_optional.hpp | 22 ---------------------- 3 files changed, 9 insertions(+), 32 deletions(-) diff --git a/cad/librepcb/Makefile b/cad/librepcb/Makefile index 59d3cb64c5c2..304333d059cb 100644 --- a/cad/librepcb/Makefile +++ b/cad/librepcb/Makefile @@ -1,6 +1,5 @@ PORTNAME= librepcb -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.2.0 DISTVERSIONSUFFIX= -source CATEGORIES= cad MASTER_SITES= https://download.librepcb.org/releases/${DISTVERSION}/ @@ -8,7 +7,7 @@ MASTER_SITES= https://download.librepcb.org/releases/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Schematic and PCB editing software WWW= https://librepcb.org/ \ - https://github.com/LibrePCB/LibrePCB + https://github.com/LibrePCB/LibrePCB/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -20,12 +19,12 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg4 \ libtbb.so:devel/onetbb \ libTKService.so:cad/opencascade -USES= cmake:testing compiler:c++11-lang desktop-file-utils gl \ +USES= cmake:testing compiler:c++17-lang desktop-file-utils gl \ localbase:ldflags qt:5 shared-mime-info xorg zip -USE_QT= concurrent core declarative gui network \ - opengl printsupport quickcontrols2 sql svg xml widgets \ - buildtools:build linguisttools:build testlib:build qmake:build USE_GL= gl glu +USE_QT= buildtools:build concurrent core declarative gui \ + linguisttools:build network opengl printsupport qmake:build \ + quickcontrols2 sql svg testlib:build xml widgets USE_XORG= x11 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} diff --git a/cad/librepcb/distinfo b/cad/librepcb/distinfo index 7791e776813f..4f0c5b583c26 100644 --- a/cad/librepcb/distinfo +++ b/cad/librepcb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718394648 -SHA256 (librepcb-1.1.0-source.zip) = 102dcd713cf899af22e26b5e147592cc59d9330846f5bbdd98e5c1a77e958e83 -SIZE (librepcb-1.1.0-source.zip) = 15373750 +TIMESTAMP = 1733642750 +SHA256 (librepcb-1.2.0-source.zip) = f6e9a375ab9f8fda2486481ee49e9359a0ab9a4ae2d5778e2e27f414ad98e829 +SIZE (librepcb-1.2.0-source.zip) = 15923398 diff --git a/cad/librepcb/files/patch-libs_optional_tl_optional.hpp b/cad/librepcb/files/patch-libs_optional_tl_optional.hpp deleted file mode 100644 index 96d0ce2baa5b..000000000000 --- a/cad/librepcb/files/patch-libs_optional_tl_optional.hpp +++ /dev/null @@ -1,22 +0,0 @@ -- workaround for https://github.com/LibrePCB/LibrePCB/issues/1454 - ---- libs/optional/tl/optional.hpp.orig 2024-10-31 19:31:32 UTC -+++ libs/optional/tl/optional.hpp -@@ -1979,17 +1979,6 @@ template class optional { (public) - return *this; - } - -- /// Constructs the value in-place, destroying the current one if there is -- /// one. -- template T &emplace(Args &&... args) noexcept { -- static_assert(std::is_constructible::value, -- "T must be constructible with Args"); -- -- *this = nullopt; -- this->construct(std::forward(args)...); -- return value(); -- } -- - void swap(optional &rhs) noexcept { std::swap(m_value, rhs.m_value); } - - /// Returns a pointer to the stored value