From owner-freebsd-ports Fri Oct 6 16:21: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id A6E8337B502; Fri, 6 Oct 2000 16:21:06 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e96NL5F18674; Fri, 6 Oct 2000 19:21:05 -0400 (EDT) Date: Fri, 6 Oct 2000 19:21:05 -0400 (EDT) From: Trevor Johnson To: vanilla@freebsd.org Cc: ports@freebsd.org Subject: update for graphics/gimp1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Besides this, patches/patch-an should be removed. diff -ruN gimp1.orig/Makefile gimp1/Makefile --- gimp1.orig/Makefile Fri Oct 6 21:17:31 2000 +++ gimp1/Makefile Fri Oct 6 21:42:45 2000 @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 1.1.26 +PORTVERSION= 1.1.27 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \ diff -ruN gimp1.orig/files/md5 gimp1/files/md5 --- gimp1.orig/files/md5 Fri Oct 6 06:57:28 2000 +++ gimp1/files/md5 Fri Oct 6 21:42:49 2000 @@ -1 +1 @@ -MD5 (gimp-1.1.26.tar.bz2) = 4951bb1f992cdd351c5c3861ba197bcf +MD5 (gimp-1.1.27.tar.bz2) = a00d603344a0b6d5890a4d2209406115 diff -ruN gimp1.orig/patches/patch-plug-ins_print_print-escp2_c gimp1/patches/patch-plug-ins_print_print-escp2_c --- gimp1.orig/patches/patch-plug-ins_print_print-escp2_c Thu Jan 1 00:00:00 1970 +++ gimp1/patches/patch-plug-ins_print_print-escp2_c Fri Oct 6 23:14:27 2000 @@ -0,0 +1,20 @@ +--- plug-ins/print/print-escp2.c.orig Wed Oct 4 17:36:42 2000 ++++ plug-ins/print/print-escp2.c Fri Oct 6 23:13:42 2000 +@@ -26,6 +26,8 @@ + * compile on generic platforms that don't support glib, gimp, gtk, etc. + */ + ++#include ++ + #ifndef WEAVETEST + #include "print.h" + #endif +@@ -4000,7 +4002,7 @@ + if (lineoffs[0].v[j] != 0) + fprintf(stderr, + "WARNING: pass %d subpass %d row %d: lineoffs %ld\n", +- w.pass, i, row, lineoffs[0].v[j]); ++ w.pass, i, row, (long)lineoffs[0].v[j]); + lineoffs[0].v[j] = 0; + lineactive[0].v[j] = 0; + } -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message