Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 10:01:18 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485748 - in head/devel/easyloggingpp: . files
Message-ID:  <201811241001.wAOA1Iej067457@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov 24 10:01:18 2018
New Revision: 485748
URL: https://svnweb.freebsd.org/changeset/ports/485748

Log:
  devel/easyloggingpp: Update 9.96.5 -> 9.96.7
  
  Reported by:	portscout

Modified:
  head/devel/easyloggingpp/Makefile
  head/devel/easyloggingpp/distinfo
  head/devel/easyloggingpp/files/patch-CMakeLists.txt

Modified: head/devel/easyloggingpp/Makefile
==============================================================================
--- head/devel/easyloggingpp/Makefile	Sat Nov 24 09:57:03 2018	(r485747)
+++ head/devel/easyloggingpp/Makefile	Sat Nov 24 10:01:18 2018	(r485748)
@@ -2,7 +2,7 @@
 
 PORTNAME=	easyloggingpp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	9.96.5
+DISTVERSION=	9.96.7
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/devel/easyloggingpp/distinfo
==============================================================================
--- head/devel/easyloggingpp/distinfo	Sat Nov 24 09:57:03 2018	(r485747)
+++ head/devel/easyloggingpp/distinfo	Sat Nov 24 10:01:18 2018	(r485748)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536339841
-SHA256 (muflihun-easyloggingpp-v9.96.5_GH0.tar.gz) = ec7320be0639bd4493c6221303261980109cc6c9f9e4eb4b2e1b1f6a1d9b1513
-SIZE (muflihun-easyloggingpp-v9.96.5_GH0.tar.gz) = 749731
+TIMESTAMP = 1543053240
+SHA256 (muflihun-easyloggingpp-v9.96.7_GH0.tar.gz) = 237c80072b9b480a9f2942b903b4b0179f65e146e5dcc64864dc91792dedd722
+SIZE (muflihun-easyloggingpp-v9.96.7_GH0.tar.gz) = 750349

Modified: head/devel/easyloggingpp/files/patch-CMakeLists.txt
==============================================================================
--- head/devel/easyloggingpp/files/patch-CMakeLists.txt	Sat Nov 24 09:57:03 2018	(r485747)
+++ head/devel/easyloggingpp/files/patch-CMakeLists.txt	Sat Nov 24 10:01:18 2018	(r485748)
@@ -1,6 +1,4 @@
-Suggested the same to the upstream: https://github.com/muflihun/easyloggingpp/issues/603
-
---- CMakeLists.txt.orig	2018-02-14 05:35:11 UTC
+--- CMakeLists.txt.orig	2018-11-23 20:35:32 UTC
 +++ CMakeLists.txt
 @@ -22,7 +22,7 @@ macro(require_cpp11)
  endmacro()
@@ -11,7 +9,7 @@ Suggested the same to the upstream: https://github.com
  option(lib_utc_datetime "Build library with UTC date/time logging" OFF)
  
  set(ELPP_MAJOR_VERSION "9")
-@@ -31,7 +31,7 @@ set(ELPP_PATCH_VERSION "0")
+@@ -31,7 +31,7 @@ set(ELPP_PATCH_VERSION "7")
  set(ELPP_VERSION_STRING "${ELPP_MAJOR_VERSION}.${ELPP_MINOR_VERSION}.${ELPP_PATCH_VERSION}")
  
  set(ELPP_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "The directory the headers are installed in")
@@ -20,7 +18,7 @@ Suggested the same to the upstream: https://github.com
  
  include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
  
-@@ -46,17 +46,17 @@ configure_file( ${CMAKE_CURRENT_SOURCE_D
+@@ -46,18 +46,18 @@ configure_file( ${CMAKE_CURRENT_SOURCE_D
  
  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/easyloggingpp.pc DESTINATION "${ELPP_PKGCONFIG_INSTALL_DIR}")
  
@@ -33,6 +31,7 @@ Suggested the same to the upstream: https://github.com
          require_cpp11()
 -        add_library(easyloggingpp STATIC src/easylogging++.cc)
 +        add_library(easyloggingpp SHARED src/easylogging++.cc)
+         set_property(TARGET easyloggingpp PROPERTY POSITION_INDEPENDENT_CODE ON)
  
          install(TARGETS
              easyloggingpp



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