From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libintl/
Date: Tue, 13 Oct 2015 00:54:02 +0000 (UTC) [thread overview]
Message-ID: <1444697531.ea3bff66c8fa4274cab56b0ca508d3e1f707bdcd.vapier@gentoo> (raw)
commit: ea3bff66c8fa4274cab56b0ca508d3e1f707bdcd
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 00:52:11 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 00:52:11 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3bff66
dev-libs/libintl: drop USE=nls flag
The related commit in gettext (030b323567f9546c35d9cf1182f36b2b54e08)
was wrong -- the internal configure logic skips the libintl flag when
nls support is disabled. It doesn't matter there now as libintl has
been dropped, but it still matters here as w/out the flag, no library
is built. So drop the flag, hardcode the option, and add a comment
to keep from screwing it up in the future.
dev-libs/libintl/libintl-0.19.6.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libintl/libintl-0.19.6.ebuild b/dev-libs/libintl/libintl-0.19.6.ebuild
index 4da925b..5c78826 100644
--- a/dev-libs/libintl/libintl-0.19.6.ebuild
+++ b/dev-libs/libintl/libintl-0.19.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/gettext/${MY_P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="nls static-libs +threads"
+IUSE="static-libs +threads"
DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"
# Block C libraries known to provide libintl.
@@ -28,7 +28,9 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/${MY_P}/gettext-runtime"
src_prepare() {
- elibtoolize
+ # The libtool files are stored higher up, so make sure we run in the
+ # whole tree and not just the subdir we build.
+ elibtoolize "${WORKDIR}"
}
multilib_src_configure() {
@@ -36,6 +38,9 @@ multilib_src_configure() {
# Emacs support is now in a separate package.
--without-emacs
--without-lispdir
+ # Normally this controls nls behavior in general, but the libintl
+ # subdir is skipped unless this is explicitly set. ugh.
+ --enable-nls
# This magic flag enables libintl.
--with-included-gettext
# The gettext package provides this library.
@@ -44,7 +49,6 @@ multilib_src_configure() {
# No java until someone cares.
--disable-java
- $(use_enable nls)
$(use_enable static-libs static)
$(use_enable threads)
)
next reply other threads:[~2015-10-13 0:54 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-13 0:54 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-05 19:27 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libintl/ Fabian Groffen
2016-01-28 22:35 Mike Frysinger
2016-05-31 17:17 Anthony G. Basile
2016-05-31 17:33 Anthony G. Basile
2016-06-01 15:13 Tobias Klausmann
2016-06-04 16:37 Anthony G. Basile
2016-06-10 6:50 Lars Wendler
2016-06-11 7:05 Jeroen Roovers
2016-06-11 7:14 Jeroen Roovers
2016-06-12 9:46 Lars Wendler
2016-06-15 14:14 Mike Frysinger
2019-05-14 11:24 Lars Wendler
2019-05-15 14:54 Mikle Kolyada
2019-05-16 23:56 Thomas Deutschmann
2019-06-05 13:46 Agostino Sarubbo
2019-07-02 8:19 Sergei Trofimovich
2019-07-22 13:51 Mikle Kolyada
2019-07-22 13:51 Mikle Kolyada
2019-07-22 13:51 Mikle Kolyada
2019-07-23 21:25 Sergei Trofimovich
2019-07-29 23:29 Aaron Bauman
2019-12-28 15:40 Mikle Kolyada
2020-07-23 21:52 Sam James
2020-07-27 7:46 Lars Wendler
2020-08-14 22:23 Sam James
2020-08-30 1:32 Thomas Deutschmann
2020-08-31 19:37 Sam James
2020-08-31 19:40 Sam James
2020-08-31 19:45 Sam James
2020-08-31 19:49 Sam James
2020-08-31 19:50 Sam James
2020-08-31 19:51 Sam James
2020-08-31 19:55 Sam James
2020-08-31 19:58 Sam James
2020-08-31 20:28 Sam James
2020-12-02 22:39 Sam James
2020-12-27 14:21 Fabian Groffen
2021-02-15 9:03 Andreas Sturmlechner
2022-04-07 0:46 Sam James
2022-04-09 2:35 Sam James
2022-05-30 2:49 Sam James
2022-11-25 9:52 Arthur Zamarin
2022-11-25 9:52 Arthur Zamarin
2022-11-25 9:52 Arthur Zamarin
2022-11-25 9:52 Arthur Zamarin
2022-12-02 7:25 Arthur Zamarin
2022-12-02 7:25 Arthur Zamarin
2022-12-26 8:35 Sam James
2023-02-26 22:23 Sam James
2023-06-19 22:06 Sam James
2023-07-08 15:22 Benda XU
2023-09-19 9:06 Sam James
2023-09-21 13:15 Sam James
2023-10-06 3:14 Sam James
2023-11-20 8:24 Sam James
2023-12-19 5:19 Sam James
2023-12-21 0:07 Ionen Wolkens
2023-12-28 4:04 Sam James
2024-01-03 2:20 Ionen Wolkens
2024-01-18 8:06 Florian Schmaus
2024-02-02 4:21 Ionen Wolkens
2024-02-02 4:21 Ionen Wolkens
2024-02-02 4:21 Ionen Wolkens
2024-02-02 4:21 Ionen Wolkens
2024-02-22 6:58 Sam James
2024-10-05 14:32 Arthur Zamarin
2024-10-05 14:32 Arthur Zamarin
2024-10-05 14:32 Arthur Zamarin
2024-10-05 14:32 Arthur Zamarin
2024-10-05 14:32 Arthur Zamarin
2024-10-05 14:32 Arthur Zamarin
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=1444697531.ea3bff66c8fa4274cab56b0ca508d3e1f707bdcd.vapier@gentoo \
--to=vapier@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