Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 1998 02:07:05 +0900
From:      Yoshiyuki Okada <yokada@mars.dti.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        okada@yh.msy.co.jp, yokada@mars.dti.ne.jp
Subject:   ports/5836: Netpbm patch for 24 bit bmp file.
Message-ID:  <19980226020705S.okada@mars.dti.ne.jp>

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

>Number:         5836
>Category:       ports
>Synopsis:       Bug fix: Netbpm patch for 24 bit bmp file.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 09:00:01 PST 1998
>Last-Modified:
>Originator:     Yoshiyuki Okada <yokada@mars.dti.ne.jp>
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	Netbpm ports( graphics/netbpm-94.3.1 )

>Description:

	If you use to convert 24 bit bpm file, bus error occured.


>How-To-Repeat:

	Convert from ppm to 24 bit bmp file (ppmtobmp), or
	Convert from 24 bit bmp file to ppm (bmptoppm).

>Fix:
	
	To fix, apply this patch.

---------- cut here ----------
diff -Nru /home/ports/graphics/netpbm/Makefile ./Makefile
--- /home/ports/graphics/netpbm/Makefile	Fri Feb 13 03:18:52 1998
+++ ./Makefile	Sat Feb 21 01:01:50 1998
@@ -11,6 +11,9 @@
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.x.org/R5contrib/
 DISTFILES=	netpbm-1mar1994.tar.gz
+PATCH_SITE=	http://www.softlab.is.tsukuba.ac.jp/%7Ecopel/
+PATCHFILES=	netpbm-1mar1994.p1a.diff.gz
+PATCH_DIST_STRIP=	-d ppm
 
 MAINTAINER=	ports@FreeBSD.ORG
 
diff -Nru /home/ports/graphics/netpbm/files/md5 ./files/md5
--- /home/ports/graphics/netpbm/files/md5	Tue Jan 31 15:07:07 1995
+++ ./files/md5	Sat Feb 21 00:38:59 1998
@@ -1 +1,2 @@
 MD5 (netpbm-1mar1994.tar.gz) = 55f505b09e69a5db8f08844435282dfb
+MD5 (netpbm-1mar1994.p1a.diff.gz) = 7beefc2c986cb83d4379c5ad2b538bde
---------- cut here ----------

>Audit-Trail:
>Unformatted:

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?19980226020705S.okada>