FreeBSD Bugzilla – Attachment 171622 Details for
Bug 210006
textproc/pugixml: update to 1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
the patch
pugixml-1.7.diff (text/plain), 2.58 KB, created by
Yakov Galka
on 2016-06-20 19:47:45 UTC
(
hide
)
Description:
the patch
Filename:
MIME Type:
Creator:
Yakov Galka
Created:
2016-06-20 19:47:45 UTC
Size:
2.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 416336) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= pugixml >-PORTVERSION= 1.6 >+PORTVERSION= 1.7 > PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= http://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ >Index: distinfo >=================================================================== >--- distinfo (revision 416336) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (pugixml-1.6.tar.gz) = 473705c496d45ee6a74f73622b175dfb5dde0de372c4dc61a5acb964516cd9de >-SIZE (pugixml-1.6.tar.gz) = 346616 >+SHA256 (pugixml-1.7.tar.gz) = fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca >+SIZE (pugixml-1.7.tar.gz) = 354472 >Index: files/patch-scripts_CMakeLists.txt >=================================================================== >--- files/patch-scripts_CMakeLists.txt (revision 416336) >+++ files/patch-scripts_CMakeLists.txt (working copy) >@@ -1,18 +1,23 @@ >---- scripts/CMakeLists.txt.orig 2015-03-25 03:19:09 UTC >-+++ scripts/CMakeLists.txt >-@@ -16,19 +16,16 @@ if(DEFINED BUILD_DEFINES) >- add_definitions(${BUILD_DEFINES}) >+--- scripts/CMakeLists.txt.orig 2015-10-19 06:15:50.000000000 +0300 >++++ scripts/CMakeLists.txt 2016-06-20 22:08:33.133152000 +0300 >+@@ -19,27 +19,19 @@ >+ endforeach() > endif() > > -if(BUILD_SHARED_LIBS) >-- add_library(pugixml SHARED ${SOURCES}) >+- add_library(pugixml SHARED ${SOURCES}) > -else() >-- add_library(pugixml STATIC ${SOURCES}) >+- add_library(pugixml STATIC ${SOURCES}) > -endif() >+- >+-# Enable C++11 long long for compilers that are capable of it >+-if(NOT ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} STRLESS 3.1) >+- target_compile_features(pugixml PUBLIC cxx_long_long_type) >+-endif() > +add_library(pugixml SHARED ${SOURCES}) > +add_library(pugixml_static STATIC ${SOURCES}) > >- set_target_properties(pugixml PROPERTIES VERSION 1.6 SOVERSION 1) >+ set_target_properties(pugixml PROPERTIES VERSION 1.7 SOVERSION 1) > +set_target_properties(pugixml_static PROPERTIES OUTPUT_NAME pugixml) > > -install(TARGETS pugixml EXPORT pugixml-config >@@ -24,3 +29,6 @@ > > install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) > -install(EXPORT pugixml-config DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/pugixml) >+ >+ if(BUILD_TESTS) >+ file(GLOB TEST_SOURCES ../tests/*.cpp) >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 416336) >+++ pkg-plist (working copy) >@@ -3,4 +3,4 @@ > lib/libpugixml.a > lib/libpugixml.so > lib/libpugixml.so.1 >-lib/libpugixml.so.1.6 >+lib/libpugixml.so.1.7
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ybungalobill
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 210006
:
170994
| 171622