diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-01 10:36:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-01 10:36:35 +0000 |
commit | 3fec57a168144ea1477bc7d8e20fcda67fb9aa34 (patch) | |
tree | db917c08f9d71b02f03bf4cfa24333dbe489bf6f /net/libyahoo2 | |
parent | 6c7dd0e573b4b1fa5a956a17ddab12118f96d76c (diff) | |
download | ports-3fec57a168144ea1477bc7d8e20fcda67fb9aa34.tar.gz ports-3fec57a168144ea1477bc7d8e20fcda67fb9aa34.zip |
Notes
Diffstat (limited to 'net/libyahoo2')
-rw-r--r-- | net/libyahoo2/Makefile | 2 | ||||
-rw-r--r-- | net/libyahoo2/distinfo | 2 | ||||
-rw-r--r-- | net/libyahoo2/files/patch-sample_client.c | 24 | ||||
-rw-r--r-- | net/libyahoo2/pkg-plist | 2 |
4 files changed, 24 insertions, 6 deletions
diff --git a/net/libyahoo2/Makefile b/net/libyahoo2/Makefile index 0999b46f14ac..f9df2264f751 100644 --- a/net/libyahoo2/Makefile +++ b/net/libyahoo2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libyahoo2 -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/libyahoo2/distinfo b/net/libyahoo2/distinfo index b8460ea36e90..9f3dd7e9220d 100644 --- a/net/libyahoo2/distinfo +++ b/net/libyahoo2/distinfo @@ -1 +1 @@ -MD5 (libyahoo2-0.7.1.tar.bz2) = abd4397db5bfc9c7db732434aafa4c6c +MD5 (libyahoo2-0.7.2.tar.bz2) = 095fe136bd6a2b737a37e238124aaf91 diff --git a/net/libyahoo2/files/patch-sample_client.c b/net/libyahoo2/files/patch-sample_client.c index ec4dc96f19ba..744c23d7224a 100644 --- a/net/libyahoo2/files/patch-sample_client.c +++ b/net/libyahoo2/files/patch-sample_client.c @@ -1,5 +1,5 @@ ---- src/sample_client.c.orig Sat May 17 03:33:06 2003 -+++ src/sample_client.c Wed May 21 08:38:45 2003 +--- src/sample_client.c.orig Sun Sep 28 10:40:03 2003 ++++ src/sample_client.c Tue Sep 30 21:35:55 2003 @@ -52,7 +52,6 @@ #include <yahoo2_callbacks.h> #include "yahoo_util.h" @@ -8,7 +8,7 @@ #define MAX_PREF_LEN 255 -@@ -186,7 +185,6 @@ +@@ -177,7 +176,6 @@ FILE *popen(const char *command, const char *type); int pclose(FILE *stream); @@ -16,3 +16,21 @@ static char * get_local_addresses() { +@@ -577,7 +575,7 @@ + if(tm) { + char timestr[255]; + +- strncpy(timestr, ctime(&tm), sizeof(timestr)); ++ strncpy(timestr, ctime((time_t *)&tm), sizeof(timestr)); + timestr[strlen(timestr) - 1] = '\0'; + + print_message(("[Offline message at %s from %s]: %s", +@@ -654,7 +652,7 @@ + } + + void ext_yahoo_got_webcam_image(int id, const char *who, +- unsigned char *image, unsigned int image_size, unsigned int real_size, ++ const unsigned char *image, unsigned int image_size, unsigned int real_size, + unsigned int timestamp) + { + static unsigned char *cur_image = NULL; diff --git a/net/libyahoo2/pkg-plist b/net/libyahoo2/pkg-plist index 293caf8a10c4..a62a3ef0c0d1 100644 --- a/net/libyahoo2/pkg-plist +++ b/net/libyahoo2/pkg-plist @@ -6,6 +6,6 @@ include/libyahoo2/yahoo_httplib.h include/libyahoo2/yahoo_list.h lib/libyahoo2.a lib/libyahoo2.so -lib/libyahoo2.so.4 +lib/libyahoo2.so.5 libdata/pkgconfig/libyahoo2.pc @dirrm include/libyahoo2 |