From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 7 17:10:20 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 0432716A4F0 for ; Mon, 7 Aug 2006 17:10:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 641B243D46 for ; Mon, 7 Aug 2006 17:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k77HAD4E059023 for ; Mon, 7 Aug 2006 17:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k77HADQf059020; Mon, 7 Aug 2006 17:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 7 Aug 2006 17:10:13 GMT Resent-Message-Id: <200608071710.k77HADQf059020@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 9035016A4DF for ; Mon, 7 Aug 2006 17:00:47 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from nm05omta057.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.8]) by mx1.FreeBSD.org (Postfix) with SMTP id EE8B643D45 for ; Mon, 7 Aug 2006 17:00:46 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.67.69]) by nm05mta.dion.ne.jp id <20060808020037020.MA78.81A0D40@nm05mta.dion.ne.jp>; Tue, 8 Aug 2006 02:00:37 +0900 Message-Id: <20060808020006.267dfcc9.tkato432@yahoo.com> Date: Tue, 8 Aug 2006 02:00:06 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org X-Mailman-Approved-At: Mon, 07 Aug 2006 17:51:37 +0000 Cc: Subject: ports/101591: Update port: deskutils/genius to 0.7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 17:10:20 -0000 >Number: 101591 >Category: ports >Synopsis: Update port: deskutils/genius to 0.7.5 >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 Aug 07 17:10:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p19 i386 >Organization: >Environment: >Description: - Update to version 0.7.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/genius/Makefile deskutils/genius/Makefile --- /usr/ports/deskutils/genius/Makefile Mon Aug 7 02:24:37 2006 +++ deskutils/genius/Makefile Tue Aug 8 00:36:51 2006 @@ -6,8 +6,7 @@ # PORTNAME= genius -PORTVERSION= 0.7.4 -PORTREVISION= 3 +PORTVERSION= 0.7.5 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://ftp.5z.com/pub/genius/ @@ -19,9 +18,9 @@ LIB_DEPENDS= mpfr.1:${PORTSDIR}/math/mpfr USE_X_PREFIX= yes -USE_GETTEXT= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview intlhack \ libgnomeui vte +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes LIBTOOLFILES= configure mpfr/configure @@ -33,11 +32,11 @@ .include -.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) +.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif -.if ${OSVERSION} < 500018 +.if ${OSVERSION} < 500000 BROKEN= Does not compile on 4.x .endif diff -urN /usr/ports/deskutils/genius/distinfo deskutils/genius/distinfo --- /usr/ports/deskutils/genius/distinfo Thu Nov 24 16:02:54 2005 +++ deskutils/genius/distinfo Thu Aug 3 03:48:23 2006 @@ -1,3 +1,3 @@ -MD5 (genius-0.7.4.tar.gz) = 13b001334799d712772df3de41f64428 -SHA256 (genius-0.7.4.tar.gz) = 7c33ec61e6e4bdfe8c1c35ca6f4fb220f8ceb922f087bef207dbd31599d09b74 -SIZE (genius-0.7.4.tar.gz) = 2606418 +MD5 (genius-0.7.5.tar.gz) = 3e8c6fe141829b40d3a7487adc6c1c66 +SHA256 (genius-0.7.5.tar.gz) = df09601da364a36e0d666a6edd76a82c1825ea05fbafdfdf61f5c3605625a2cc +SIZE (genius-0.7.5.tar.gz) = 2565613 diff -urN /usr/ports/deskutils/genius/files/patch-Makefile.in deskutils/genius/files/patch-Makefile.in --- /usr/ports/deskutils/genius/files/patch-Makefile.in Mon Jun 28 03:03:28 2004 +++ deskutils/genius/files/patch-Makefile.in Thu Aug 3 03:48:23 2006 @@ -1,14 +1,14 @@ ---- Makefile.in.bak Tue Jun 15 02:58:05 2004 -+++ Makefile.in Wed Jun 16 11:45:48 2004 -@@ -450,10 +450,7 @@ - install-exec-am: - install-exec: install-exec-recursive +--- Makefile.in.orig Thu Aug 3 00:31:36 2006 ++++ Makefile.in Thu Aug 3 00:32:46 2006 +@@ -740,10 +740,7 @@ + + info-am: -install-data-am: install-appregDATA install-mimeinfoDATA \ -- install-packagesDATA +- install-packagesDATA - @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook +install-data-am: install-appregDATA install-mimeinfoDATA - install-data: install-data-recursive - install-am: all-am + install-exec-am: + diff -urN /usr/ports/deskutils/genius/files/patch-src::Makefile.in deskutils/genius/files/patch-src::Makefile.in --- /usr/ports/deskutils/genius/files/patch-src::Makefile.in Thu Sep 1 16:05:25 2005 +++ deskutils/genius/files/patch-src::Makefile.in Thu Aug 3 03:55:38 2006 @@ -1,11 +1,10 @@ ---- src/Makefile.in.orig Sat Jul 23 02:12:33 2005 -+++ src/Makefile.in Wed Aug 31 19:57:16 2005 -@@ -232,7 +232,7 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I.. - LIBS = @LIBS@ --libtestplugin_la_LDFLAGS = +--- src/Makefile.in.orig Thu Aug 3 00:33:02 2006 ++++ src/Makefile.in Thu Aug 3 00:34:13 2006 +@@ -66,6 +66,7 @@ + "$(DESTDIR)$(plugin_includedir)" + pluginLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(plugin_LTLIBRARIES) +libtestplugin_la_LDFLAGS = -module -avoid-version - libtestplugin_la_LIBADD = - libtestplugin_la_OBJECTS = testplugin.lo - bin_PROGRAMS = @GNOME_GENIUS@ genius$(EXEEXT) + libtestplugin_la_LIBADD = + am_libtestplugin_la_OBJECTS = testplugin.lo + libtestplugin_la_OBJECTS = $(am_libtestplugin_la_OBJECTS) diff -urN /usr/ports/deskutils/genius/pkg-plist deskutils/genius/pkg-plist --- /usr/ports/deskutils/genius/pkg-plist Sun Jul 16 01:48:37 2006 +++ deskutils/genius/pkg-plist Thu Aug 3 03:58:26 2006 @@ -119,8 +119,9 @@ share/locale/it/LC_MESSAGES/genius.mo share/locale/ja/LC_MESSAGES/genius.mo share/locale/ko/LC_MESSAGES/genius.mo +share/locale/nb/LC_MESSAGES/genius.mo +share/locale/ne/LC_MESSAGES/genius.mo share/locale/nl/LC_MESSAGES/genius.mo -share/locale/no/LC_MESSAGES/genius.mo share/locale/pa/LC_MESSAGES/genius.mo share/locale/pl/LC_MESSAGES/genius.mo share/locale/pt/LC_MESSAGES/genius.mo @@ -131,6 +132,7 @@ share/locale/sr@Latn/LC_MESSAGES/genius.mo share/locale/sv/LC_MESSAGES/genius.mo share/locale/zh_CN/LC_MESSAGES/genius.mo +share/locale/zh_TW/LC_MESSAGES/genius.mo @dirrm share/gnome/omf/genius @dirrm share/gnome/help/genius/C/figures @dirrm share/gnome/help/genius/C >Release-Note: >Audit-Trail: >Unformatted: