FreeBSD Bugzilla – Attachment 198241 Details for
Bug 232335
sysutils/syslog-ng317: Requires libbson even if mongodb is not enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to sysutils/syslog-ng317/Makefile to make libbson a requirement only if mongodb is enabled
diff (text/plain), 1.27 KB, created by
david
on 2018-10-16 22:59:30 UTC
(
hide
)
Description:
Patch to sysutils/syslog-ng317/Makefile to make libbson a requirement only if mongodb is enabled
Filename:
MIME Type:
Creator:
david
Created:
2018-10-16 22:59:30 UTC
Size:
1.27 KB
patch
obsolete
>commit 1293115c205a7114a142441e357334913f4b2f01 >Author: Alistair Crooks <REDACTED> >Date: Tue Sep 11 14:28:57 2018 -0700 > > libbson seems to only be necessary if mongodb is enabled. (we do not enable > it in our builds). > > Move libbson pre-requisite from being a standard LIB_DEPENDS to being > a MONGO_LIB_DEPENDS. > > JIRA: NCD-4706 > >diff --git a/ports/sysutils/syslog-ng317/Makefile b/ports/sysutils/syslog-ng317/Makefile >index 16f10b3f1c73..ba8e89451ae7 100644 >--- a/ports/sysutils/syslog-ng317/Makefile >+++ b/ports/sysutils/syslog-ng317/Makefile >@@ -15,8 +15,7 @@ MAINTAINER= cy@FreeBSD.org > COMMENT= Powerful syslogd replacement > > LIB_DEPENDS= libpcre.so:devel/pcre \ >- libuuid.so:misc/e2fsprogs-libuuid \ >- libbson-1.0.so:devel/libbson >+ libuuid.so:misc/e2fsprogs-libuuid > > BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld) > BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld) >@@ -104,6 +103,7 @@ SQL_PLIST_FILES= lib/syslog-ng/libafsql.so > MONGO_CONFIGURE_ENABLE= mongodb > MONGO_CONFIGURE_ON= --with-mongoc=system > MONGO_LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver >+MONGO_LIB_DEPENDS+= libbson-1.0.so:devel/libbson > MONGO_PLIST_FILES= lib/syslog-ng/libafmongodb.so > > JSON_CONFIGURE_ENABLE= json
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 232335
: 198241