FreeBSD Bugzilla – Attachment 163121 Details for
Bug 204544
[patch] devel/cpp-netlib change to build shared libs (needed by sysutils/osquery 1.6.0)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
netlib.diff (text/plain), 1.27 KB, created by
Kurt Jaeger
on 2015-11-14 17:46:01 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-11-14 17:46:01 UTC
Size:
1.27 KB
patch
obsolete
>diff -r -u -N devel/cpp-netlib/Makefile ../../home/pi/myp/devel/cpp-netlib/Makefile >--- devel/cpp-netlib/Makefile 2015-09-26 14:38:42.464781000 +0200 >+++ ../../home/pi/myp/devel/cpp-netlib/Makefile 2015-11-14 18:32:37.519368000 +0100 >@@ -2,6 +2,7 @@ > # $FreeBSD: head/devel/cpp-netlib/Makefile 397863 2015-09-25 18:51:51Z zi $ > > PORTNAME= cpp-netlib >+PORTREVISION= 1 > DISTVERSIONPREFIX= ${PORTNAME}- > DISTVERSION= 0.11.2 > DISTVERSIONSUFFIX= -final >diff -r -u -N devel/cpp-netlib/pkg-plist ../../home/pi/myp/devel/cpp-netlib/pkg-plist >--- devel/cpp-netlib/pkg-plist 2015-08-01 00:44:17.133514000 +0200 >+++ ../../home/pi/myp/devel/cpp-netlib/pkg-plist 2015-11-14 18:31:45.970543000 +0100 >@@ -221,6 +221,12 @@ > lib/cmake/cppnetlib/cppnetlibConfigVersion.cmake > lib/cmake/cppnetlib/cppnetlibTargets-%%CMAKE_BUILD_TYPE%%.cmake > lib/cmake/cppnetlib/cppnetlibTargets.cmake >-lib/libcppnetlib-client-connections.a >-lib/libcppnetlib-server-parsers.a >-lib/libcppnetlib-uri.a >+lib/libcppnetlib-client-connections.so >+lib/libcppnetlib-client-connections.so.0 >+lib/libcppnetlib-client-connections.so.0.11.1 >+lib/libcppnetlib-server-parsers.so >+lib/libcppnetlib-server-parsers.so.0 >+lib/libcppnetlib-server-parsers.so.0.11.1 >+lib/libcppnetlib-uri.so >+lib/libcppnetlib-uri.so.0 >+lib/libcppnetlib-uri.so.0.11.1
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 204544
:
163121
|
163122
Working