update to 1.68
This commit is contained in:
parent
b8f3976a1a
commit
226aba2ff8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
13
net/pidgin-facebookchat/patches/patch-libfacebook_h
Normal file
13
net/pidgin-facebookchat/patches/patch-libfacebook_h
Normal file
@ -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 <sys/types.h>
|
||||
+# include <sys/socket.h>
|
||||
+# include <netinet/in.h>
|
||||
# include <arpa/inet.h>
|
||||
# include <dlfcn.h>
|
||||
# include <netinet/in.h>
|
Loading…
Reference in New Issue
Block a user