Date: Fri, 6 Oct 2000 19:21:05 -0400 (EDT) From: Trevor Johnson <trevor@jpj.net> To: vanilla@freebsd.org Cc: ports@freebsd.org Subject: update for graphics/gimp1 Message-ID: <Pine.BSI.4.21.0010061918390.18555-100000@blues.jpj.net>
next in thread | raw e-mail | index | archive | help
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 <sys/types.h> ++ + #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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.21.0010061918390.18555-100000>