Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 07:52:14 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430313 - in head/devel/lxqt-build-tools: . files
Message-ID:  <201701020752.v027qEbN062333@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Mon Jan  2 07:52:13 2017
New Revision: 430313
URL: https://svnweb.freebsd.org/changeset/ports/430313

Log:
  Update to 0.3.1

Modified:
  head/devel/lxqt-build-tools/Makefile
  head/devel/lxqt-build-tools/distinfo
  head/devel/lxqt-build-tools/files/extra-patch-cmake_modules_LXQtCompilerSettings.cmake

Modified: head/devel/lxqt-build-tools/Makefile
==============================================================================
--- head/devel/lxqt-build-tools/Makefile	Mon Jan  2 07:36:45 2017	(r430312)
+++ head/devel/lxqt-build-tools/Makefile	Mon Jan  2 07:52:13 2017	(r430313)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lxqt-build-tools
-PORTVERSION=	0.3.0
+PORTVERSION=	0.3.1
 CATEGORIES=	devel
 MASTER_SITES=	LXQT/${PORTNAME}
 

Modified: head/devel/lxqt-build-tools/distinfo
==============================================================================
--- head/devel/lxqt-build-tools/distinfo	Mon Jan  2 07:36:45 2017	(r430312)
+++ head/devel/lxqt-build-tools/distinfo	Mon Jan  2 07:52:13 2017	(r430313)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481464588
-SHA256 (lxqt/lxqt-build-tools-0.3.0.tar.xz) = 850124c0b76be38859745542fa45cb65191034d32b4fbc9f3399c867db69c008
-SIZE (lxqt/lxqt-build-tools-0.3.0.tar.xz) = 19024
+TIMESTAMP = 1483342466
+SHA256 (lxqt/lxqt-build-tools-0.3.1.tar.xz) = 6c16bed977d78eea85f43ac1c82aa00065c739268a12c721d1bf3089933ff840
+SIZE (lxqt/lxqt-build-tools-0.3.1.tar.xz) = 19320

Modified: head/devel/lxqt-build-tools/files/extra-patch-cmake_modules_LXQtCompilerSettings.cmake
==============================================================================
--- head/devel/lxqt-build-tools/files/extra-patch-cmake_modules_LXQtCompilerSettings.cmake	Mon Jan  2 07:36:45 2017	(r430312)
+++ head/devel/lxqt-build-tools/files/extra-patch-cmake_modules_LXQtCompilerSettings.cmake	Mon Jan  2 07:52:13 2017	(r430313)
@@ -1,4 +1,4 @@
---- cmake/modules/LXQtCompilerSettings.cmake.orig	2016-12-06 20:31:16 UTC
+--- cmake/modules/LXQtCompilerSettings.cmake.orig	2017-01-01 21:46:43 UTC
 +++ cmake/modules/LXQtCompilerSettings.cmake
 @@ -144,7 +144,9 @@ endif()
  if (CMAKE_COMPILER_IS_GNUCXX OR LXQT_COMPILER_IS_CLANGCXX)
@@ -7,7 +7,7 @@
 -        set(LTO_FLAGS "-flto -fuse-linker-plugin")
 +        if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
 +            set(LTO_FLAGS "-flto -fuse-linker-plugin")
-+        endif ()
-     elseif (LXQT_COMPILER_IS_CLANGCXX)
-         # The link-time optimization of clang++/llvm seems to be too aggrassive.
-         # After testing, it breaks the signal/slots of QObject sometimes.
++        endif()
+         # When building static libraries with LTO in gcc >= 4.9,
+         # "gcc-ar" and "gcc-ranlib" should be used instead of "ar" and "ranlib".
+         # references:



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