ports/52577: Update port: net/libyahoo2 to 0.7.0
KATO Tsuguru
tkato at prontomail.com
Mon Jun 9 16:30:22 UTC 2003
The following reply was made to PR ports/52577; it has been noted by GNATS.
From: KATO Tsuguru <tkato at prontomail.com>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:
Subject: Re: ports/52577: Update port: net/libyahoo2 to 0.7.0
Date: Tue, 10 Jun 2003 01:27:56 +0900
Here is an up-to-date patch:
diff -urN /usr/ports/net/libyahoo2/Makefile net/libyahoo2/Makefile
--- /usr/ports/net/libyahoo2/Makefile Mon May 19 09:43:32 2003
+++ net/libyahoo2/Makefile Mon Jun 9 12:05:31 2003
@@ -7,8 +7,7 @@
#
PORTNAME= libyahoo2
-PORTVERSION= 0.6.3
-PORTREVISION= 1
+PORTVERSION= 0.7.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,6 +18,7 @@
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+USE_BZIP2= yes
USE_GNOME= gnomehack glib20
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff -urN /usr/ports/net/libyahoo2/distinfo net/libyahoo2/distinfo
--- /usr/ports/net/libyahoo2/distinfo Sun Apr 6 13:19:24 2003
+++ net/libyahoo2/distinfo Mon Jun 9 12:19:44 2003
@@ -1 +1 @@
-MD5 (libyahoo2-0.6.3.tar.gz) = 471d0f0a7c3e70acc004c4168f9a5f62
+MD5 (libyahoo2-0.7.0.tar.bz2) = 51e4bc489ae7974f5bd51c35e894b266
diff -urN /usr/ports/net/libyahoo2/files/patch-sample_client.c net/libyahoo2/files/patch-sample_client.c
--- /usr/ports/net/libyahoo2/files/patch-sample_client.c Sat Apr 12 18:06:35 2003
+++ net/libyahoo2/files/patch-sample_client.c Wed May 21 08:39:02 2003
@@ -1,6 +1,6 @@
---- src/sample_client.c.orig Sat Apr 12 17:04:56 2003
-+++ src/sample_client.c Sat Apr 12 17:05:25 2003
-@@ -51,7 +51,6 @@
+--- src/sample_client.c.orig Sat May 17 03:33:06 2003
++++ src/sample_client.c Wed May 21 08:38:45 2003
+@@ -52,7 +52,6 @@
#include <yahoo2_callbacks.h>
#include "yahoo_util.h"
@@ -8,3 +8,11 @@
#define MAX_PREF_LEN 255
+@@ -186,7 +185,6 @@
+
+ FILE *popen(const char *command, const char *type);
+ int pclose(FILE *stream);
+-int gethostname(char *name, size_t len);
+
+ static char * get_local_addresses()
+ {
diff -urN /usr/ports/net/libyahoo2/pkg-plist net/libyahoo2/pkg-plist
--- /usr/ports/net/libyahoo2/pkg-plist Mon May 19 09:43:32 2003
+++ net/libyahoo2/pkg-plist Wed May 21 08:41:10 2003
@@ -5,6 +5,6 @@
include/libyahoo2/yahoo_list.h
lib/libyahoo2.a
lib/libyahoo2.so
-lib/libyahoo2.so.3
+lib/libyahoo2.so.4
libdata/pkgconfig/libyahoo2.pc
@dirrm include/libyahoo2
More information about the freebsd-ports-bugs
mailing list