tetromino 15/07/18 20:10:44 Modified: gmt-4.5.9.ebuild ChangeLog gmt-4.5.6.ebuild Log: Non-maintainer commit: fix build on modern glibc versions (bug #543624, thanks to Andreas Plesch et al.) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Revision Changes Path 1.2 sci-geosciences/gmt/gmt-4.5.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.9.ebuild?r1=1.1&r2=1.2 Index: gmt-4.5.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gmt-4.5.9.ebuild 2 Feb 2013 06:40:13 -0000 1.1 +++ gmt-4.5.9.ebuild 18 Jul 2015 20:10:44 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.9.ebuild,v 1.1 2013/02/02 06:40:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.9.ebuild,v 1.2 2015/07/18 20:10:44 tetromino Exp $ EAPI=4 @@ -42,6 +42,7 @@ PATCHES=( "${FILESDIR}"/${PN}-4.5.9-no-strip.patch "${FILESDIR}"/${PN}-4.5.6-respect-ldflags.patch + "${FILESDIR}"/${PN}-4.5.9-unistd.h.patch ) AUTOTOOLS_IN_SOURCE_BUILD=1 1.31 sci-geosciences/gmt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 2 Feb 2013 06:40:13 -0000 1.30 +++ ChangeLog 18 Jul 2015 20:10:44 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/gmt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.30 2013/02/02 06:40:13 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/ChangeLog,v 1.31 2015/07/18 20:10:44 tetromino Exp $ + + 18 Jul 2015; Alexandre Rostovtsev <tetrom...@gentoo.org> gmt-4.5.6.ebuild, + gmt-4.5.9.ebuild, +files/gmt-4.5.9-unistd.h.patch: + Non-maintainer commit: fix build on modern glibc versions (bug #543624, + thanks to Andreas Plesch et al.) *gmt-4.5.9 (02 Feb 2013) 1.7 sci-geosciences/gmt/gmt-4.5.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild?r1=1.6&r2=1.7 Index: gmt-4.5.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gmt-4.5.6.ebuild 16 Jun 2012 16:57:44 -0000 1.6 +++ gmt-4.5.6.ebuild 18 Jul 2015 20:10:44 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.6 2012/06/16 16:57:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gmt/gmt-4.5.6.ebuild,v 1.7 2015/07/18 20:10:44 tetromino Exp $ EAPI=4 @@ -49,7 +49,8 @@ epatch \ "${FILESDIR}/${PN}-4.5.0-no-strip.patch" \ - "${FILESDIR}/${PN}-4.5.6-respect-ldflags.patch" + "${FILESDIR}/${PN}-4.5.6-respect-ldflags.patch" \ + "${FILESDIR}"/${PN}-4.5.9-unistd.h.patch eautoreconf }