diff --git a/network/bridge-utils/bridge-utils.desc b/network/bridge-utils/bridge-utils.desc index 793c513b0..450683ced 100644 --- a/network/bridge-utils/bridge-utils.desc +++ b/network/bridge-utils/bridge-utils.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../bridge-utils/bridge-utils.desc -[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -29,6 +29,6 @@ [L] GPL [S] Stable [V] 1.5 -[P] X -----5---9 163.400 +[P] X -?---5---9 163.400 [D] 247617486 bridge-utils-1.5.tar.gz http://dl.sourceforge.net/sourceforge/bridge/ diff --git a/network/bridge-utils/missing-types.patch b/network/bridge-utils/missing-types.patch new file mode 100644 index 000000000..4bf90a618 --- /dev/null +++ b/network/bridge-utils/missing-types.patch @@ -0,0 +1,27 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../bridge-utils/missing-types.patch +# Copyright (C) 2015 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./libbridge/libbridge.h.orig 2011-03-29 03:52:54.000000000 +0300 ++++ ./libbridge/libbridge.h 2015-02-14 12:47:37.862741128 +0200 +@@ -20,6 +20,7 @@ + #define _LIBBRIDGE_H + + #include ++#include + #include + #include + +