Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 1998 10:34:45 -0700 (PDT)
From:      Chris Timmons <skynyrd@opus.cts.cwu.edu>
To:        "Justin M. Seger" <jseger@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   JPEG library version hoses xemacs compile
Message-ID:  <Pine.BSF.3.96.980421103203.6578F-100000@opus.cts.cwu.edu>
In-Reply-To: <199804152132.OAA20552@freefall.freebsd.org>

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

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 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.BSF.3.96.980421103203.6578F-100000>