diff --git a/cad/caneda/Makefile b/cad/caneda/Makefile index 6f1303bbfb8b..75835ce7c5f8 100644 --- a/cad/caneda/Makefile +++ b/cad/caneda/Makefile @@ -1,24 +1,25 @@ PORTNAME= caneda DISTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= cad DIST_SUBDIR= ${PORTNAME} MAINTAINER= yuri@FreeBSD.org COMMENT= EDA software suite focused on ease of use and portability WWW= http://caneda.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6 USES= cmake compiler:c++11-lang desktop-file-utils qt:5 \ shared-mime-info USE_GITHUB= yes GH_ACCOUNT= Caneda GH_PROJECT= Caneda USE_QT= core gui printsupport svg widgets buildtools:build linguisttools:build qmake:build CMAKE_ARGS= -DQWT_INCLUDE_DIR=${LOCALBASE}/include/qt5/qwt6 -DQWT_LIBRARY=${LOCALBASE}/lib/qt5/libqwt6.so .include diff --git a/cad/caneda/files/patch-src_chartview.cpp b/cad/caneda/files/patch-src_chartview.cpp new file mode 100644 index 000000000000..5f8fd72f5e8d --- /dev/null +++ b/cad/caneda/files/patch-src_chartview.cpp @@ -0,0 +1,10 @@ +--- src/chartview.cpp.orig 2022-03-24 04:41:36 UTC ++++ src/chartview.cpp +@@ -35,6 +35,7 @@ + #include + #include + #include ++#include + + namespace Caneda + { diff --git a/cad/caneda/files/patch-src_fileformats.cpp b/cad/caneda/files/patch-src_fileformats.cpp new file mode 100644 index 000000000000..908a12622d85 --- /dev/null +++ b/cad/caneda/files/patch-src_fileformats.cpp @@ -0,0 +1,10 @@ +--- src/fileformats.cpp.orig 2022-03-24 04:46:31 UTC ++++ src/fileformats.cpp +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/cad/caneda/files/patch-src_sidebarchartsbrowser.cpp b/cad/caneda/files/patch-src_sidebarchartsbrowser.cpp new file mode 100644 index 000000000000..4c570a30b3ca --- /dev/null +++ b/cad/caneda/files/patch-src_sidebarchartsbrowser.cpp @@ -0,0 +1,10 @@ +--- src/sidebarchartsbrowser.cpp.orig 2022-03-24 04:51:12 UTC ++++ src/sidebarchartsbrowser.cpp +@@ -34,6 +34,7 @@ + #include + + #include ++#include + + namespace Caneda + {