Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98236 Details for
Bug 149304
ebuild for app-admin/syslog-ng-2.0_rc3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
syslog-ng-1.6.11-2.0_rc3.ebuild.diff
syslog-ng-1.6.11-2.0_rc3.ebuild.diff (text/plain), 1.82 KB, created by
Jeroen Roovers (RETIRED)
on 2006-09-27 07:27:53 UTC
(
hide
)
Description:
syslog-ng-1.6.11-2.0_rc3.ebuild.diff
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2006-09-27 07:27:53 UTC
Size:
1.82 KB
patch
obsolete
>--- syslog-ng-1.6.11.ebuild 2006-07-17 12:39:34.000000000 +0200 >+++ syslog-ng-2.0_rc3.ebuild 2006-09-27 16:17:37.000000000 +0200 >@@ -6,7 +6,7 @@ > > DESCRIPTION="syslog replacement with advanced filtering features" > HOMEPAGE="http://www.balabit.com/products/syslog_ng/" >-SRC_URI="http://www.balabit.com/downloads/syslog-ng/${PV%.*}/src/${P}.tar.gz" >+SRC_URI="http://www.balabit.com/downloads/syslog-ng/${PV%_*}/src/${P/_}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >@@ -14,12 +14,16 @@ > IUSE="hardened selinux static tcpd" > > RDEPEND=">=dev-libs/libol-0.3.16 >+ dev-libs/eventlog >+ =dev-libs/glib-2* > tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" > DEPEND="${RDEPEND} > >=sys-apps/portage-2.0.51 > sys-devel/flex" > PROVIDE="virtual/logger" > >+S="${WORKDIR}/${P/_}" >+ > src_unpack() { > unpack ${A} > cd "${S}" >@@ -30,14 +34,16 @@ > -e "s:--local-:--:" \ > configure \ > || die "sed failed" >- cd "${S}/doc/sgml" >+ cd "${S}/doc/reference" > tar xzf syslog-ng.html.tar.gz || die "tar failed" > } > > src_compile() { > econf \ > --disable-dependency-tracking \ >+ --sysconfdir=/etc/${PN} \ > --with-libol=/usr/bin \ >+ $(use_enable !static dynamic-linking) \ > $(use_enable static full-static) \ > $(use_enable tcpd tcp-wrapper) || die "econf failed" > emake || die "emake failed" >@@ -46,10 +52,12 @@ > src_install() { > make DESTDIR="${D}" install || die "make install failed" > >- dodoc AUTHORS ChangeLog INSTALL NEWS PORTS README \ >- doc/{syslog-ng.conf.sample,syslog-ng.conf.demo,stresstest.sh} \ >- doc/sgml/syslog-ng.txt contrib/syslog2ng "${FILESDIR}/syslog-ng.conf."* >- dohtml doc/sgml/syslog-ng.html/* >+ dodoc AUTHORS ChangeLog NEWS README \ >+ doc/examples/syslog-ng.conf.sample \ >+ doc/reference/syslog-ng.txt contrib/syslog2ng \ >+ "${FILESDIR}/syslog-ng.conf."* >+ >+ dohtml doc/reference/syslog-ng.html/* > > # Install default configuration > insinto /etc/syslog-ng
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 149304
: 98236