voyageur 15/04/24 13:55:21 Modified: ChangeLog nx-3.5.0.30.ebuild Log: Fix libX11 underlinking, bug #546868 by Erik Zeek <[email protected]> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
Revision Changes Path 1.95 net-misc/nx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 19 Apr 2015 09:58:18 -0000 1.94 +++ ChangeLog 24 Apr 2015 13:55:21 -0000 1.95 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/nx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.94 2015/04/19 09:58:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.95 2015/04/24 13:55:21 voyageur Exp $ + + 24 Apr 2015; Bernard Cafarelli <[email protected]> nx-3.5.0.30.ebuild, + +files/nx-3.5.0.30-fix_X11_underlinking.patch: + Fix libX11 underlinking, bug #546868 by Erik Zeek <[email protected]> 19 Apr 2015; Agostino Sarubbo <[email protected]> nx-3.5.0.30.ebuild: Stable for x86, wrt bug #546624 1.5 net-misc/nx/nx-3.5.0.30.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild?r1=1.4&r2=1.5 Index: nx-3.5.0.30.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nx-3.5.0.30.ebuild 19 Apr 2015 09:58:18 -0000 1.4 +++ nx-3.5.0.30.ebuild 24 Apr 2015 13:55:21 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v 1.4 2015/04/19 09:58:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.30.ebuild,v 1.5 2015/04/24 13:55:21 voyageur Exp $ EAPI=5 inherit autotools eutils multilib readme.gentoo @@ -39,9 +39,12 @@ cd "${S}" # -fPIC epatch "${FILESDIR}"/1.5.0/nxcomp-1.5.0-pic.patch - # Drop force -O3, set AR/RANLIB and - # run autoreconf in all neeed folders + # Drop force -O3, set AR/RANLIB epatch "${FILESDIR}"/${PN}-3.5.0.17-cflags_ar_ranlib.patch + # Fix libX11 underlinking, #546868 + epatch "${FILESDIR}"/${P}-fix_X11_underlinking.patch + + # run autoreconf in all neeed folders for i in nxcomp nxcompext nxcompshad nxproxy; do cd "${S}"/${i} eautoreconf ${i}
