From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/
Date: Wed, 4 Oct 2023 16:50:21 +0000 (UTC) [thread overview]
Message-ID: <1696438037.9d66ecd2a85a89a277513f39263f7f288e02578e.sam@gentoo> (raw)
commit: 9d66ecd2a85a89a277513f39263f7f288e02578e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 16:34:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 16:47:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d66ecd2
net-analyzer/odhcploc: don't redefine _FORTIFY_SOURCE
Closes: https://bugs.gentoo.org/895538
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 27 +++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
new file mode 100644
index 000000000000..c3f0850644e0
--- /dev/null
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Open DHCP Locator"
+HOMEPAGE="http://odhcploc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+ # Don't clobber toolchain defaults
+ sed -i -e 's:-Wp,-D_FORTIFY_SOURCE=2::' Makefile || die
+
+ tc-export CC
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.8
+ dodoc AUTHORS
+}
next reply other threads:[~2023-10-04 16:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-04 16:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-23 10:17 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/odhcploc/ Arthur Zamarin
2024-04-23 10:17 Arthur Zamarin
2023-12-24 23:16 Conrad Kostecki
2020-01-08 10:48 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1696438037.9d66ecd2a85a89a277513f39263f7f288e02578e.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox