=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for bktr2jpeg-1.0nb3 cc -O2 -I/usr/pkg/include -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o bktr2jpeg bktr2jpeg.c -ljpeg bktr2jpeg.c:89:24: error: use of undeclared identifier 'BT848_BRIGHTMIN' int BRIGHT_MIN = BT848_BRIGHTMIN; ^ bktr2jpeg.c:90:25: error: use of undeclared identifier 'BT848_BRIGHTMIN' int BRIGHT_MAX = (BT848_BRIGHTMIN + BT848_BRIGHTRANGE); ^ bktr2jpeg.c:90:43: error: use of undeclared identifier 'BT848_BRIGHTRANGE' int BRIGHT_MAX = (BT848_BRIGHTMIN + BT848_BRIGHTRANGE); ^ bktr2jpeg.c:91:24: error: use of undeclared identifier 'BT848_BRIGHTCENTER' int BRIGHT_CENTER = BT848_BRIGHTCENTER; ^ bktr2jpeg.c:92:24: error: use of undeclared identifier 'BT848_BRIGHTRANGE' int BRIGHT_RANGE = BT848_BRIGHTRANGE; ^ bktr2jpeg.c:93:24: error: use of undeclared identifier 'BT848_BRIGHTREGMIN' int BRIGHT_DRV_MIN = BT848_BRIGHTREGMIN; ^ bktr2jpeg.c:94:25: error: use of undeclared identifier 'BT848_BRIGHTREGMAX' int BRIGHT_DRV_RANGE = (BT848_BRIGHTREGMAX - BT848_BRIGHTREGMIN + 1); ^ bktr2jpeg.c:94:46: error: use of undeclared identifier 'BT848_BRIGHTREGMIN' int BRIGHT_DRV_RANGE = (BT848_BRIGHTREGMAX - BT848_BRIGHTREGMIN + 1); ^ bktr2jpeg.c:96:26: error: use of undeclared identifier 'BT848_CONTRASTMIN' int CONTRAST_MIN = BT848_CONTRASTMIN; ^ bktr2jpeg.c:97:27: error: use of undeclared identifier 'BT848_CONTRASTMIN' int CONTRAST_MAX = (BT848_CONTRASTMIN + BT848_CONTRASTRANGE); ^ bktr2jpeg.c:97:47: error: use of undeclared identifier 'BT848_CONTRASTRANGE' int CONTRAST_MAX = (BT848_CONTRASTMIN + BT848_CONTRASTRANGE); ^ bktr2jpeg.c:98:26: error: use of undeclared identifier 'BT848_CONTRASTCENTER' int CONTRAST_CENTER = BT848_CONTRASTCENTER; ^ bktr2jpeg.c:99:26: error: use of undeclared identifier 'BT848_CONTRASTRANGE' int CONTRAST_RANGE = BT848_CONTRASTRANGE; ^ bktr2jpeg.c:100:26: error: use of undeclared identifier 'BT848_CONTRASTREGMIN' int CONTRAST_DRV_MIN = BT848_CONTRASTREGMIN; ^ bktr2jpeg.c:101:27: error: use of undeclared identifier 'BT848_CONTRASTREGMAX' int CONTRAST_DRV_RANGE = (BT848_CONTRASTREGMAX - BT848_CONTRASTREGMIN + 1); ^ bktr2jpeg.c:101:50: error: use of undeclared identifier 'BT848_CONTRASTREGMIN' int CONTRAST_DRV_RANGE = (BT848_CONTRASTREGMAX - BT848_CONTRASTREGMIN + 1); ^ bktr2jpeg.c:166:5: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] p = ctx->copybuf; ^ ~~~~~~~~~~~~ bktr2jpeg.c:174:18: warning: assigning to 'JSAMPROW' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] row_pointer[0] = ctx->copybuf; ^ ~~~~~~~~~~~~ bktr2jpeg.c:227:43: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] fprintf(stderr, "\rsleeping %d secs.", sleep-i); ~~ ^~~~~~~ %ld bktr2jpeg.c:266:16: error: use of undeclared identifier 'METEOR_CAP_SINGLE' int single = METEOR_CAP_SINGLE; ^ bktr2jpeg.c:272:23: error: variable has incomplete type 'struct meteor_geomet' struct meteor_geomet geo; ^ bktr2jpeg.c:272:9: note: forward declaration of 'struct meteor_geomet' struct meteor_geomet geo; ^ bktr2jpeg.c:346:20: error: use of undeclared identifier 'METEOR_INPUT_DEV0' case 0: input = METEOR_INPUT_DEV0; break; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 3 warnings and 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/graphics/bktr2jpeg/work/bktr2jpeg-1.0 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/bktr2jpeg *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/bktr2jpeg