From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 19 12:50:27 2004 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 0B0C016A4CF for ; Sun, 19 Dec 2004 12:50:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C0843D48 for ; Sun, 19 Dec 2004 12:50:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBJCoQpm061632 for ; Sun, 19 Dec 2004 12:50:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBJCoQta061631; Sun, 19 Dec 2004 12:50:26 GMT (envelope-from gnats) Resent-Date: Sun, 19 Dec 2004 12:50:26 GMT Resent-Message-Id: <200412191250.iBJCoQta061631@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, Stefan Walter Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EC7616A4CE for ; Sun, 19 Dec 2004 12:45:53 +0000 (GMT) Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D4443D2F for ; Sun, 19 Dec 2004 12:45:51 +0000 (GMT) (envelope-from sw@gegenunendlich.de) Received: from kyuzo.dunkelkammer.void ([217.140.77.242]) (authenticated bits=0)iBJCjmSo016896 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 19 Dec 2004 13:45:49 +0100 Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002) id 0883C3946; Sun, 19 Dec 2004 13:45:47 +0100 (CET) Message-Id: <20041219124547.0883C3946@kyuzo.dunkelkammer.void> Date: Sun, 19 Dec 2004 13:45:47 +0100 (CET) From: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75256: [MAINTAINER] games/gnocatan: update to 0.8.1.45 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: Sun, 19 Dec 2004 12:50:27 -0000 >Number: 75256 >Category: ports >Synopsis: [MAINTAINER] games/gnocatan: update to 0.8.1.45 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 12:50:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.3-STABLE i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD kyuzo.dunkelkammer.void 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 18 22:12:32 CET 2004 >Description: - Update to 0.8.1.45 Removed file(s): - files/patch-client_gtk_trade.c Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- gnocatan-0.8.1.45.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/gnocatan.old/Makefile /usr/ports/games/gnocatan/Makefile --- /usr/ports/games/gnocatan.old/Makefile Wed Dec 15 22:45:50 2004 +++ /usr/ports/games/gnocatan/Makefile Sun Dec 19 13:36:30 2004 @@ -6,8 +6,7 @@ # PORTNAME= gnocatan -PORTVERSION= 0.8.1.30 -PORTREVISION= 1 +PORTVERSION= 0.8.1.45 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,8 +18,10 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui USE_LIBTOOL_VER=13 +INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + LDFLAGS="-lc" MAN6= gnocatan.6 gnocatan-server-gtk.6 gnocatan-server-console.6 \ gnocatanai.6 gnocatan-meta-server.6 diff -ruN --exclude=CVS /usr/ports/games/gnocatan.old/distinfo /usr/ports/games/gnocatan/distinfo --- /usr/ports/games/gnocatan.old/distinfo Wed Dec 15 22:45:50 2004 +++ /usr/ports/games/gnocatan/distinfo Sat Dec 18 16:17:29 2004 @@ -1,2 +1,2 @@ -MD5 (gnocatan-0.8.1.30.tar.gz) = 3ea69eb647eea4173979293d24d81f54 -SIZE (gnocatan-0.8.1.30.tar.gz) = 2053826 +MD5 (gnocatan-0.8.1.45.tar.gz) = 14601fe7d318c9ef478e126d9683388c +SIZE (gnocatan-0.8.1.45.tar.gz) = 2061574 diff -ruN --exclude=CVS /usr/ports/games/gnocatan.old/files/patch-client_gtk_trade.c /usr/ports/games/gnocatan/files/patch-client_gtk_trade.c --- /usr/ports/games/gnocatan.old/files/patch-client_gtk_trade.c Wed Dec 15 22:45:50 2004 +++ /usr/ports/games/gnocatan/files/patch-client_gtk_trade.c Thu Jan 1 01:00:00 1970 @@ -1,56 +0,0 @@ ---- client/gtk/trade.c.orig Fri Aug 6 14:40:41 2004 -+++ client/gtk/trade.c Fri Aug 6 14:44:54 2004 -@@ -197,16 +197,16 @@ - static void load_pixmaps(void) - { - static gboolean init = FALSE; -+ int width, height; -+ GdkGC *gc; -+ GdkPixmap *pixmap; -+ gint i; - - if (init) return; - -- int width, height; - gtk_icon_size_lookup(GTK_ICON_SIZE_MENU, &width, &height); - -- GdkPixmap *pixmap; - pixmap = gdk_pixmap_new(quotes->window, width, height, gtk_widget_get_visual(quotes)->depth); -- GdkGC *gc; -- gint i; - - gc = gdk_gc_new(pixmap); - gdk_gc_set_foreground(gc, &black); -@@ -349,6 +349,7 @@ - QuoteInfo *quote; - QuoteInfo *prev; - gchar quote_desc[128]; -+ GtkTreeIter iter; - - for (quote = quotelist_first(quote_list); - quote != NULL; quote = quotelist_next(quote)) -@@ -364,7 +365,6 @@ - trade_format_maritime(quote, quote_desc); - prev = quotelist_prev(quote); - -- GtkTreeIter iter; - quote_found_flag = FALSE; - if (prev != NULL) - gtk_tree_model_foreach(GTK_TREE_MODEL(store), trade_locate_quote, prev); -@@ -536,6 +536,7 @@ - static void add_trade_row(GtkWidget *table, TradeRow* row, Resource resource) - { - GtkWidget *label; -+ GtkWidget *frame; - gint col; - - col = 0; -@@ -549,7 +550,7 @@ - col++; - - /* Draw a border around the number */ -- GtkWidget *frame = gtk_viewport_new(NULL, NULL); -+ frame = gtk_viewport_new(NULL, NULL); - gtk_viewport_set_shadow_type(GTK_VIEWPORT(frame), GTK_SHADOW_IN); - gtk_widget_show(frame); - gtk_table_attach(GTK_TABLE(table), frame, diff -ruN --exclude=CVS /usr/ports/games/gnocatan.old/pkg-plist /usr/ports/games/gnocatan/pkg-plist --- /usr/ports/games/gnocatan.old/pkg-plist Wed Dec 15 22:45:50 2004 +++ /usr/ports/games/gnocatan/pkg-plist Sat Dec 18 17:37:33 2004 @@ -118,6 +118,7 @@ share/locale/de/LC_MESSAGES/gnocatan.mo share/locale/es/LC_MESSAGES/gnocatan.mo share/locale/fr/LC_MESSAGES/gnocatan.mo +share/locale/it/LC_MESSAGES/gnocatan.mo share/locale/nl/LC_MESSAGES/gnocatan.mo @dirrm share/gnome/help/gnocatan/C/images @dirrm share/gnome/help/gnocatan/C @@ -129,5 +130,3 @@ @dirrm share/gnome/games/gnocatan/themes @dirrm share/gnome/games/gnocatan @dirrm share/gnome/pixmaps/gnocatan -@exec scrollkeeper-install -q %D/share/gnome/omf/gnocatan/gnocatan-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnocatan/gnocatan-C.omf 2>/dev/null || /usr/bin/true --- gnocatan-0.8.1.45.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: