Subject: CVS commit: pkgsrc/graphics/jpeg_ls
From: Joerg Sonnenberger
Date: 2005-12-31 00:23:54
Message id: 20051230232354.DA15A2DA27@cvs.netbsd.org

Log Message:
stdout can not be used to initialise a global variable.. Move it from
global scope to static scope in encoder.c / decoder.c and initialise it
from main.
Fix a nice side-effect from a macro, which is not a macro in DragonFly:
	if feof(tablefile)
does not parse correctly.

Files:
RevisionActionfile
1.3modifypkgsrc/graphics/jpeg_ls/distinfo
1.2modifypkgsrc/graphics/jpeg_ls/patches/patch-aa
1.2modifypkgsrc/graphics/jpeg_ls/patches/patch-ad
1.1addpkgsrc/graphics/jpeg_ls/patches/patch-ah
1.1addpkgsrc/graphics/jpeg_ls/patches/patch-ai
1.1addpkgsrc/graphics/jpeg_ls/patches/patch-aj
1.1addpkgsrc/graphics/jpeg_ls/patches/patch-ak
1.1addpkgsrc/graphics/jpeg_ls/patches/patch-al