From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 15:30:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4307637B405 for ; Mon, 12 May 2003 15:30:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258C943F85 for ; Mon, 12 May 2003 15:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CMU9Up065976 for ; Mon, 12 May 2003 15:30:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CMU9Nv065975; Mon, 12 May 2003 15:30:09 -0700 (PDT) Resent-Date: Mon, 12 May 2003 15:30:09 -0700 (PDT) Resent-Message-Id: <200305122230.h4CMU9Nv065975@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A4F137B401 for ; Mon, 12 May 2003 15:27:11 -0700 (PDT) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF0943FD7 for ; Mon, 12 May 2003 15:27:10 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([219.108.139.205]) by hfep01.dion.ne.jp with SMTP id <20030512222707646.TDKK@hfep01.dion.ne.jp> for ; Tue, 13 May 2003 07:27:07 +0900 Message-Id: <20030513072246.2bd1449d.tkato@prontomail.com> Date: Tue, 13 May 2003 07:22:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52139: Update port: net/libyahoo2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 22:30:20 -0000 >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 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: