From: "Fabian Groffen (grobian)" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/sign: ChangeLog sign-1.0.7.ebuild
Date: Mon, 25 Oct 2010 18:20:02 +0000 (UTC) [thread overview]
Message-ID: <20101025182002.94C6020051@flycatcher.gentoo.org> (raw)
grobian 10/10/25 18:20:02
Modified: ChangeLog sign-1.0.7.ebuild
Log:
Fix building on ppc-macos by dropping -g from hardwired CFLAGS
(Portage version: 2.2.01.17086-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.15 app-crypt/sign/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/sign/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/sign/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/sign/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 1 Jan 2010 20:01:37 -0000 1.14
+++ ChangeLog 25 Oct 2010 18:20:02 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/sign
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.14 2010/01/01 20:01:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.15 2010/10/25 18:20:02 grobian Exp $
+
+ 25 Oct 2010; Fabian Groffen <grobian@gentoo.org> sign-1.0.7.ebuild:
+ Fix building on ppc-macos by dropping -g from hardwired CFLAGS
01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> sign-1.0.7.ebuild:
Transfer Prefix keywords
1.11 app-crypt/sign/sign-1.0.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild?r1=1.10&r2=1.11
Index: sign-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sign-1.0.7.ebuild 1 Jan 2010 20:01:37 -0000 1.10
+++ sign-1.0.7.ebuild 25 Oct 2010 18:20:02 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v 1.10 2010/01/01 20:01:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v 1.11 2010/10/25 18:20:02 grobian Exp $
inherit toolchain-funcs eutils
@@ -20,6 +20,8 @@
has_version ">=dev-libs/openssl-0.9.8" && epatch "${FILESDIR}"/${PV}-openssl-0.9.8.patch
epatch "${FILESDIR}"/${PV}-as-needed.patch
+ # remove -g from CFLAGS, it happens to break the build on ppc-macos
+ sed -i -e 's/-g//' src/Makefile || die
}
src_compile() {
next reply other threads:[~2010-10-25 18:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-25 18:20 Fabian Groffen (grobian) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-11-04 16:53 [gentoo-commits] gentoo-x86 commit in app-crypt/sign: ChangeLog sign-1.0.7.ebuild Ulrich Mueller (ulm)
2012-10-10 14:08 Agostino Sarubbo (ago)
2010-01-01 20:01 Christian Faulhammer (fauli)
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=20101025182002.94C6020051@flycatcher.gentoo.org \
--to=grobian@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