From: "Alin Nastac (mrness)" <mrness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/cistronradius: cistronradius-1.6.8.ebuild ChangeLog
Date: Sat, 18 Oct 2008 07:15:40 +0000 [thread overview]
Message-ID: <E1Kr62G-00062l-D0@stork.gentoo.org> (raw)
mrness 08/10/18 07:15:40
Modified: cistronradius-1.6.8.ebuild ChangeLog
Log:
Pass Makefile parameters through emake command line (#240872).
(Portage version: 2.1.4.4)
Revision Changes Path
1.4 net-dialup/cistronradius/cistronradius-1.6.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild?r1=1.3&r2=1.4
Index: cistronradius-1.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cistronradius-1.6.8.ebuild 21 Sep 2006 12:38:09 -0000 1.3
+++ cistronradius-1.6.8.ebuild 18 Oct 2008 07:15:40 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.3 2006/09/21 12:38:09 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.8.ebuild,v 1.4 2008/10/18 07:15:40 mrness Exp $
inherit eutils
@@ -21,16 +21,18 @@
src_unpack() {
unpack ${A}
- epatch "${FILESDIR}/${P}-gcc41.patch"
cd "${S}"
- sed -i -e "s:/usr/local:/usr:g" \
- -e "s:-Wall -g:${CFLAGS}:g" Makefile
+ epatch "${FILESDIR}/${P}-gcc41.patch"
sed -i -e "s:SHAREDIR/::g" ../raddb/dictionary
mv checkrad.pl checkrad
}
src_compile() {
- emake || die "make failed"
+ emake \
+ CFLAGS="${CFLAGS}" LDFLAGS=${LDFLAGS} \
+ BINDIR=/usr/bin SBINDIR=/usr/sbin \
+ MANDIR=/usr/share/man SHAREDIR=/usr/share/radius \
+ || die "make failed"
}
src_install() {
1.18 net-dialup/cistronradius/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cistronradius/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 19 Mar 2007 13:11:26 -0000 1.17
+++ ChangeLog 18 Oct 2008 07:15:40 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/cistronradius
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.17 2007/03/19 13:11:26 kloeri Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.18 2008/10/18 07:15:40 mrness Exp $
+
+ 18 Oct 2008; Alin Năstac <mrness@gentoo.org> cistronradius-1.6.8.ebuild:
+ Pass Makefile parameters through emake command line (#240872).
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove pfeifer from metadata.xml due to retirement.
next reply other threads:[~2008-10-18 7:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-18 7:15 Alin Nastac (mrness) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:55 [gentoo-commits] gentoo-x86 commit in net-dialup/cistronradius: cistronradius-1.6.8.ebuild ChangeLog Sergei Trofimovich (slyfox)
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=E1Kr62G-00062l-D0@stork.gentoo.org \
--to=mrness@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