ports/opt (2.4): conky: update to 1.5.0
commit 11c55d33820bd9aac6790192196d4e9265d20e0b Author: Juergen Daubert <jue@jue.li> Date: Mon Mar 24 10:29:47 2008 +0100 conky: update to 1.5.0 diff --git a/conky/.md5sum b/conky/.md5sum index 0adf72c..7a7b879 100644 --- a/conky/.md5sum +++ b/conky/.md5sum @@ -1 +1,2 @@ -42d966fce5aa5c5a326575ec214bff07 conky-1.4.9.tar.bz2 +881c419371021f42ca12b621a8548b66 conky-1.5.0.patch +07fa339276289ddc31303a8081c85214 conky-1.5.0.tar.bz2 diff --git a/conky/Pkgfile b/conky/Pkgfile index 9f8ab45..e02f2bc 100644 --- a/conky/Pkgfile +++ b/conky/Pkgfile @@ -4,12 +4,14 @@ # Depends on: glib, xorg-libxdamage, xorg-libxext, xorg-libxft name=conky -version=1.4.9 +version=1.5.0 release=1 -source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2) +source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2 \ + $name-$version.patch) build() { cd $name-$version + patch -p2 -i $SRC/$name-$version.patch ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-nls \ diff --git a/conky/conky-1.5.0.patch b/conky/conky-1.5.0.patch new file mode 100644 index 0000000..94bb46c --- /dev/null +++ b/conky/conky-1.5.0.patch @@ -0,0 +1,14 @@ +https://sourceforge.net/tracker/?func=detail&atid=757308&aid=1923552&group_id=143975 + +--- trunk/conky1/src/linux.c 2008/03/22 21:10:43 1034 ++++ trunk/conky1/src/linux.c 2008/03/24 03:38:28 1042 +@@ -52,6 +52,9 @@ + #include <linux/sockios.h> + #include <net/if.h> + #include <arpa/inet.h> ++#ifdef _NET_IF_H ++#define _LINUX_IF_H ++#endif + #include <linux/route.h> + #include <math.h> +
participants (1)
-
crux@crux.nu