summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-10-05 17:01:41 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-10-05 17:01:41 +0000
commit34249ecde5a5c62f1743167b33214528adf0f257 (patch)
treecf16b3450b7661bbb9f74129785a18068e29085d /graphics
parentnet/tigervnc(-devel): runtime and stage-QA fix (diff)
Update SeExpr to version 2.11 (latest stable).
Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1467059439 which corresponds to commit a5f02bb tagged as this release.
Notes
Notes: svn path=/head/; revision=423353
Diffstat (limited to 'graphics')
-rw-r--r--graphics/seexpr/Makefile4
-rw-r--r--graphics/seexpr/distinfo6
-rw-r--r--graphics/seexpr/files/patch-src_SeExprEditor_CMakeLists.txt11
3 files changed, 5 insertions, 16 deletions
diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile
index 21c7db145fb1..440308d49a36 100644
--- a/graphics/seexpr/Makefile
+++ b/graphics/seexpr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= seexpr
DISTVERSIONPREFIX= v
-PORTVERSION= 2.9
+PORTVERSION= 2.11
CATEGORIES= graphics math
MAINTAINER= danfe@FreeBSD.org
@@ -19,7 +19,7 @@ USES= bison cmake compiler:c++0x pyqt:4 python
USE_PYQT= gui_build sip_build
USE_QT4= moc_build qmake_build rcc_build uic_build gui opengl
-MAKE_JOBS_UNSAFE= yes
+MAKE_JOBS_UNSAFE= yes # https://github.com/wdas/seexpr/issues/40
CXXFLAGS+= -I${LOCALBASE}/include
diff --git a/graphics/seexpr/distinfo b/graphics/seexpr/distinfo
index 82054b51bfd5..0cfd04f899fe 100644
--- a/graphics/seexpr/distinfo
+++ b/graphics/seexpr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464775766
-SHA256 (wdas-SeExpr-v2.9_GH0.tar.gz) = 097642881f2c360d825f31e7c23881226386776dccbe8aa5b37c9ee0077601b2
-SIZE (wdas-SeExpr-v2.9_GH0.tar.gz) = 709434
+TIMESTAMP = 1467059439
+SHA256 (wdas-SeExpr-v2.11_GH0.tar.gz) = bf4a498f86aa3fc19aad3d7384de11d5df76f7f71587c9bd789f5e50f8090e1a
+SIZE (wdas-SeExpr-v2.11_GH0.tar.gz) = 709354
diff --git a/graphics/seexpr/files/patch-src_SeExprEditor_CMakeLists.txt b/graphics/seexpr/files/patch-src_SeExprEditor_CMakeLists.txt
deleted file mode 100644
index 4e7a351d9710..000000000000
--- a/graphics/seexpr/files/patch-src_SeExprEditor_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/SeExprEditor/CMakeLists.txt.orig 2015-08-28 22:32:38 UTC
-+++ src/SeExprEditor/CMakeLists.txt
-@@ -103,6 +103,8 @@ ENDIF(WIN32)
- -t WS_X11 -g -j 1
- -I. -I${PYQT4_SIP} -I${SIP_INCLUDE_DIR}
- ${CMAKE_CURRENT_SOURCE_DIR}/SeExprEditor.sip
-+# libc++ 3.8.0 hack: things break if <iostream> is included after <Python.h>
-+ COMMAND sed -i.bak -e "10s,^,#include <iostream>," sipAPIexpreditor.h
- VERBATIM)
-
- add_library(expreditor SHARED sipexpreditorpart0.cpp)