Index: head/misc/valentina/Makefile =================================================================== --- head/misc/valentina/Makefile (revision 553202) +++ head/misc/valentina/Makefile (revision 553203) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= valentina -DISTVERSION= 0.7.0.0a +DISTVERSION= 0.7.36 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Sewing pattern drafting tool aiming to remake the garment industry LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL.txt USES= compiler:c++11-lang desktop-file-utils dos2unix gl gmake qmake qt:5 USE_QT= buildtools_build concurrent core gui linguisttools_build network \ opengl printsupport svg testlib_build widgets xml xmlpatterns USE_GL= gl USE_LDCONFIG= yes USE_GITLAB= yes GL_ACCOUNT= smart-pattern -GL_COMMIT= 15e731671f9471390d7ccf95c7eb5bbda8c25f95 +GL_COMMIT= 188d7097e1c3079a45c9ebd2c8d9e87f4912e649 DOS2UNIX_FILES= src/libs/vgeometry/vellipticalarc.cpp QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath" .if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE) QMAKE_ARGS+= CONFIG+="no_ccache" .endif BINARY_ALIAS= hg=/usr/bin/true .include Index: head/misc/valentina/distinfo =================================================================== --- head/misc/valentina/distinfo (revision 553202) +++ head/misc/valentina/distinfo (revision 553203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594379769 -SHA256 (smart-pattern-valentina-15e731671f9471390d7ccf95c7eb5bbda8c25f95_GL0.tar.gz) = 113f1c5375c2ee4b1f0ff1f8684125e8c6a181eb857e1d625df79df792597f6c -SIZE (smart-pattern-valentina-15e731671f9471390d7ccf95c7eb5bbda8c25f95_GL0.tar.gz) = 42388820 +TIMESTAMP = 1603551914 +SHA256 (smart-pattern-valentina-188d7097e1c3079a45c9ebd2c8d9e87f4912e649_GL0.tar.gz) = 6d1322215f5fdd0f4a553971a1c0894ed06c57b541ec854098c94b80da2c550a +SIZE (smart-pattern-valentina-188d7097e1c3079a45c9ebd2c8d9e87f4912e649_GL0.tar.gz) = 42454398 Index: head/misc/valentina/files/patch-src_libs_vgeometry_vellipticalarc.cpp =================================================================== --- head/misc/valentina/files/patch-src_libs_vgeometry_vellipticalarc.cpp (revision 553202) +++ head/misc/valentina/files/patch-src_libs_vgeometry_vellipticalarc.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/libs/vgeometry/vellipticalarc.cpp.orig 2020-07-11 05:51:16 UTC -+++ src/libs/vgeometry/vellipticalarc.cpp -@@ -30,6 +30,7 @@ - - #include - #include -+#include - - #include "../vmisc/def.h" - #include "../vmisc/vmath.h" Property changes on: head/misc/valentina/files/patch-src_libs_vgeometry_vellipticalarc.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/valentina/files/patch-src_libs_vgeometry_vplacelabelitem.cpp =================================================================== --- head/misc/valentina/files/patch-src_libs_vgeometry_vplacelabelitem.cpp (revision 553202) +++ head/misc/valentina/files/patch-src_libs_vgeometry_vplacelabelitem.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/libs/vgeometry/vplacelabelitem.cpp.orig 2020-07-11 05:51:16 UTC -+++ src/libs/vgeometry/vplacelabelitem.cpp -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - - //--------------------------------------------------------------------------------------------------------------------- - VPlaceLabelItem::VPlaceLabelItem() Property changes on: head/misc/valentina/files/patch-src_libs_vgeometry_vplacelabelitem.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/misc/valentina/files/patch-common.pri =================================================================== --- head/misc/valentina/files/patch-common.pri (revision 553202) +++ head/misc/valentina/files/patch-common.pri (revision 553203) @@ -1,26 +1,26 @@ ---- common.pri.orig 2020-07-11 05:51:06 UTC +--- common.pri.orig 2020-10-24 09:23:35 UTC +++ common.pri -@@ -209,11 +209,11 @@ defineTest(forceCopyToDestdir) { +@@ -21,7 +21,7 @@ unix{ + } + + # Default prefix. Use for creation install path. +- DEFAULT_PREFIX = /usr ++ DEFAULT_PREFIX = /usr/local + + # Prefix for binary file. + isEmpty(PREFIX){ +@@ -222,11 +222,11 @@ defineTest(forceCopyToDestdir) { # We use precompiled headers for more fast compilation source code. defineReplace(set_PCH){ no_ccache{ - CONFIG += precompile_header # Turn on creation precompiled headers (PCH). + CONFIG -= precompile_header # Turn on creation precompiled headers (PCH). export(CONFIG) # export value to global variable. - PRECOMPILED_HEADER = stable.h # Header file with all all static headers: libraries, static local headers. - export(PRECOMPILED_HEADER) # export value to global variable + #PRECOMPILED_HEADER = stable.h # Header file with all all static headers: libraries, static local headers. + #export(PRECOMPILED_HEADER) # export value to global variable *msvc* { PRECOMPILED_SOURCE = stable.cpp # MSVC need also cpp file. -@@ -311,7 +311,7 @@ defineReplace(FindLatestTagDistance){ - } - - # Default prefix. Use for creation install path. --DEFAULT_PREFIX = /usr -+DEFAULT_PREFIX = /usr/local - - # In debug mode on Unix system we use all usefull for us compilers keys for checking errors. - # Also trying make all possible for speed up build time.