Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 00:39:27 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f87ccf57e084 - main - cad/qucs-s: Fix build with Qt 6.6.x
Message-ID:  <202311220039.3AM0dReV048382@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

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

commit f87ccf57e084226fcccb51525bba805bbcb83e6f
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-11-22 00:35:41 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-11-22 00:39:22 +0000

    cad/qucs-s: Fix build with Qt 6.6.x
    
    https://github.com/ra3xdh/qucs_s/issues/375
    https://github.com/ra3xdh/qucs_s/pull/376
    
    PR:             275068
    MFH:            2023Q4
---
 cad/qucs-s/files/patch-qucs_diagrams_marker.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/cad/qucs-s/files/patch-qucs_diagrams_marker.h b/cad/qucs-s/files/patch-qucs_diagrams_marker.h
new file mode 100644
index 000000000000..bbd6ba89f18a
--- /dev/null
+++ b/cad/qucs-s/files/patch-qucs_diagrams_marker.h
@@ -0,0 +1,16 @@
+Fix build with Qt 6.6.x
+
+https://github.com/ra3xdh/qucs_s/issues/375
+https://github.com/ra3xdh/qucs_s/pull/376
+
+--- qucs/diagrams/marker.h.orig	2023-10-26 12:53:59 UTC
++++ qucs/diagrams/marker.h
+@@ -18,6 +18,8 @@
+ #ifndef MARKER_H
+ #define MARKER_H
+ 
++#include <vector>
++
+ #include "element.h"
+ #include "viewpainter.h"
+ 



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