Author: pebender
Date: Sat Feb 28 07:13:19 2009
New Revision: 4426
Added:
trunk/gar-minimyth/script/net/ifplugd/files/ifplugd-0.28-interface_c.patch
Removed:
trunk/gar-minimyth/script/net/ifplugd/files/ifplugd-0.28.patch
Modified:
trunk/gar-minimyth/script/net/ifplugd/Makefile
trunk/gar-minimyth/script/net/ifplugd/checksums
Log:
- Updated patch to package net/ifplugd to match the upstream fix.
Modified: trunk/gar-minimyth/script/net/ifplugd/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/ifplugd/Makefile (original)
+++ trunk/gar-minimyth/script/net/ifplugd/Makefile Sat Feb 28 07:13:19 2009
@@ -3,7 +3,7 @@
CATEGORIES = net
MASTER_SITES = http://0pointer.de/lennart/projects/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES = $(DISTNAME).patch
+PATCHFILES = $(DISTNAME)-interface_c.patch
LICENSE = GPL2
DESCRIPTION =
Modified: trunk/gar-minimyth/script/net/ifplugd/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/ifplugd/checksums (original)
+++ trunk/gar-minimyth/script/net/ifplugd/checksums Sat Feb 28 07:13:19 2009
@@ -1,2 +1,2 @@
df6f4bab52f46ffd6eb1f5912d4ccee3 download/ifplugd-0.28.tar.gz
-bdc406fe966c19a798f3f81d39796330 download/ifplugd-0.28.patch
+597b96a869e2818367be37cffde5f29e download/ifplugd-0.28-interface_c.patch
Added:
trunk/gar-minimyth/script/net/ifplugd/files/ifplugd-0.28-interface_c.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/net/ifplugd/files/ifplugd-0.28-interface_c.patch
Sat Feb 28 07:13:19 2009
@@ -0,0 +1,14 @@
+diff -Naur ifplugd-0.28-old/src/interface.c
ifplugd-0.28-new/src/interface.c
+--- ifplugd-0.28-old/src/interface.c 2005-01-04 16:25:31.000000000 -0800
++++ ifplugd-0.28-new/src/interface.c 2009-02-28 07:09:49.000000000 -0800
+@@ -22,9 +22,9 @@
+ #include <config.h>
+ #endif
+
++#include <sys/types.h>
+ #include <linux/sockios.h>
+ #include <linux/if_ether.h>
+-#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/ioctl.h>
+ #include <linux/if.h>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---