* [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-flatcurve/
@ 2024-10-24 10:16 Nicolas PARLANT
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas PARLANT @ 2024-10-24 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 17d8fd791177ed3b212deb9a2ca10a7a332b6092
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Oct 24 10:13:18 2024 +0000
Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Thu Oct 24 10:13:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17d8fd79
net-mail/dovecot-fts-flatcurve: clean CFLAGS from upstream
Closes: https://bugs.gentoo.org/942055
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild b/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild
index 0c5ead709..95d044c84 100644
--- a/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild
+++ b/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild
@@ -23,6 +23,12 @@ RDEPEND="${DEPEND}"
src_prepare() {
default
+
+ sed \
+ -e 's/CFLAGS="$CFLAGS $EXTRA_CFLAGS"/CFLAGS=""/' \
+ -e 's/CFLAGS="$CFLAGS /CFLAGS="/' \
+ -i configure.ac || die
+
eautoreconf
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-flatcurve/
@ 2024-10-24 15:12 Nicolas PARLANT
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas PARLANT @ 2024-10-24 15:12 UTC (permalink / raw
To: gentoo-commits
commit: fdb581d87f3dc77911e13f59fb01ff4e28ff9af5
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Oct 24 14:35:53 2024 +0000
Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Thu Oct 24 15:11:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdb581d8
net-mail/dovecot-fts-flatcurve-1.0.5: fix dep & CFLAGS
previous version (1.2) from xapian has been deleted for 2 years from
portage.
disable hardening by default which adds uncommon CFLAGS
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
.../dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild b/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild
index 95d044c84..17b63b581 100644
--- a/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild
+++ b/net-mail/dovecot-fts-flatcurve/dovecot-fts-flatcurve-1.0.5.ebuild
@@ -17,23 +17,19 @@ IUSE="textcat"
DEPEND="
<net-mail/dovecot-2.4.0:=[stemmer,textcat?]
- >=dev-libs/xapian-1.4.0
+ dev-libs/xapian:=
"
RDEPEND="${DEPEND}"
src_prepare() {
default
-
- sed \
- -e 's/CFLAGS="$CFLAGS $EXTRA_CFLAGS"/CFLAGS=""/' \
- -e 's/CFLAGS="$CFLAGS /CFLAGS="/' \
- -i configure.ac || die
-
eautoreconf
}
src_configure() {
- econf --with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot"
+ econf \
+ --enable-hardening=no \
+ --with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot"
}
src_install() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-24 15:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-24 15:12 [gentoo-commits] repo/proj/guru:dev commit in: net-mail/dovecot-fts-flatcurve/ Nicolas PARLANT
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 10:16 Nicolas PARLANT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox