public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende (angelos)" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild
Date: Mon, 11 Apr 2011 17:00:52 +0000 (UTC)	[thread overview]
Message-ID: <20110411170052.DBEF220054@flycatcher.gentoo.org> (raw)

angelos     11/04/11 17:00:52

  Modified:             ChangeLog mount-cifs-3.0.30.ebuild
  Log:
  QA: Respect LDFLAGS, added missing die
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 net-fs/mount-cifs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Mar 2009 04:08:57 -0000	1.21
+++ ChangeLog	11 Apr 2011 17:00:52 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/mount-cifs
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.21 2009/03/06 04:08:57 kumba Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/ChangeLog,v 1.22 2011/04/11 17:00:52 angelos Exp $
+
+  11 Apr 2011; Christoph Mende <angelos@gentoo.org> mount-cifs-3.0.30.ebuild:
+  QA: Respect LDFLAGS, added missing die
 
   06 Mar 2009; Joshua Kinard <kumba@gentoo.org> mount-cifs-3.0.30.ebuild:
   Added ~mips to KEYWORDS



1.9                  net-fs/mount-cifs/mount-cifs-3.0.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild?r1=1.8&r2=1.9

Index: mount-cifs-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mount-cifs-3.0.30.ebuild	6 Mar 2009 04:08:57 -0000	1.8
+++ mount-cifs-3.0.30.ebuild	11 Apr 2011 17:00:52 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.8 2009/03/06 04:08:57 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/mount-cifs/mount-cifs-3.0.30.ebuild,v 1.9 2011/04/11 17:00:52 angelos Exp $
 
 inherit toolchain-funcs
 
@@ -17,12 +17,12 @@
 
 src_compile() {
 	cd "${S}/source/client"
-	$(tc-getCC) ${CFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed"
-	$(tc-getCC) ${CFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed"
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} mount.cifs.c -o mount.cifs || die "make mount.cifs failed"
+	$(tc-getCC) ${CFLAGS} ${LDFLAGS} umount.cifs.c -o umount.cifs || die "make umount.cifs failed"
 }
 
 src_install() {
-	dobin source/client/{mount,umount}.cifs
+	dobin source/client/{mount,umount}.cifs || die
 	dosym /usr/bin/mount.cifs /sbin/mount.cifs
 
 	docinto html






             reply	other threads:[~2011-04-11 17:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-11 17:00 Christoph Mende (angelos) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-06  4:08 [gentoo-commits] gentoo-x86 commit in net-fs/mount-cifs: ChangeLog mount-cifs-3.0.30.ebuild Joshua Kinard (kumba)
2009-02-25 17:32 Joseph Jezak (josejx)
2009-02-17 17:37 Raul Porcel (armin76)
2009-02-15 14:59 Markus Meier (maekke)
2009-02-14 15:24 Tobias Klausmann (klausman)
2009-02-12 17:47 Jeroen Roovers (jer)
2009-02-12  3:12 Jeremy Olexa (darkside)
2008-06-11 13:43 Tiziano Mueller (dev-zero)

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=20110411170052.DBEF220054@flycatcher.gentoo.org \
    --to=angelos@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