From 226aba2ff8618b1f15c2f1d9c8dbfef5902e33ea Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 24 Oct 2010 19:19:06 +0000 Subject: [PATCH] update to 1.68 --- net/pidgin-facebookchat/Makefile | 6 +++--- net/pidgin-facebookchat/distinfo | 10 +++++----- net/pidgin-facebookchat/patches/patch-Makefile | 17 +++++++++-------- .../patches/patch-libfacebook_h | 13 +++++++++++++ 4 files changed, 30 insertions(+), 16 deletions(-) create mode 100644 net/pidgin-facebookchat/patches/patch-libfacebook_h diff --git a/net/pidgin-facebookchat/Makefile b/net/pidgin-facebookchat/Makefile index e5598953561..514b133fbb4 100644 --- a/net/pidgin-facebookchat/Makefile +++ b/net/pidgin-facebookchat/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2010/06/09 18:26:03 steven Exp $ +# $OpenBSD: Makefile,v 1.10 2010/10/24 19:19:06 steven Exp $ SHARED_ONLY = Yes COMMENT = Facebook plugin for Pidgin -V = 1.67 -DISTNAME = pidgin-facebookchat-source-${V}-1 +V = 1.68 +DISTNAME = pidgin-facebookchat-source-${V} PKGNAME = pidgin-facebookchat-${V} CATEGORIES = net diff --git a/net/pidgin-facebookchat/distinfo b/net/pidgin-facebookchat/distinfo index 1475ff380f7..42948ca7468 100644 --- a/net/pidgin-facebookchat/distinfo +++ b/net/pidgin-facebookchat/distinfo @@ -1,5 +1,5 @@ -MD5 (pidgin-facebookchat-source-1.67-1.tar.bz2) = rp0fWeUYW/J7PtHA/uP9ww== -RMD160 (pidgin-facebookchat-source-1.67-1.tar.bz2) = sjUK6dYGyriU7/SV9PgZNhCNI0U= -SHA1 (pidgin-facebookchat-source-1.67-1.tar.bz2) = iWSW7j0yp/rFFjrCvlX8Af2Clrs= -SHA256 (pidgin-facebookchat-source-1.67-1.tar.bz2) = BWWimOb3LsLKUY1Sl/i9M883/w0emDVr9Qc0p9R8D/E= -SIZE (pidgin-facebookchat-source-1.67-1.tar.bz2) = 48703 +MD5 (pidgin-facebookchat-source-1.68.tar.bz2) = 8027tSTbdkxtHS27xFJQlw== +RMD160 (pidgin-facebookchat-source-1.68.tar.bz2) = YPisQ7KEc09pShq4YSazx+Ra2N0= +SHA1 (pidgin-facebookchat-source-1.68.tar.bz2) = DkKBoFRe0VZ3JfWbFozAM/o6RCs= +SHA256 (pidgin-facebookchat-source-1.68.tar.bz2) = rTlWRsCUFL520/FywIw/LKvvQ0bv5gPWetMNSJOhTyY= +SIZE (pidgin-facebookchat-source-1.68.tar.bz2) = 50393 diff --git a/net/pidgin-facebookchat/patches/patch-Makefile b/net/pidgin-facebookchat/patches/patch-Makefile index 0e98f06821d..74a1c03a730 100644 --- a/net/pidgin-facebookchat/patches/patch-Makefile +++ b/net/pidgin-facebookchat/patches/patch-Makefile @@ -1,6 +1,6 @@ -$OpenBSD: patch-Makefile,v 1.7 2010/06/12 16:28:46 steven Exp $ ---- Makefile.orig Wed Jun 2 01:41:19 2010 -+++ Makefile Sat Jun 12 17:40:34 2010 +$OpenBSD: patch-Makefile,v 1.8 2010/10/24 19:19:06 steven Exp $ +--- Makefile.orig Fri Oct 8 13:35:45 2010 ++++ Makefile Sun Oct 24 18:56:45 2010 @@ -10,8 +10,8 @@ LINUX_PPC_COMPILER = powerpc-unknown-linux-gnu-gcc FREEBSD60_COMPILER = i686-pc-freebsd6.0-gcc MACPORT_COMPILER = i686-apple-darwin10-gcc-4.0.1 @@ -12,11 +12,11 @@ $OpenBSD: patch-Makefile,v 1.7 2010/06/12 16:28:46 steven Exp $ WIN32_DEV_DIR = /root/pidgin/win32-dev WIN32_PIDGIN_DIR = /root/pidgin/pidgin-2.3.0_win32 WIN32_CFLAGS = -I${WIN32_DEV_DIR}/gtk_2_0/include/glib-2.0 -I${WIN32_PIDGIN_DIR}/libpurple/win32 -I${WIN32_DEV_DIR}/gtk_2_0/include -I${WIN32_DEV_DIR}/gtk_2_0/include/glib-2.0 -I${WIN32_DEV_DIR}/gtk_2_0/lib/glib-2.0/include -I/usr/include/json-glib-1.0 -Wno-format -@@ -33,19 +33,7 @@ FACEBOOK_SOURCES = \ - fb_search.c \ +@@ -34,20 +34,7 @@ FACEBOOK_SOURCES = \ fb_util.c \ fb_friendlist.c \ -- fb_json.c \ + fb_json.c \ +- fb_chat.c \ - libfacebook.h \ - fb_blist.h \ - fb_connection.h \ @@ -28,8 +28,9 @@ $OpenBSD: patch-Makefile,v 1.7 2010/06/12 16:28:46 steven Exp $ - fb_search.h \ - fb_util.h \ - fb_friendlist.h \ -- fb_json.h -+ fb_json.c +- fb_json.h \ +- fb_chat.h ++ fb_chat.c #Standard stuff here .PHONY: all clean install sourcepackage diff --git a/net/pidgin-facebookchat/patches/patch-libfacebook_h b/net/pidgin-facebookchat/patches/patch-libfacebook_h new file mode 100644 index 00000000000..f87f38b1aa8 --- /dev/null +++ b/net/pidgin-facebookchat/patches/patch-libfacebook_h @@ -0,0 +1,13 @@ +$OpenBSD: patch-libfacebook_h,v 1.1 2010/10/24 19:19:06 steven Exp $ +--- libfacebook.h.orig Sun Oct 24 19:03:03 2010 ++++ libfacebook.h Sun Oct 24 19:03:27 2010 +@@ -51,6 +51,9 @@ + # define dlsym(a,b) GetProcAddress(a,b) + # define dlclose(a) FreeLibrary(a) + #else ++# include ++# include ++# include + # include + # include + # include