public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils/files: iprupdate iprutils-2.4.7-tinfo.patch
@ 2015-06-04 17:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2015-06-04 17:07 UTC (permalink / raw
  To: gentoo-commits

jer         15/06/04 17:07:16

  Modified:             iprupdate
  Added:                iprutils-2.4.7-tinfo.patch
  Log:
  Version bump (bug #532488). Fix a bashism (bug #526268). Fix building against sys-libs/ncurses[tinfo] (bug #457530). Add USE=static-libs.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  sys-fs/iprutils/files/iprupdate

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/files/iprupdate?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/files/iprupdate?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/files/iprupdate?r1=1.1&r2=1.2

Index: iprupdate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/files/iprupdate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iprupdate	22 Aug 2005 17:53:08 -0000	1.1
+++ iprupdate	4 Jun 2015 17:07:16 -0000	1.2
@@ -6,6 +6,6 @@
 
 start() {
 	ebegin "Checking ipr microcode levels"
-	/sbin/iprupdate &> /dev/null
+	/sbin/iprupdate 2>&1 > /dev/null
 	eend $? "Failed to complete ipr microcode updates"
 }



1.1                  sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch?rev=1.1&content-type=text/plain

Index: iprutils-2.4.7-tinfo.patch
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,10 @@
 AC_CHECK_LIB([menu], [new_menu], [], [AC_ERROR("libmenu not found.")])
 AC_CHECK_LIB([panel], [show_panel], [], [AC_ERROR("libpanel not found.")])
 AC_CHECK_LIB([ncurses], [curses_version], [],
-	     [AC_ERROR("libncurses not found.")])
+	AC_CHECK_LIB([tinfo], [curses_version], [],
+		[AC_ERROR("libncurses not found.")]))
+AC_CHECK_LIB([ncurses], [wnoutrefresh], [],
+	[AC_ERROR("libncurses not found.")])
 
 # Checks for header files.
 AC_CHECK_HEADERS([fcntl.h libintl.h locale.h netinet/in.h nl_types.h \





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-04 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 17:07 [gentoo-commits] gentoo-x86 commit in sys-fs/iprutils/files: iprupdate iprutils-2.4.7-tinfo.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox