public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nauty/
Date: Tue, 23 Nov 2021 13:25:56 +0000 (UTC)	[thread overview]
Message-ID: <1637673922.6eadfa11b23cf80d5f594a0252837b11b48ba66c.mjo@gentoo> (raw)

commit:     6eadfa11b23cf80d5f594a0252837b11b48ba66c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 13:25:05 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 13:25:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eadfa11

sci-mathematics/nauty: fix v2.7.3 build with GNU libtool.

I accidentally left a variable unset from the Debian autotools patch,
leading to build failures with the libtool that everyone actually
uses. This commit sets it with sed, and gets us a proper soname again.

Closes: https://bugs.gentoo.org/826778
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/nauty/nauty-2.7.3.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sci-mathematics/nauty/nauty-2.7.3.ebuild b/sci-mathematics/nauty/nauty-2.7.3.ebuild
index a0663b4f959d..dceb2ed0fe24 100644
--- a/sci-mathematics/nauty/nauty-2.7.3.ebuild
+++ b/sci-mathematics/nauty/nauty-2.7.3.ebuild
@@ -47,6 +47,10 @@ src_prepare() {
 	# cliquer installs that header as <cliquer/cliquer.h>.
 	sed -e 's~<cliquer\.h>~<cliquer/cliquer\.h>~' -i nautycliquer.h || die
 
+	# The debian autotools patch has only a placeholder in LT_INIT for
+	# the version that we must provide.
+	sed -e "s/@INJECTVER@/${PV}/" -i configure.ac || die
+
 	eautoreconf
 }
 


             reply	other threads:[~2021-11-23 13:26 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23 13:25 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-14 22:44 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nauty/ Michael Orlitzky
2024-07-14 22:44 Michael Orlitzky
2024-07-14 20:17 Jakov Smolić
2024-01-22  5:53 Sam James
2023-12-15 14:16 Michael Orlitzky
2023-06-09 15:06 Arthur Zamarin
2023-06-05 12:33 Michael Orlitzky
2023-06-05  4:35 Sam James
2023-06-05  4:35 Sam James
2022-12-21  2:16 Michael Orlitzky
2022-10-29 13:28 Michael Orlitzky
2022-10-27 23:46 Sam James
2022-10-25 10:44 Sam James
2022-08-11 11:50 Michael Orlitzky
2022-01-19  1:45 Michael Orlitzky
2022-01-18 22:13 Sam James
2022-01-18 21:50 Jakov Smolić
2021-12-29 13:46 Yixun Lan
2021-11-29  7:36 Arthur Zamarin
2021-11-23  2:44 Michael Orlitzky
2021-06-16 17:50 Andrew Ammerlaan
2020-02-28 17:50 Agostino Sarubbo
2020-02-28 14:12 Agostino Sarubbo
2017-07-11  4:08 Christoph Junghans
2016-03-02 19:27 Markus Meier

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=1637673922.6eadfa11b23cf80d5f594a0252837b11b48ba66c.mjo@gentoo \
    --to=mjo@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