* [gentoo-commits] gentoo-x86 commit in sys-fs/mtpfs: mtpfs-1.1.ebuild mtpfs-1.0.ebuild ChangeLog
@ 2012-02-29 15:50 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-02-29 15:50 UTC (permalink / raw
To: gentoo-commits
xarthisius 12/02/29 15:50:47
Modified: mtpfs-1.1.ebuild mtpfs-1.0.ebuild ChangeLog
Log:
Fix implicit function declarations
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-fs/mtpfs/mtpfs-1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild?r1=1.1&r2=1.2
Index: mtpfs-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mtpfs-1.1.ebuild 29 Feb 2012 13:07:27 -0000 1.1
+++ mtpfs-1.1.ebuild 29 Feb 2012 15:50:47 -0000 1.2
@@ -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/sys-fs/mtpfs/mtpfs-1.1.ebuild,v 1.1 2012/02/29 13:07:27 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild,v 1.2 2012/02/29 15:50:47 xarthisius Exp $
EAPI=4
@@ -22,6 +22,11 @@
DOCS=(AUTHORS NEWS README)
+src_prepare() {
+ sed -e "/#include <string.h>/ a\
+ #include <stdlib.h>" -i mtpfs.h id3read.c || die #implicit
+}
+
src_configure() {
econf $(use_enable debug)
}
1.2 sys-fs/mtpfs/mtpfs-1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild?r1=1.1&r2=1.2
Index: mtpfs-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mtpfs-1.0.ebuild 15 Feb 2012 00:20:41 -0000 1.1
+++ mtpfs-1.0.ebuild 29 Feb 2012 15:50:47 -0000 1.2
@@ -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/sys-fs/mtpfs/mtpfs-1.0.ebuild,v 1.1 2012/02/15 00:20:41 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild,v 1.2 2012/02/29 15:50:47 xarthisius Exp $
EAPI=4
@@ -22,6 +22,11 @@
DOCS=(AUTHORS NEWS README)
+src_prepare() {
+ sed -e "/#include <string.h>/ a\
+ #include <stdlib.h>" -i mtpfs.h id3read.c || die #implicit
+}
+
src_configure() {
econf $(use_enable debug)
}
1.5 sys-fs/mtpfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 29 Feb 2012 13:07:27 -0000 1.4
+++ ChangeLog 29 Feb 2012 15:50:47 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/mtpfs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.4 2012/02/29 13:07:27 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.5 2012/02/29 15:50:47 xarthisius Exp $
+
+ 29 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> mtpfs-1.0.ebuild,
+ mtpfs-1.1.ebuild:
+ Fix implicit function declarations
*mtpfs-1.1 (29 Feb 2012)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-29 15:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 15:50 [gentoo-commits] gentoo-x86 commit in sys-fs/mtpfs: mtpfs-1.1.ebuild mtpfs-1.0.ebuild ChangeLog Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox