Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 575306

Summary: app-admin/syslog-ng-3.7.2: (Update) Additional use flags
Product: Gentoo Linux Reporter: dksat <maximch2>
Component: New packagesAssignee: Tomáš Mózes <hydrapolic>
Status: RESOLVED NEEDINFO    
Severity: enhancement CC: hydrapolic, kfm, mail, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The archive contains updated ebuild and patch
Updated Ebuild
Patch for syslog-ng bootstrap scripts

Description dksat 2016-02-21 15:39:33 UTC
Created attachment 426116 [details]
The archive contains updated ebuild and patch

Hello!

I`ve created an updated ebuild script for syslog-ng 3.7.2 which has additional use flags.

Additional use flags is:
 - java - enable java plugin and java modules (such as elasticsearch destination) (requires gradle build system)
 - STOMP - enable Streaming Text Oriented Messaging Protocol https://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol
 - doc - enable additional docs

I`ve also included 2 patches for Syslog-ng`s bootstrap scripts. First is for m4/check_java_support.m4 because it attempts to find jni library in wrong place and second is for configure.ac because in attempts to find a compiled ivykis library in wrong place
Comment 1 dksat 2016-02-21 15:49:44 UTC
Created attachment 426130 [details]
Updated Ebuild
Comment 2 dksat 2016-02-21 15:50:36 UTC
Created attachment 426132 [details, diff]
Patch for syslog-ng bootstrap scripts
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2016-02-23 19:05:10 UTC
I'm not planning to add java support to the ebuild until gradle is in portage but you should file a bug with upstream if the m4 file needs improvement.
Stomp doesn't have additional deps so it's not really a place for a use flag.  The stomp module is always built.
--disable-docs is intentionally passed to configure because syslog-ng doesn't have additional docs to install.
What problem are you trying to solve with the ivykis-related parts of the patch?
Comment 4 Pacho Ramos gentoo-dev 2017-11-21 21:06:51 UTC
*** Bug 589792 has been marked as a duplicate of this bug. ***