Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 1999 07:40:41 -0800 (PST)
From:      rod@zort.on.ca
To:        freebsd-gnats-submit@freebsd.org
Subject:   misc/15565: x11-toolkits/rep-gtk updated
Message-ID:  <19991219154041.C216614D98@hub.freebsd.org>

index | next in thread | raw e-mail


>Number:         15565
>Category:       misc
>Synopsis:       x11-toolkits/rep-gtk updated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 19 07:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        
>Organization:
Zort
>Environment:
>Description:
updated for the sake of sawmill (also stored archive in second place due to the author removing old copies.)
>How-To-Repeat:

>Fix:
diff -ruN rep-gtk.old/Makefile rep-gtk/Makefile
--- rep-gtk.old/Makefile        Sun Dec 19 10:29:56 1999
+++ rep-gtk/Makefile    Sun Dec 19 10:30:52 1999
@@ -6,9 +6,10 @@
 # $FreeBSD: ports/x11-toolkits/rep-gtk/Makefile,v 1.2 1999/12/02 06:48:19 nakai Exp $
 #
 
-DISTNAME=      rep-gtk-0.6
+DISTNAME=      rep-gtk-0.7
 CATEGORIES=    x11-toolkits
-MASTER_SITES=  ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/
+MASTER_SITES=  ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/ \
+                http://www.oscentral.org/files/software/
 
 MAINTAINER=    nakai@FreeBSD.org
 
diff -ruN rep-gtk.old/files/md5 rep-gtk/files/md5
--- rep-gtk.old/files/md5       Sun Dec 19 10:29:55 1999
+++ rep-gtk/files/md5   Sun Dec 19 10:30:30 1999
@@ -1 +1 @@
-MD5 (rep-gtk-0.6.tar.gz) = efdedd97df1aec077194ffb2fc77bf9d
+MD5 (rep-gtk-0.7.tar.gz) = f3e774339ccf40ee973c350083bb2a55
diff -ruN rep-gtk.old/patches/patch-ab rep-gtk/patches/patch-ab
--- rep-gtk.old/patches/patch-ab        Sun Dec 19 10:29:55 1999
+++ rep-gtk/patches/patch-ab    Wed Dec 31 19:00:00 1969
@@ -1,13 +0,0 @@
---- gdk-1.2.defs.orig  Thu Sep  9 00:42:39 1999
-+++ gdk-1.2.defs       Thu Nov 11 17:49:27 1999
-@@ -454,6 +454,10 @@
-   (GdkFont (copy #f))
-   ((string name)))
- 
-+(define-func gdk_fontset_load
-+  (GdkFont (copy #f))
-+  ((string name)))
-+
- (define-func gdk_flush
-   none
-   ())
diff -ruN rep-gtk.old/patches/patch-ad rep-gtk/patches/patch-ad
--- rep-gtk.old/patches/patch-ad        Sun Dec 19 10:29:55 1999
+++ rep-gtk/patches/patch-ad    Wed Dec 31 19:00:00 1969
@@ -1,20 +0,0 @@
---- rep-gtk.c.orig     Thu Oct 21 01:59:21 1999
-+++ rep-gtk.c  Thu Nov 11 17:50:32 1999
-@@ -1805,7 +1805,7 @@
-   return color;
- }
- 
--extern repv Fgdk_font_load (repv font);
-+extern repv Fgdk_fontset_load (repv font);
- 
- repv
- sgtk_font_conversion (repv font)
-@@ -1814,7 +1814,7 @@
- 
-   if (rep_STRINGP (font))
-     {
--      font = Fgdk_font_load (font);
-+      font = Fgdk_fontset_load (font);
-       if (font == Qnil)
-       Fsignal (Qerror, rep_list_2 (rep_string_dup ("no such font: "),
-                                    orig_font));

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



home | help

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