From tkato432@yahoo.com  Mon Aug 23 15:01:51 2004
Return-Path: <tkato432@yahoo.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8660716A4CE
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 23 Aug 2004 15:01:51 +0000 (GMT)
Received: from hfep04.dion.ne.jp (hfep04.dion.ne.jp [203.181.105.70])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9774043D1D
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 23 Aug 2004 15:01:46 +0000 (GMT)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([61.198.217.69]) by hfep04.dion.ne.jp with SMTP
          id <20040823150143852.RKCI@hfep04.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Tue, 24 Aug 2004 00:01:43 +0900
Message-Id: <20040824000028.5a569a64.tkato432@yahoo.com>
Date: Tue, 24 Aug 2004 00:00:28 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: print/gfontview

>Number:         70871
>Category:       ports
>Synopsis:       Update port: print/gfontview
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    krion
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 23 15:10:20 GMT 2004
>Closed-Date:    Mon Aug 23 19:13:05 GMT 2004
>Last-Modified:  Mon Aug 23 19:13:05 GMT 2004
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build on -current after gcc 3.4 import

New file:
files/patch-dialogs.C
files/patch-gfont.C

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/gfontview/files/patch-dialogs.C print/gfontview/files/patch-dialogs.C
--- /usr/ports/print/gfontview/files/patch-dialogs.C	Thu Jan  1 09:00:00 1970
+++ print/gfontview/files/patch-dialogs.C	Sun Aug 22 21:22:13 2004
@@ -0,0 +1,11 @@
+--- dialogs.C.orig	Mon Mar 19 02:03:00 2001
++++ dialogs.C	Sun Aug 22 21:18:13 2004
+@@ -1327,7 +1327,7 @@
+   /* Entry field is DnD target */
+   gtk_drag_dest_set(prtdiag->fileentry, GTK_DEST_DEFAULT_ALL,
+ 		    dnd_target_table, dnd_targets-1,
+-		    (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
++		    (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
+   gtk_signal_connect(GTK_OBJECT(prtdiag->fileentry), "drag_data_received",
+ 		     GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
+ 
diff -urN /usr/ports/print/gfontview/files/patch-gfont.C print/gfontview/files/patch-gfont.C
--- /usr/ports/print/gfontview/files/patch-gfont.C	Thu Jan  1 09:00:00 1970
+++ print/gfontview/files/patch-gfont.C	Sun Aug 22 21:17:55 2004
@@ -0,0 +1,11 @@
+--- gfont.C.orig	Tue Mar 20 06:04:14 2001
++++ gfont.C	Sun Aug 22 21:17:36 2004
+@@ -1103,7 +1103,7 @@
+   // Entry field of the combo box is DnD target
+   gtk_drag_dest_set(entry, GTK_DEST_DEFAULT_ALL,
+ 		    dnd_target_table, dnd_targets-1,
+-		    (enum GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
++		    (GdkDragAction)(GDK_ACTION_COPY | GDK_ACTION_MOVE)); 
+   gtk_signal_connect(GTK_OBJECT(entry), "drag_data_received",
+ 		     GTK_SIGNAL_FUNC(combo_drag_data_received), NULL);
+ 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->krion 
Responsible-Changed-By: krion 
Responsible-Changed-When: Mon Aug 23 15:14:39 GMT 2004 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70871 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Mon Aug 23 19:13:00 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70871 
>Unformatted:
