From trevor@jpj.net  Thu Oct 12 19:37:10 2000
Return-Path: <trevor@jpj.net>
Received: from blues.jpj.net (blues.jpj.net [204.97.17.146])
	by hub.freebsd.org (Postfix) with ESMTP id 7E6DA37B502
	for <freebsd-gnats-submit@freebsd.org>; Thu, 12 Oct 2000 19:37:09 -0700 (PDT)
Received: from localhost (trevor@localhost)
	by blues.jpj.net (right/backatcha) with ESMTP id e9D2b8207357
	for <freebsd-gnats-submit@freebsd.org>; Thu, 12 Oct 2000 22:37:08 -0400 (EDT)
Message-Id: <Pine.BSI.4.05L.10010122235140.5811-100000@blues.jpj.net>
Date: Thu, 12 Oct 2000 22:37:08 -0400 (EDT)
From: Trevor Johnson <trevor@jpj.net>
To: freebsd-gnats-submit@freebsd.org
Subject: update graphics/gimp1 to 1.1.27

>Number:         21945
>Category:       ports
>Synopsis:       update graphics/gimp1 to 1.1.27
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vanilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 19:40:01 PDT 2000
>Closed-Date:    Fri Oct 13 00:59:53 PDT 2000
>Last-Modified:  Fri Oct 13 01:00:22 PDT 2000
>Originator:     Trevor Johnson
>Release:        4.1-STABLE i386
>Organization:
myself
>Environment:

only tested under
FreeBSD ws99.invalid 4.1-STABLE FreeBSD 4.1-STABLE #0: Sat Jul 29 02:55:41
UTC 2000 root@ws99.invalid:/usr/obj/usr/src/sys/TREVOR41A i386

>Description:

Update to latest version.

>How-To-Repeat:

N/A

>Fix:

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;
+ 	    }


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Fri Oct 13 00:59:53 PDT 2000 
State-Changed-Why:  
Committed, thanks. 

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