FreeBSD Bugzilla – Attachment 205781 Details for
Bug 238959
net-mgmt/collectd5: 5.9.0 fails to build/link with CURL_XML enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for collectd correcting libxml linker
_collectd590_2.patch (text/plain), 803 bytes, created by
Krzysztof
on 2019-07-14 22:12:17 UTC
(
hide
)
Description:
Patch for collectd correcting libxml linker
Filename:
MIME Type:
Creator:
Krzysztof
Created:
2019-07-14 22:12:17 UTC
Size:
803 bytes
patch
obsolete
>diff -ruN net-mgmt/collectd5/Makefile net-mgmt/collectd5.new/Makefile >--- net-mgmt/collectd5/Makefile 2019-07-09 07:11:21.989734000 +0200 >+++ net-mgmt/collectd5.new/Makefile 2019-07-10 07:37:59.918339000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= collectd > PORTVERSION= 5.9.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-mgmt > MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ > PKGNAMESUFFIX= 5 >@@ -274,9 +274,9 @@ > VIRT_CONFIGURE_ENABLE= virt > VIRT_CONFIGURE_WITH= virt=${LOCALBASE} > >-XML_CFLAGS= `xml2-config --cflags` >+XML_CFLAGS= `pkg-config --cflags libxml-2.0` > XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 >-XML_CONFIGURE_WITH= libxml2=${LOCALBASE} >+XML_CONFIGURE_WITH= libxml2 > > ZOOKEEPER_LIB_DEPENDS= libzookeeper_mt.so:devel/libzookeeper > ZOOKEEPER_CONFIGURE_ENABLE= zookeeper
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:
ports
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 238959
:
205500
|
205576
| 205781