Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 00:00:28 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70871: Update port: print/gfontview
Message-ID:  <20040824000028.5a569a64.tkato432@yahoo.com>
Resent-Message-ID: <200408231510.i7NFAKhx089226@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70871
>Category:       ports
>Synopsis:       Update port: print/gfontview
>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 23 15:10:20 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040824000028.5a569a64.tkato432>