From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 1 08:40:23 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 020B537B401 for ; Fri, 1 Aug 2003 08:40:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04C443FF9 for ; Fri, 1 Aug 2003 08:40:14 -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 h71FeEUp052997 for ; Fri, 1 Aug 2003 08:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h71FeEpS052991; Fri, 1 Aug 2003 08:40:14 -0700 (PDT) Resent-Date: Fri, 1 Aug 2003 08:40:14 -0700 (PDT) Resent-Message-Id: <200308011540.h71FeEpS052991@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 60A8E37B401 for ; Fri, 1 Aug 2003 08:34:58 -0700 (PDT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BAAA43FCB for ; Fri, 1 Aug 2003 08:34:57 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.204.120.209]) by hfep06.dion.ne.jp with SMTP id <20030801153454446.EYT@hfep06.dion.ne.jp> for ; Sat, 2 Aug 2003 00:34:54 +0900 Message-Id: <20030802003351.5e7f9467.tkato@prontomail.com> Date: Sat, 2 Aug 2003 00:33:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55153: Update port: misc/gnomepm 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: Fri, 01 Aug 2003 15:40:23 -0000 >Number: 55153 >Category: ports >Synopsis: Update port: misc/gnomepm >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: Fri Aug 01 08:40:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Fix build on -current - Rearrange USE_GNOME New file: files/patch-src::menu.c >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gnomepm/Makefile misc/gnomepm/Makefile --- /usr/ports/misc/gnomepm/Makefile Tue Jul 29 21:32:50 2003 +++ misc/gnomepm/Makefile Fri Aug 1 23:37:36 2003 @@ -9,25 +9,21 @@ PORTVERSION= 0.9.3 PORTREVISION= 1 CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sobomax -DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/g/${PORTNAME:S/gnome/gnome-/} +DISTNAME= ${PORTNAME:S/gnome/gnome-/}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= A small GNOME app that collects stock information from Yahoo!(c) Finance +LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp + +WRKSRC= ${WRKDIR}/${PORTNAME:S/gnome/gnome-/}-${PORTVERSION} + USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOME= gnomehack gnomelibs gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(gnomedatadir\)/gnome/|\$\(gnomedatadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + LDFLAGS="-L${LOCALBASE}/lib" .include diff -urN /usr/ports/misc/gnomepm/distinfo misc/gnomepm/distinfo --- /usr/ports/misc/gnomepm/distinfo Wed Nov 1 20:45:45 2000 +++ misc/gnomepm/distinfo Fri Aug 1 23:37:36 2003 @@ -1 +1 @@ -MD5 (gnome-pm-0.9.3.tar.gz) = a947488921af395e4ce3c9df0186977b +MD5 (gnome-pm_0.9.3.orig.tar.gz) = a947488921af395e4ce3c9df0186977b diff -urN /usr/ports/misc/gnomepm/files/patch-src::menu.c misc/gnomepm/files/patch-src::menu.c --- /usr/ports/misc/gnomepm/files/patch-src::menu.c Thu Jan 1 09:00:00 1970 +++ misc/gnomepm/files/patch-src::menu.c Fri Aug 1 23:40:30 2003 @@ -0,0 +1,15 @@ +--- src/menu.c.orig Sun Oct 29 10:19:49 2000 ++++ src/menu.c Fri Aug 1 23:40:03 2003 +@@ -86,9 +86,9 @@ + "(C)1999 Rodney Dawes", + authors, + /* other comments */ +- _("Portfolio management utility for GNOME\n +- Information provided by Yahoo!(C) Finance\n +- This program is not supported by Yahoo!(c)."), ++ _("Portfolio management utility for GNOME\n" ++ "Information provided by Yahoo!(C) Finance\n" ++ "This program is not supported by Yahoo!(c)."), + NULL); + gtk_widget_show (about); + >Release-Note: >Audit-Trail: >Unformatted: