From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC9F01396D0 for ; Wed, 23 Aug 2017 08:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1679B1FC003; Wed, 23 Aug 2017 08:56:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCF9C1FC003 for ; Wed, 23 Aug 2017 08:56:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6CFD341CDA for ; Wed, 23 Aug 2017 08:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6705E7F94 for ; Wed, 23 Aug 2017 08:56:28 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1503478584.6317e7c12e21da53904f0670ce1ffa9b8eecefd4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.5.10.ebuild net-fs/samba/samba-4.5.12.ebuild net-fs/samba/samba-4.6.6.ebuild net-fs/samba/samba-4.6.7.ebuild net-fs/samba/samba-4.7.0_rc3.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6317e7c12e21da53904f0670ce1ffa9b8eecefd4 X-VCS-Branch: master Date: Wed, 23 Aug 2017 08:56:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 502597d0-9ed1-4b94-aa8f-1cdbe1b22d52 X-Archives-Hash: 7af75bb7033f0080a718eed32665a70e commit: 6317e7c12e21da53904f0670ce1ffa9b8eecefd4 Author: Lars Wendler gentoo org> AuthorDate: Wed Aug 23 08:56:09 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 23 08:56:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6317e7c1 net-fs/samba: Fixed automagic on lttng (bug #622700). In samba-4.5.x lttng is now disabled. In >=samba-4.6 lttng can now be toggled by the "debug" USE flag. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-fs/samba/samba-4.5.10.ebuild | 1 + net-fs/samba/samba-4.5.12.ebuild | 1 + net-fs/samba/samba-4.6.6.ebuild | 5 ++++- net-fs/samba/samba-4.6.7.ebuild | 5 ++++- net-fs/samba/samba-4.7.0_rc3.ebuild | 5 ++++- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild index 067d5941f40..89a1a442591 100644 --- a/net-fs/samba/samba-4.5.10.ebuild +++ b/net-fs/samba/samba-4.5.10.ebuild @@ -150,6 +150,7 @@ multilib_src_configure() { --localstatedir="${EPREFIX}/var" --with-modulesdir="${EPREFIX}/usr/$(get_libdir)/samba" --with-piddir="${EPREFIX}/run/${PN}" + --without-lttng --bundled-libraries="${bundled_libs}" --builtin-libraries=NONE --disable-rpath diff --git a/net-fs/samba/samba-4.5.12.ebuild b/net-fs/samba/samba-4.5.12.ebuild index 41e0d7a5ba9..c02d56fa244 100644 --- a/net-fs/samba/samba-4.5.12.ebuild +++ b/net-fs/samba/samba-4.5.12.ebuild @@ -151,6 +151,7 @@ multilib_src_configure() { --localstatedir="${EPREFIX}/var" --with-modulesdir="${EPREFIX}/usr/$(get_libdir)/samba" --with-piddir="${EPREFIX}/run/${PN}" + --without-lttng --bundled-libraries="${bundled_libs}" --builtin-libraries=NONE --disable-rpath diff --git a/net-fs/samba/samba-4.6.6.ebuild b/net-fs/samba/samba-4.6.6.ebuild index 2b3c968c171..b54d5ef777d 100644 --- a/net-fs/samba/samba-4.6.6.ebuild +++ b/net-fs/samba/samba-4.6.6.ebuild @@ -24,7 +24,7 @@ LICENSE="GPL-3" SLOT="0" -IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam python +IUSE="acl addc addns ads client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" MULTILIB_WRAPPED_HEADERS=( @@ -66,6 +66,7 @@ CDEPEND=" ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) + debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( @@ -185,6 +186,7 @@ multilib_src_configure() { $(use_with ads) $(use_with cluster cluster-support) $(use_enable cups) + $(use_with debug lttng) $(use_with dmapi) $(use_with fam) $(use_enable gnutls) @@ -218,6 +220,7 @@ multilib_src_configure() { --without-gpgme --disable-iprint $(use_with ldap) + $(use_with debug lttng) --without-pam --without-quotas --without-syslog diff --git a/net-fs/samba/samba-4.6.7.ebuild b/net-fs/samba/samba-4.6.7.ebuild index 7c288fa664f..de3163c7392 100644 --- a/net-fs/samba/samba-4.6.7.ebuild +++ b/net-fs/samba/samba-4.6.7.ebuild @@ -24,7 +24,7 @@ LICENSE="GPL-3" SLOT="0" -IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam python +IUSE="acl addc addns ads client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" MULTILIB_WRAPPED_HEADERS=( @@ -66,6 +66,7 @@ CDEPEND=" ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) + debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( @@ -185,6 +186,7 @@ multilib_src_configure() { $(use_with ads) $(use_with cluster cluster-support) $(use_enable cups) + $(use_with debug lttng) $(use_with dmapi) $(use_with fam) $(use_enable gnutls) @@ -218,6 +220,7 @@ multilib_src_configure() { --without-gpgme --disable-iprint $(use_with ldap) + $(use_with debug lttng) --without-pam --without-quotas --without-syslog diff --git a/net-fs/samba/samba-4.7.0_rc3.ebuild b/net-fs/samba/samba-4.7.0_rc3.ebuild index 6a8a94e557e..6debdc7d7e8 100644 --- a/net-fs/samba/samba-4.7.0_rc3.ebuild +++ b/net-fs/samba/samba-4.7.0_rc3.ebuild @@ -23,7 +23,7 @@ LICENSE="GPL-3" SLOT="0" -IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap pam python +IUSE="acl addc addns ads client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf" MULTILIB_WRAPPED_HEADERS=( @@ -65,6 +65,7 @@ CDEPEND=" ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) + debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( @@ -182,6 +183,7 @@ multilib_src_configure() { $(use_with ads) $(use_with cluster cluster-support) $(use_enable cups) + $(use_with debug lttng) $(use_with dmapi) $(use_with fam) $(use_enable gnutls) @@ -215,6 +217,7 @@ multilib_src_configure() { --without-gpgme --disable-iprint $(use_with ldap) + $(use_with debug lttng) --without-pam --without-quotas --without-syslog