Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2023 00:26:42 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 6777c48daefc - 2023Q3 - cad/horizon-eda: Replace USE_CXXSTD with the patch provided by upstream
Message-ID:  <202307110026.36B0QgGg049000@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6777c48daefcf8bee32c9f37a7eb6c41dc163235

commit 6777c48daefcf8bee32c9f37a7eb6c41dc163235
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-11 00:25:43 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-11 00:26:40 +0000

    cad/horizon-eda: Replace USE_CXXSTD with the patch provided by upstream
    
    (cherry picked from commit aa7b878f6c1f4312bc2034ddc5c20fabdc2406c2)
---
 cad/horizon-eda/Makefile | 4 +++-
 cad/horizon-eda/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index 88683f1a30d7..42eb5c7b8893 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -3,6 +3,9 @@ DISTVERSIONPREFIX=	v
 DISTVERSION=	2.5.0
 CATEGORIES=	cad
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	1efad3028a1953af2cf62b518a54ffeb309977bc.patch:-p1 # https://github.com/horizon-eda/horizon/issues/727
+
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	EDA package for printed circuit board design
 WWW=		https://horizon-eda.org/
@@ -26,7 +29,6 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 
 USES=		desktop-file-utils gmake gnome libarchive localbase pkgconfig python:build sqlite # compiler:c++17-lang
 USE_GNOME=	atkmm gdkpixbuf2 gtkmm30 librsvg2
-USE_CXXSTD=	c++14 # fix build failure on 14 due to the use of deprecated std::binary_function C++ feature, see https://github.com/horizon-eda/horizon/issues/727
 
 USE_GITHUB=	yes
 GH_PROJECT=	horizon
diff --git a/cad/horizon-eda/distinfo b/cad/horizon-eda/distinfo
index 7e058c248788..ed510e2d1814 100644
--- a/cad/horizon-eda/distinfo
+++ b/cad/horizon-eda/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1687149735
+TIMESTAMP = 1689033060
 SHA256 (horizon-eda-horizon-v2.5.0_GH0.tar.gz) = c5cbe54b5f58289e52e4a8d0ed0594cd88ed0cfcef89e1c5ecdd5b82449449b4
 SIZE (horizon-eda-horizon-v2.5.0_GH0.tar.gz) = 3971079
+SHA256 (1efad3028a1953af2cf62b518a54ffeb309977bc.patch) = 38f2dad9a730e03df02bb64972b398cd5a1c92dd85a338c432d36bb78510e97f
+SIZE (1efad3028a1953af2cf62b518a54ffeb309977bc.patch) = 792



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307110026.36B0QgGg049000>