x11-toolkits/qwt5-qt5:
- Update to 20200902 snapshot. No functional changes, this update is only to fix errors/warnings with modern c++ and Qt. - Remove no longer needed patch
This commit is contained in:
parent
ab49b72082
commit
faeb3ea0e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555476
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qwt5-qt5
|
||||
PORTVERSION= 5.2.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 5.2.3g20200902
|
||||
CATEGORIES= x11-toolkits
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
@ -10,11 +9,11 @@ COMMENT= Qt Widgets for Technical Applications
|
||||
|
||||
USES= compiler:c++11-lang gmake qmake qt:5
|
||||
USE_QT= core gui printsupport svg widgets buildtools_build
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gbm19
|
||||
GH_TAGNAME= 510caed
|
||||
GH_TAGNAME= 0052f96
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1543268425
|
||||
SHA256 (gbm19-qwt5-qt5-5.2.3-510caed_GH0.tar.gz) = ec0d3808400d1f433d115ee46d8f8f4a3982320a428e75ef03f3c086c508236f
|
||||
SIZE (gbm19-qwt5-qt5-5.2.3-510caed_GH0.tar.gz) = 2285997
|
||||
TIMESTAMP = 1605470433
|
||||
SHA256 (gbm19-qwt5-qt5-5.2.3g20200902-0052f96_GH0.tar.gz) = e3e55a1d8f756ef89c9c0bf14a92df93e7b691f639f59ec533d2a42f012f7aa3
|
||||
SIZE (gbm19-qwt5-qt5-5.2.3g20200902-0052f96_GH0.tar.gz) = 2315448
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- src/qwt_clipper.cpp.orig 2018-09-16 20:18:22 UTC
|
||||
+++ src/qwt_clipper.cpp
|
||||
@@ -7,7 +7,8 @@
|
||||
* modify it under the terms of the Qwt License, Version 1.0
|
||||
*****************************************************************************/
|
||||
|
||||
-#include <qrect.h>
|
||||
+#include <QList>
|
||||
+#include <QRect>
|
||||
#include "qwt_math.h"
|
||||
#include "qwt_clipper.h"
|
||||
|
Loading…
Reference in New Issue
Block a user