mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
devel/docopt.cpp: Update 0.6.2-6 -> 0.6.3
Reported by: portscout
This commit is contained in:
parent
7a64ce1b71
commit
5c43c52215
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538910
@ -1,9 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docopt.cpp
|
||||
DISTVERSION= 0.6.2-6
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= -g7476f8e
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1542265786
|
||||
SHA256 (docopt-docopt.cpp-0.6.2-6-g7476f8e_GH0.tar.gz) = 6bb641a2b4502feba7302e7190f4a60537298134d334df6b1e27c5d85ad819bc
|
||||
SIZE (docopt-docopt.cpp-0.6.2-6-g7476f8e_GH0.tar.gz) = 27080
|
||||
TIMESTAMP = 1592234659
|
||||
SHA256 (docopt-docopt.cpp-v0.6.3_GH0.tar.gz) = 28af5a0c482c6d508d22b14d588a3b0bd9ff97135f99c2814a5aa3cbff1d6632
|
||||
SIZE (docopt-docopt.cpp-v0.6.3_GH0.tar.gz) = 27598
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- CMakeLists.txt.orig 2018-11-15 07:15:24 UTC
|
||||
--- CMakeLists.txt.orig 2020-05-11 17:23:10 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -42,7 +42,7 @@ if(MSVC OR XCODE)
|
||||
# Xcode does not support libraries with only object files as sources.
|
||||
@ -9,21 +9,7 @@
|
||||
else()
|
||||
# If not using MSVC or Xcode, we will create an intermediate object target
|
||||
# to avoid compiling the source code twice.
|
||||
@@ -50,11 +50,11 @@ else()
|
||||
set_target_properties(docopt_o PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
|
||||
|
||||
add_library(docopt SHARED $<TARGET_OBJECTS:docopt_o>)
|
||||
- add_library(docopt_s STATIC $<TARGET_OBJECTS:docopt_o>)
|
||||
+ #add_library(docopt_s STATIC $<TARGET_OBJECTS:docopt_o>)
|
||||
endif()
|
||||
|
||||
target_include_directories(docopt PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}> $<INSTALL_INTERFACE:include/docopt>)
|
||||
-target_include_directories(docopt_s PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}> $<INSTALL_INTERFACE:include/docopt>)
|
||||
+#target_include_directories(docopt_s PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}> $<INSTALL_INTERFACE:include/docopt>)
|
||||
|
||||
if(MSVC)
|
||||
# DOCOPT_DLL: Must be specified when building *and* when using the DLL.
|
||||
@@ -67,7 +67,7 @@ endif()
|
||||
@@ -71,7 +71,7 @@ endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
set_target_properties(docopt PROPERTIES OUTPUT_NAME docopt)
|
||||
@ -32,7 +18,7 @@
|
||||
endif()
|
||||
|
||||
if(USE_BOOST_REGEX)
|
||||
@@ -79,7 +79,7 @@ if(USE_BOOST_REGEX)
|
||||
@@ -83,7 +83,7 @@ if(USE_BOOST_REGEX)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
target_link_libraries(docopt ${Boost_LIBRARIES})
|
||||
if(WITH_STATIC)
|
||||
@ -41,7 +27,7 @@
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -116,7 +116,7 @@ set(export_name "docopt-targets")
|
||||
@@ -120,7 +120,7 @@ set(export_name "docopt-targets")
|
||||
install(TARGETS docopt EXPORT ${export_name} DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
# Development package
|
||||
|
@ -7,3 +7,6 @@ lib/cmake/docopt/docopt-config.cmake
|
||||
lib/cmake/docopt/docopt-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/docopt/docopt-targets.cmake
|
||||
lib/libdocopt.so
|
||||
lib/libdocopt.so.0
|
||||
lib/libdocopt.so.0.6.2
|
||||
libdata/pkgconfig/docopt.pc
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= OpenSim
|
||||
DISTVERSION= 4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science
|
||||
PKGNAMESUFFIX= -core
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user