Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575306 - app-admin/syslog-ng-3.7.2: (Update) Additional use flags
Summary: app-admin/syslog-ng-3.7.2: (Update) Additional use flags
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
: 589792 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-02-21 15:39 UTC by dksat
Modified: 2018-01-12 05:22 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The archive contains updated ebuild and patch (syslog-ng.tar.gz,2.53 KB, application/x-gzip)
2016-02-21 15:39 UTC, dksat
Details
Updated Ebuild (syslog-ng-3.7.2.ebuild,5.40 KB, text/plain)
2016-02-21 15:49 UTC, dksat
Details
Patch for syslog-ng bootstrap scripts (syslog-ng-3.7.2.patch,1.26 KB, patch)
2016-02-21 15:50 UTC, dksat
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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. ***