Date: Tue, 21 Apr 1998 22:05:49 +0200 From: Gary Jennejohn <garyj@peedub.muc.de> To: Chris Timmons <skynyrd@opus.cts.cwu.edu> Cc: "Justin M. Seger" <jseger@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: JPEG library version hoses xemacs compile Message-ID: <199804212005.WAA00158@peedub.muc.de> In-Reply-To: Your message of "Tue, 21 Apr 1998 10:34:45 PDT." <Pine.BSF.3.96.980421103203.6578F-100000@opus.cts.cwu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Timmons writes: > >Why are we doing this? For one thing, it breaks xemacs: > > >opus:/usr/users/skynyrd> more /usr/ports/graphics/jpeg/patches/patch-aa >--- jpeglib.h.orig Wed Apr 15 06:45:39 1998 >+++ jpeglib.h Wed Apr 15 06:45:44 1998 >@@ -30,7 +30,7 @@ > * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60". > */ > >-#define JPEG_LIB_VERSION 62 /* Version 6b */ >+#define JPEG_LIB_VERSION 8 /* Version 6b */ > > > /* Various constants determining the sizes of things. > > >#if defined(JPEG_LIB_VERSION) && (JPEG_LIB_VERSION >= 61) >METHODDEF(boolean) >#else >METHODDEF boolean >#endif >our_fill_input_buffer (j_decompress_ptr cinfo) { > > >-Chris > > > >On Wed, 15 Apr 1998, Justin M. Seger wrote: > >> jseger 1998/04/15 14:32:51 PDT >> >> Modified files: >> graphics/jpeg Makefile >> graphics/jpeg/files md5 >> graphics/jpeg/patches patch-aa >> graphics/jpeg/pkg PLIST >> Log: >> Update to version 6b >> >> Revision Changes Path >> 1.15 +8 -6 ports/graphics/jpeg/Makefile >> 1.5 +1 -1 ports/graphics/jpeg/files/md5 >> 1.7 +11 -146 ports/graphics/jpeg/patches/patch-aa >> 1.11 +9 -8 ports/graphics/jpeg/pkg/PLIST >> > > yeah, should be 80 instead of 8. With 80 xemacs compiles OK. --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804212005.WAA00158>