public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/screen: ChangeLog screen-4.0.3_p20070403.ebuild screen-4.0.3.ebuild
@ 2008-04-11 18:44 Sven Wegener (swegener)
  0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2008-04-11 18:44 UTC (permalink / raw
  To: gentoo-commits

swegener    08/04/11 18:44:36

  Modified:             ChangeLog screen-4.0.3_p20070403.ebuild
                        screen-4.0.3.ebuild
  Log:
  Include a compability patch for autoconf-2.62, bug #217311. Drop bindnow-flags, bug #214245.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.137                app-misc/screen/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	7 Aug 2007 19:59:29 -0000	1.136
+++ ChangeLog	11 Apr 2008 18:44:35 -0000	1.137
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/screen
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.136 2007/08/07 19:59:29 swegener Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.137 2008/04/11 18:44:35 swegener Exp $
+
+  11 Apr 2008; Sven Wegener <swegener@gentoo.org>
+  +files/screen-4.0.3-config.h-autoconf-2.62.patch, screen-4.0.3.ebuild,
+  screen-4.0.3_p20070403.ebuild:
+  Include a compability patch for autoconf-2.62, bug #217311. Drop
+  bindnow-flags, bug #214245.
 
   07 Aug 2007; Sven Wegener <swegener@gentoo.org> screen-4.0.3.ebuild,
   screen-4.0.3_p20070403.ebuild:



1.3                  app-misc/screen/screen-4.0.3_p20070403.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/screen-4.0.3_p20070403.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/screen-4.0.3_p20070403.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/screen-4.0.3_p20070403.ebuild?r1=1.2&r2=1.3

Index: screen-4.0.3_p20070403.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3_p20070403.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- screen-4.0.3_p20070403.ebuild	7 Aug 2007 19:59:29 -0000	1.2
+++ screen-4.0.3_p20070403.ebuild	11 Apr 2008 18:44:35 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3_p20070403.ebuild,v 1.2 2007/08/07 19:59:29 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3_p20070403.ebuild,v 1.3 2008/04/11 18:44:35 swegener Exp $
 
 WANT_AUTOCONF="2.5"
 
@@ -46,6 +46,9 @@
 	# Don't link against libelf even if it is found on the system
 	epatch "${FILESDIR}"/4.0.2-no-libelf.patch
 
+	# compability for sys-devel/autoconf-2.62
+	epatch "${FILESDIR}"/screen-4.0.3-config.h-autoconf-2.62.patch
+
 	# Fix manpage.
 	sed -i \
 		-e "s:/usr/local/etc/screenrc:/etc/screenrc:g" \
@@ -61,7 +64,6 @@
 
 src_compile() {
 	append-flags "-DMAXWIN=${MAX_SCREEN_WINDOWS:-100}"
-	append-ldflags $(bindnow-flags)
 
 	use nethack || append-flags "-DNONETHACK"
 	use debug && append-flags "-DDEBUG"



1.17                 app-misc/screen/screen-4.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild?r1=1.16&r2=1.17

Index: screen-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- screen-4.0.3.ebuild	7 Aug 2007 19:59:29 -0000	1.16
+++ screen-4.0.3.ebuild	11 Apr 2008 18:44:35 -0000	1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild,v 1.16 2007/08/07 19:59:29 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3.ebuild,v 1.17 2008/04/11 18:44:35 swegener Exp $
 
 WANT_AUTOCONF="2.5"
 
@@ -60,6 +60,9 @@
 	# Open tty in non-blocking mode
 	epatch "${FILESDIR}"/4.0.2-nonblock.patch
 
+	# compability for sys-devel/autoconf-2.62
+	epatch "${FILESDIR}"/screen-4.0.3-config.h-autoconf-2.62.patch
+
 	# Fix manpage.
 	sed -i \
 		-e "s:/usr/local/etc/screenrc:/etc/screenrc:g" \
@@ -76,7 +79,6 @@
 
 src_compile() {
 	append-flags "-DMAXWIN=${MAX_SCREEN_WINDOWS:-100}"
-	append-ldflags $(bindnow-flags)
 
 	use nethack || append-flags "-DNONETHACK"
 	use debug && append-flags "-DDEBUG"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-11 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 18:44 [gentoo-commits] gentoo-x86 commit in app-misc/screen: ChangeLog screen-4.0.3_p20070403.ebuild screen-4.0.3.ebuild Sven Wegener (swegener)

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