* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/
@ 2017-02-11 22:29 Johannes Huber
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2017-02-11 22:29 UTC (permalink / raw
To: gentoo-commits
commit: a87c70239033f42bc72bd394baa246172702ae7d
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 22:28:57 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 22:29:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87c7023
net-fs/smbtad: Drop debug use flag
Option is not provided by upstream build sys.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-fs/smbtad/smbtad-1.2.6.ebuild | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild b/net-fs/smbtad/smbtad-1.2.6.ebuild
index f013ad8113..f614cc6da7 100644
--- a/net-fs/smbtad/smbtad-1.2.6.ebuild
+++ b/net-fs/smbtad/smbtad-1.2.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://morelias.org/smbta/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug"
+IUSE=""
DEPEND="
dev-db/libdbi
@@ -37,14 +37,6 @@ src_prepare() {
CMakeLists.txt || die
}
-src_configure() {
- local mycmakeargs=(
- -DDebug=$(usex debug)
- )
-
- cmake-utils_src_configure
-}
-
src_install() {
cmake-utils_src_install
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/
@ 2017-02-11 22:29 Johannes Huber
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2017-02-11 22:29 UTC (permalink / raw
To: gentoo-commits
commit: e120f7ba188750bef64363d813e426c0e92d0a4c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 22:27:50 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 22:29:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e120f7ba
net-fs/smbtad: EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-fs/smbtad/smbtad-1.2.6.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild b/net-fs/smbtad/smbtad-1.2.6.ebuild
index b664b8b502..f013ad8113 100644
--- a/net-fs/smbtad/smbtad-1.2.6.ebuild
+++ b/net-fs/smbtad/smbtad-1.2.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
inherit cmake-utils
@@ -27,9 +27,11 @@ RDEPEND="${DEPEND}
)
"
-DOCS="README AUTHORS"
+DOCS=( README AUTHORS )
src_prepare() {
+ cmake-utils_src_prepare
+
sed -i \
-e '/CMAKE_C_FLAGS/d' \
CMakeLists.txt || die
@@ -37,7 +39,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use debug)
+ -DDebug=$(usex debug)
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/
@ 2018-08-26 17:08 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2018-08-26 17:08 UTC (permalink / raw
To: gentoo-commits
commit: fa40ef025c6317ef3c0a4e6ebd60322385f74f22
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 17:03:26 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 17:03:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa40ef02
net-fs/smbtad: Remove support for non-existent deps
net-fs/smbtad/smbtad-1.2.6.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild b/net-fs/smbtad/smbtad-1.2.6.ebuild
index 75980db51f3..8a0ed2811e4 100644
--- a/net-fs/smbtad/smbtad-1.2.6.ebuild
+++ b/net-fs/smbtad/smbtad-1.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,10 +20,7 @@ DEPEND="
sys-libs/talloc
"
RDEPEND="${DEPEND}
- || (
- <net-fs/samba-3.6[smbtav2]
- >=net-fs/samba-3.6
- )
+ >=net-fs/samba-3.6
"
DOCS=( README AUTHORS )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/
@ 2021-02-27 6:19 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-27 6:19 UTC (permalink / raw
To: gentoo-commits
commit: eb437d523be016555c89ba66b6b09977d62c75fc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 05:53:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 06:19:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb437d52
net-fs/smbtad: fix gcc 10 build
Closes: https://bugs.gentoo.org/707778
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-fs/smbtad/smbtad-1.2.6.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild b/net-fs/smbtad/smbtad-1.2.6.ebuild
index 8a0ed2811e4..e1a62c8d8bc 100644
--- a/net-fs/smbtad/smbtad-1.2.6.ebuild
+++ b/net-fs/smbtad/smbtad-1.2.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
DESCRIPTION="Data receiver of the SMB Traffic Analyzer project"
HOMEPAGE="https://github.com/hhetter/smbtad"
@@ -28,6 +28,9 @@ DOCS=( README AUTHORS )
src_prepare() {
cmake-utils_src_prepare
+ # bug #707778
+ append-cflags -fcommon
+
sed -i \
-e '/CMAKE_C_FLAGS/d' \
CMakeLists.txt || die
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-27 6:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-27 6:19 [gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2018-08-26 17:08 Michał Górny
2017-02-11 22:29 Johannes Huber
2017-02-11 22:29 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox