From owner-cvs-all Tue Apr 21 10:35:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22202 for cvs-all-outgoing; Tue, 21 Apr 1998 10:35:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22085; Tue, 21 Apr 1998 17:34:49 GMT (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.8/8.8.8) with SMTP id KAA06734; Tue, 21 Apr 1998 10:34:45 -0700 (PDT) (envelope-from skynyrd@opus.cts.cwu.edu) Date: Tue, 21 Apr 1998 10:34:45 -0700 (PDT) From: Chris Timmons To: "Justin M. Seger" cc: cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: JPEG library version hoses xemacs compile In-Reply-To: <199804152132.OAA20552@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message