Date: Tue, 13 May 2003 07:22:46 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52139: Update port: net/libyahoo2 Message-ID: <20030513072246.2bd1449d.tkato@prontomail.com> Resent-Message-ID: <200305122230.h4CMU9Nv065975@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52139 >Category: ports >Synopsis: Update port: net/libyahoo2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 12 15:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Install .pc file to correct place >How-To-Repeat: >Fix: diff -urN /usr/ports/net/libyahoo2/Makefile net/libyahoo2/Makefile --- /usr/ports/net/libyahoo2/Makefile Sun Apr 6 13:19:24 2003 +++ net/libyahoo2/Makefile Tue May 13 06:45:51 2003 @@ -8,6 +8,7 @@ PORTNAME= libyahoo2 PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C library that handles the new Yahoo! Messenger protocol -USE_GNOME= glib20 -USE_LIBTOOL= yes +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig + +USE_GNOME= gnomehack glib20 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> diff -urN /usr/ports/net/libyahoo2/files/patch-ltmain.sh net/libyahoo2/files/patch-ltmain.sh --- /usr/ports/net/libyahoo2/files/patch-ltmain.sh Sun Apr 6 13:19:24 2003 +++ net/libyahoo2/files/patch-ltmain.sh Tue May 13 06:47:02 2003 @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Sun Apr 6 12:12:51 2003 -+++ ltmain.sh Sun Apr 6 12:14:51 2003 -@@ -1043,14 +1043,14 @@ +--- ltmain.sh.orig Tue Jan 28 03:11:49 2003 ++++ ltmain.sh Tue May 13 06:46:55 2003 +@@ -1043,7 +1043,7 @@ # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; @@ -8,14 +8,6 @@ + *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue ;; @@ -2441,7 +2441,7 @@ *-*-netbsd*) diff -urN /usr/ports/net/libyahoo2/pkg-plist net/libyahoo2/pkg-plist --- /usr/ports/net/libyahoo2/pkg-plist Sun Apr 6 13:19:24 2003 +++ net/libyahoo2/pkg-plist Tue May 13 06:41:28 2003 @@ -3,8 +3,8 @@ include/libyahoo2/yahoo2_types.h include/libyahoo2/yahoo_httplib.h include/libyahoo2/yahoo_list.h -@dirrm include/libyahoo2 lib/libyahoo2.a lib/libyahoo2.so lib/libyahoo2.so.3 -lib/pkgconfig/libyahoo2.pc +libdata/pkgconfig/libyahoo2.pc +@dirrm include/libyahoo2 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030513072246.2bd1449d.tkato>