mr_bones_    15/06/08 05:02:13

  Modified:             zsnes-1.51-r4.ebuild ChangeLog
  Log:
  build with ncurses[tinfo] (bug #551406)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 games-emulation/zsnes/zsnes-1.51-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild?r1=1.11&r2=1.12

Index: zsnes-1.51-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- zsnes-1.51-r4.ebuild        2 Jun 2015 04:40:38 -0000       1.11
+++ zsnes-1.51-r4.ebuild        8 Jun 2015 05:02:13 -0000       1.12
@@ -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/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.11 
2015/06/02 04:40:38 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.12 
2015/06/08 05:02:13 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils autotools flag-o-matic toolchain-funcs multilib pax-utils games
@@ -23,6 +23,7 @@
        png? ( media-libs/libpng:0[abi_x86_32(-)] )"
 DEPEND="${RDEPEND}
        dev-lang/nasm
+       debug? ( virtual/pkgconfig )
        amd64? ( >=sys-apps/portage-2.1 )"
 
 S=${WORKDIR}/${PN}_${PV//./_}/src
@@ -62,7 +63,12 @@
                -e '/^CFLAGS=.*local/s:-pipe.*:-Wall -I.":' \
                -e '/^LDFLAGS=.*local/d' \
                -e '/\w*CFLAGS=.*fomit/s:-O3.*$STRIP::' \
+               -e '/lncurses/s:-lncurses:`pkg-config ncurses --libs`:' \
                configure.in || die
+       sed -i \
+               -e 's/configure.in/configure.ac/' \
+               Makefile.in || die
+       mv configure.in configure.ac || die
        eautoreconf
 }
 



1.65                 games-emulation/zsnes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.65&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?rev=1.65&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/zsnes/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   2 Jun 2015 04:40:38 -0000       1.64
+++ ChangeLog   8 Jun 2015 05:02:13 -0000       1.65
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/zsnes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.64 
2015/06/02 04:40:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.65 
2015/06/08 05:02:13 mr_bones_ Exp $
+
+  08 Jun 2015; Michael Sterrett <[email protected]> zsnes-1.51-r4.ebuild:
+  build with ncurses[tinfo] (bug #551406)
 
   02 Jun 2015; Michael Sterrett <[email protected]> zsnes-1.51-r4.ebuild:
   add slot dep for repoman




Reply via email to