FreeBSD Bugzilla – Attachment 158086 Details for
Bug 201138
textproc/pugixml: update to 1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
pugixml.patch (text/plain), 3.01 KB, created by
Dmitry Marakasov
on 2015-06-26 23:12:17 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-06-26 23:12:17 UTC
Size:
3.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 390640) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= pugixml >-PORTVERSION= 1.4 >+PORTVERSION= 1.6 > CATEGORIES= textproc > MASTER_SITES= http://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ > >Index: distinfo >=================================================================== >--- distinfo (revision 390640) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (pugixml-1.4.tar.gz) = 9c8802269cee1a48ab269d4055b910216bdf878cccde286dcae9c25813e6fa87 >-SIZE (pugixml-1.4.tar.gz) = 369290 >+SHA256 (pugixml-1.6.tar.gz) = 473705c496d45ee6a74f73622b175dfb5dde0de372c4dc61a5acb964516cd9de >+SIZE (pugixml-1.6.tar.gz) = 346616 >Index: files/patch-scripts_CMakeLists.txt >=================================================================== >--- files/patch-scripts_CMakeLists.txt (revision 390640) >+++ files/patch-scripts_CMakeLists.txt (working copy) >@@ -1,8 +1,8 @@ >---- ./scripts/CMakeLists.txt.orig 2014-08-23 08:28:21.562183999 -0400 >-+++ ./scripts/CMakeLists.txt 2014-08-23 08:41:29.301439998 -0400 >-@@ -10,13 +10,11 @@ >- set(HEADERS ../src/pugixml.hpp ../src/pugiconfig.hpp) >- set(SOURCES ${HEADERS} ../src/pugixml.cpp) >+--- 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}) >+ endif() > > -if(BUILD_SHARED_LIBS) > - add_library(pugixml SHARED ${SOURCES}) >@@ -12,9 +12,15 @@ > +add_library(pugixml SHARED ${SOURCES}) > +add_library(pugixml_static STATIC ${SOURCES}) > >- set_target_properties(pugixml PROPERTIES VERSION 1.4 SOVERSION 1) >+ set_target_properties(pugixml PROPERTIES VERSION 1.6 SOVERSION 1) > +set_target_properties(pugixml_static PROPERTIES OUTPUT_NAME pugixml) > >--install(TARGETS pugixml LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) >-+install(TARGETS pugixml pugixml_static LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) >- install(FILES ${HEADERS} DESTINATION include) >+-install(TARGETS pugixml EXPORT pugixml-config >++install(TARGETS pugixml pugixml_static >+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} >+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} >+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} >+ ) >+ >+ install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) >+-install(EXPORT pugixml-config DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/pugixml) >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 390640) >+++ pkg-descr (working copy) >@@ -7,4 +7,4 @@ > * Full Unicode support with Unicode interface variants and automatic encoding > conversions > >-WWW: http://pugixml.com/ >+WWW: http://pugixml.org/ >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 390640) >+++ pkg-plist (working copy) >@@ -3,4 +3,4 @@ > lib/libpugixml.a > lib/libpugixml.so > lib/libpugixml.so.1 >-lib/libpugixml.so.1.4 >+lib/libpugixml.so.1.6
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
Actions:
View
|
Diff
Attachments on
bug 201138
: 158086