diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-27 19:12:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-27 19:12:48 +0000 |
commit | 40b5feec20ea94f4a21fdaced60ceda6c54a6e47 (patch) | |
tree | 3d58e73e3a89625f76a8165eecd4719e0cb1ba3d /sys-apps/netplug | |
parent | Version bump (diff) | |
download | gentoo-2-40b5feec20ea94f4a21fdaced60ceda6c54a6e47.tar.gz gentoo-2-40b5feec20ea94f4a21fdaced60ceda6c54a6e47.tar.bz2 gentoo-2-40b5feec20ea94f4a21fdaced60ceda6c54a6e47.zip |
Fix patch (bug #471466 by Daniel Gulotta).
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-apps/netplug')
-rw-r--r-- | sys-apps/netplug/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/netplug/ChangeLog b/sys-apps/netplug/ChangeLog index 7eeeb67599ab..90cc2c281edd 100644 --- a/sys-apps/netplug/ChangeLog +++ b/sys-apps/netplug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/netplug -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/ChangeLog,v 1.25 2012/03/17 22:49:47 mattst88 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netplug/ChangeLog,v 1.26 2013/05/27 19:12:48 jer Exp $ + + 27 May 2013; Jeroen Roovers <jer@gentoo.org> + files/netplug-1.2.9-warn_unused_result_write_call.patch: + Fix patch (bug #471466 by Daniel Gulotta). 17 Mar 2012; Matt Turner <mattst88@gentoo.org> netplug-1.2.9.2-r1.ebuild: Added ~mips, bug 374731. @@ -120,4 +124,3 @@ +files/netplug-1.2.9-gcc4.patch, +files/netplug, +metadata.xml, +netplug-1.2.9.ebuild: Initial import - diff --git a/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch b/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch index 3c817b3571a8..023fbe8e55c9 100644 --- a/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch +++ b/sys-apps/netplug/files/netplug-1.2.9-warn_unused_result_write_call.patch @@ -1,5 +1,5 @@ ---- ../netplug-1.2.9_orig/main.c 2005-01-08 06:57:09.000000000 +0100 -+++ main.c 2009-02-07 11:30:37.017300663 +0100 +--- a/main.c 2005-01-08 06:57:09.000000000 +0100 ++++ b/main.c 2009-02-07 11:30:37.017300663 +0100 @@ -155,13 +155,22 @@ { struct child_exit ce; |