From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openssh: openssh-6.1_p1.ebuild ChangeLog
Date: Sun, 11 Nov 2012 21:12:07 +0000 (UTC) [thread overview]
Message-ID: <20121111211207.AF10220C65@flycatcher.gentoo.org> (raw)
vapier 12/11/11 21:12:07
Modified: openssh-6.1_p1.ebuild ChangeLog
Log:
Do not hardcode `pkg-config`.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.6 net-misc/openssh/openssh-6.1_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.1_p1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.1_p1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/openssh-6.1_p1.ebuild?r1=1.5&r2=1.6
Index: openssh-6.1_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.1_p1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openssh-6.1_p1.ebuild 6 Nov 2012 02:44:11 -0000 1.5
+++ openssh-6.1_p1.ebuild 11 Nov 2012 21:12:07 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.1_p1.ebuild,v 1.5 2012/11/06 02:44:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.1_p1.ebuild,v 1.6 2012/11/11 21:12:07 vapier Exp $
EAPI="2"
inherit eutils user flag-o-matic multilib autotools pam systemd
@@ -120,7 +120,8 @@
cipher.c || die
fi
- sed -i "s:-lcrypto:$(pkg-config --libs openssl):" configure{,.ac} || die
+ tc-export PKG_CONFIG
+ sed -i "s:-lcrypto:$(${PKG_CONFIG} --libs openssl):" configure{,.ac} || die
# Disable PATH reset, trust what portage gives us. bug 254615
sed -i -e 's:^PATH=/:#PATH=/:' configure || die
1.456 net-misc/openssh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/ChangeLog?rev=1.456&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/ChangeLog?rev=1.456&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openssh/ChangeLog?r1=1.455&r2=1.456
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- ChangeLog 6 Nov 2012 02:44:11 -0000 1.455
+++ ChangeLog 11 Nov 2012 21:12:07 -0000 1.456
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/openssh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.455 2012/11/06 02:44:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/ChangeLog,v 1.456 2012/11/11 21:12:07 vapier Exp $
+
+ 11 Nov 2012; Mike Frysinger <vapier@gentoo.org> openssh-6.1_p1.ebuild:
+ Do not hardcode `pkg-config`.
06 Nov 2012; Mike Gilbert <floppym@gentoo.org> openssh-5.5_p1-r2.ebuild,
openssh-5.6_p1-r2.ebuild, openssh-5.7_p1-r1.ebuild, openssh-5.8_p1-r1.ebuild,
next reply other threads:[~2012-11-11 21:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-11 21:12 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-19 20:43 [gentoo-commits] gentoo-x86 commit in net-misc/openssh: openssh-6.1_p1.ebuild ChangeLog Mike Frysinger (vapier)
2012-10-12 19:09 Mike Frysinger (vapier)
2012-09-08 18:38 Mike Frysinger (vapier)
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=20121111211207.AF10220C65@flycatcher.gentoo.org \
--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