>>> Building on exopi-6 under print/mpage DIST = [print/mpage:mpage-2.5.7.tgz] FULLPKGNAME = mpage-2.5.7 distfiles size=87190 >>> Running build in print/mpage at 1764696511.75 ===> print/mpage ===> Building from scratch mpage-2.5.7 ===> Verifying specs: c ===> found c.102.2 ===> Checking files for mpage-2.5.7 `/exopi-cvs/ports/distfiles/mpage-2.5.7.tgz' is up to date. >> (SHA256) all files: OK ===> Extracting for mpage-2.5.7 ===> Patching for mpage-2.5.7 ===> Applying OpenBSD patch patch-args_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: args.c |--- args.c.orig |+++ args.c -------------------------- Patching file args.c using Plan A... Hunk #1 succeeded at 44. Hunk #2 succeeded at 161. done ===> Applying OpenBSD patch patch-file_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: file.c |--- file.c.orig |+++ file.c -------------------------- Patching file file.c using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 128. Hunk #3 succeeded at 177. Hunk #4 succeeded at 218. Hunk #5 succeeded at 226. Hunk #6 succeeded at 290. done ===> Applying OpenBSD patch patch-mpage_1_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- mpage.1.in.orig Mon Jan 14 23:54:28 2008 |+++ mpage.1.in Wed Mar 24 12:13:27 2010 -------------------------- Patching file mpage.1.in using Plan A... Hunk #1 succeeded at 546. done ===> Applying OpenBSD patch patch-mpage_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: mpage.c |--- mpage.c.orig |+++ mpage.c -------------------------- Patching file mpage.c using Plan A... Hunk #1 succeeded at 87. done ===> Applying OpenBSD patch patch-mpage_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: mpage.h |--- mpage.h.orig |+++ mpage.h -------------------------- Patching file mpage.h using Plan A... Hunk #1 succeeded at 211. Hunk #2 succeeded at 227. done ===> Applying OpenBSD patch patch-post_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: post.c |--- post.c.orig |+++ post.c -------------------------- Patching file post.c using Plan A... Hunk #1 succeeded at 361. Hunk #2 succeeded at 408. Hunk #3 succeeded at 443. Hunk #4 succeeded at 1024. Hunk #5 succeeded at 1076. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for mpage-2.5.7 ===> Configuring for mpage-2.5.7 ===> Building for mpage-2.5.7 cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c mpage.c mpage.c:75:14: warning: passing arguments to 'usage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | usage(currarg); | ^ mpage.c:79:27: warning: passing arguments to 'do_args' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 79 | if ((currarg = do_args(argc, argv, 0)) < 0) { | ^ mpage.c:80:14: warning: passing arguments to 'usage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | usage(currarg); | ^ mpage.c:155:17: warning: passing arguments to 'ps_title' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | ps_title(argv[currarg], outfd); | ^ mpage.c:157:20: warning: passing arguments to 'do_file' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 157 | do_file(argv[currarg], thesheet, outfd); | ^ mpage.c:160:17: warning: passing arguments to 'ps_title' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 160 | ps_title("", outfd); | ^ mpage.c:161:17: warning: passing arguments to 'do_stdin' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | do_stdin(thesheet, outfd); | ^ mpage.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 45 | main(argc, argv) | ^ mpage.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 218 | ps_title(name, outfd) | ^ mpage.c:40:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 40 | static void ps_title(); | ^ 10 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c glob.c In file included from glob.c:28: ./mpage.h:347:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 347 | void usage(); | ^ glob.c:391:6: note: conflicting prototype is here 391 | void usage(int errcode) | ^ 1 warning generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c text.c text.c:91:14: warning: passing arguments to 'do_sheets' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 91 | do_sheets(do_text_sheet, fd, asheet, outfd ); | ^ text.c:70:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 70 | do_text_doc(fd, asheet, outfd, fname) | ^ In file included from text.c:28: ./mpage.h:368:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 368 | void do_text_doc(); | ^ text.c:131:20: warning: passing arguments to 'sheetheader' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 131 | sheetheader(outfd, file_name); | ^ text.c:136:19: warning: passing arguments to 'mp_outline' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 136 | mp_outline(outfd, asheet); | ^ text.c:157:35: warning: passing arguments to 'text_onepage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 157 | rtn_val = text_onepage(fd, asheet, outfd); | ^ text.c:255:31: warning: passing arguments to 'text_onepage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | rtn_val = text_onepage(fd, asheet, outfd); | ^ text.c:103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 103 | do_text_sheet(fd, asheet, outfd) | ^ text.c:58:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 58 | static int do_text_sheet(); | ^ text.c:322:27: warning: passing arguments to 'mp_get_text' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 322 | text = mp_get_text(file, &loc, asheet); | ^ text.c:287:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 287 | text_onepage(file, asheet, outfd) | ^ text.c:59:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 59 | static int text_onepage(); | ^ text.c:400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 400 | mp_get_text(infile, locp, asheet) | ^ text.c:60:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 60 | static char *mp_get_text(); | ^ 14 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c post.c post.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 100 | ps_check(infd) | ^ post.c:88:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 88 | int ps_check(); | ^ post.c:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 178 | ps_gettype(fd, outfd) | ^ post.c:73:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 73 | static int ps_gettype(); | ^ post.c:309:20: warning: passing arguments to 'do_post_doc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 309 | do_post_doc(fd, asheet, outfd); | ^ post.c:296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 296 | do_ps_doc(fd, asheet, outfd, fname) | ^ post.c:89:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 89 | void do_ps_doc(); | ^ post.c:326:18: warning: passing arguments to 'ps_copyprolog' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 326 | ps_copyprolog(fd, outfd); | ^ post.c:331:14: warning: passing arguments to 'do_sheets' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 331 | do_sheets(do_post_sheet, fd, asheet, outfd); | ^ post.c:333:19: warning: passing arguments to 'do_roff_tailer' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 333 | do_roff_tailer(fd, outfd); | ^ post.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 318 | do_post_doc(fd, asheet, outfd) | ^ post.c:74:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 74 | static void do_post_doc(); | ^ post.c:380:27: warning: passing arguments to 'ps_roff_copyprolog' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 380 | ps_roff_copyprolog(fd, outfd); | ^ post.c:385:28: warning: passing arguments to 'ps_mpage_copyprolog' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 385 | ps_mpage_copyprolog(fd, outfd); | ^ post.c:360:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 360 | ps_copyprolog(fd, outfd) | ^ post.c:78:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 78 | static void ps_copyprolog(); | ^ post.c:436:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 436 | ps_roff_copyprolog(fd, outfd) | ^ post.c:79:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 79 | static void ps_roff_copyprolog(); | ^ post.c:472:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 472 | ps_mpage_copyprolog(fd, outfd) | ^ post.c:80:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 80 | static void ps_mpage_copyprolog(); | ^ post.c:490:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 490 | ps_skip_to_page(fd) | ^ post.c:81:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 81 | static void ps_skip_to_page(); | ^ post.c:512:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 512 | ps_store_to_page(fd) | ^ post.c:92:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 92 | static int ps_store_to_page(); | ^ post.c:593:20: warning: passing arguments to 'sheetheader' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 593 | sheetheader(outfd, file_name); | ^ post.c:598:19: warning: passing arguments to 'mp_outline' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 598 | mp_outline(outfd, asheet); | ^ post.c:759:22: warning: passing arguments to 'ps_sheetsetup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 759 | ps_sheetsetup(outfd); | ^ post.c:765:41: warning: passing arguments to 'post_flush_onepage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 765 | rtn_val = post_flush_onepage(totlen, asheet, outfd); | ^ post.c:770:35: warning: passing arguments to 'post_onepage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 770 | rtn_val = post_onepage(fd, asheet, outfd); | ^ post.c:896:22: warning: passing arguments to 'ps_sheetsetup' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 896 | ps_sheetsetup(outfd); | ^ post.c:901:37: warning: passing arguments to 'post_flush_onepage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 901 | rtn_val = post_flush_onepage(totlen, asheet, outfd); | ^ post.c:563:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 563 | do_post_sheet(fd, asheet, outfd) | ^ post.c:82:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 82 | static int do_post_sheet(); | ^ post.c:929:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 929 | ps_sheetsetup(outfd) | ^ post.c:83:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 83 | static void ps_sheetsetup(); | ^ post.c:970:32: warning: passing arguments to 'post_one_line' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 970 | line_rc = post_one_line(currline, fd, outfd, &indoc, 0); | ^ post.c:950:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 950 | post_onepage(fd, asheet, outfd) | ^ post.c:84:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 84 | static int post_onepage(); | ^ post.c:1004:17: warning: passing arguments to 'memgets_init' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1004 | memgets_init(stored_page, totlen); | ^ post.c:1005:19: warning: passing arguments to 'memgets' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1005 | while (memgets(currline, LINESIZE-1) != NULL) { | ^ post.c:1007:32: warning: passing arguments to 'post_one_line' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1007 | line_rc = post_one_line(currline, (FILE *) NULL, outfd, &indoc, 1); | ^ post.c:983:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 983 | post_flush_onepage(totlen, asheet, outfd) | ^ post.c:91:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 91 | static int post_flush_onepage(); | ^ post.c:1083:42: warning: passing arguments to 'memgets' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1083 | flush_page ? memgets(line, LINESIZE-1) : | ^ post.c:1020:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1020 | post_one_line(line, fd, outfd, indoc, flush_page) | ^ post.c:86:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 86 | static int post_one_line(); | ^ post.c:1103:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1103 | do_roff_tailer(fd, outfd) | ^ post.c:87:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 87 | static void do_roff_tailer(); | ^ 48 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c file.c file.c:66:21: warning: passing arguments to 'ps_check' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 66 | if (ps_check(fd)) | ^ file.c:81:19: warning: passing arguments to 'do_pr_file' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | do_pr_file(fname, asheet, outfd); | ^ file.c:97:29: warning: passing arguments to 'do_text_doc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 97 | case IN_ASCII: do_text_doc(fd, asheet, outfd, fname); | ^ file.c:99:27: warning: passing arguments to 'do_ps_doc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 99 | case IN_PS: do_ps_doc(fd, asheet, outfd, fname); | ^ file.c:40:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 40 | do_file(fname, asheet, outfd) | ^ In file included from file.c:30: ./mpage.h:342:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 342 | void do_file(); | ^ file.c:147:20: warning: passing arguments to 'do_text_doc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | do_text_doc(fd, asheet, outfd, fname); | ^ file.c:117:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 117 | do_pr_file(fname, asheet, outfd) | ^ In file included from file.c:30: ./mpage.h:343:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 343 | void do_pr_file(); | ^ file.c:161:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | do_stdin(asheet, outfd) | ^ In file included from file.c:30: ./mpage.h:344:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 344 | void do_stdin(); | ^ file.c:435:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 435 | if ((*sheetfunc)(inf, asheet, iswanted(sheetno) ? revf : nullf) | ^ file.c:485:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 485 | (*sheetfunc)(inf, asheet, iswanted(sheetno) ? | ^ file.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 395 | do_sheets(sheetfunc, inf, asheet, outf) | ^ In file included from file.c:30: ./mpage.h:345:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 345 | void do_sheets(); | ^ 15 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c page.c page.c:55:28: warning: passing arguments to 'select_pagetype' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 55 | select_pagetype(buf + i); | ^ page.c:70:28: warning: passing arguments to 'select_pagetype' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 70 | int i = select_pagetype(opt_page); | ^ In file included from page.c:29: ./mpage.h:351:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 351 | int select_pagetype(); | ^ page.c:83:1: note: conflicting prototype is here 83 | select_pagetype(char *pt) | ^ page.c:355:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 355 | outline_1(outfd) | ^ In file included from page.c:29: ./mpage.h:358:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 358 | void outline_1(); | ^ page.c:371:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 371 | outline_2(outfd) | ^ In file included from page.c:29: ./mpage.h:359:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 359 | void outline_2(); | ^ page.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 385 | outline_4(outfd) | ^ In file included from page.c:29: ./mpage.h:360:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 360 | void outline_4(); | ^ page.c:399:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 399 | outline_8(outfd) | ^ In file included from page.c:29: ./mpage.h:361:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 361 | void outline_8(); | ^ page.c:421:30: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 421 | (*asheet->sh_outline)(outfd); | ^ page.c:415:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 415 | mp_outline(outfd, asheet) | ^ In file included from page.c:29: ./mpage.h:363:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 363 | void mp_outline(); | ^ page.c:431:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 431 | sheetheader(outfd, fname) | ^ In file included from page.c:29: ./mpage.h:362:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 362 | void sheetheader(); | ^ 16 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c args.c In file included from args.c:28: ./mpage.h:339:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 339 | int do_args(); | ^ args.c:40:1: note: conflicting prototype is here 40 | do_args(int argc, char **argv, int envflag) | ^ args.c:113:40: warning: passing arguments to 'select_pagetype' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 113 | select_pagetype(optstr); | ^ 2 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c util.c util.c:11:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | void memgets_init(memarea, size) | ^ util.c:21:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | char *memgets(output, maxitems) | ^ 2 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -o mpage mpage.o glob.o text.o post.o file.o page.o args.o util.o cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -c sample.c sample.c:49:11: warning: passing arguments to 'usage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 49 | usage(currarg); | ^ sample.c:53:27: warning: passing arguments to 'do_args' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 53 | if ((currarg = do_args(argc, argv, 0)) < 0) { | ^ sample.c:54:11: warning: passing arguments to 'usage' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 54 | usage(currarg); | ^ sample.c:39:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 39 | main(argc, argv) | ^ sample.c:73:14: warning: passing arguments to 'outline_8' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | outline_8(stdout); | ^ sample.c:75:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 75 | urshow(xbase1(), ybase1()); | ^ sample.c:76:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 76 | urshow(xbase1(), ybase2()); | ^ sample.c:77:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 77 | urshow(xbase1(), ybase3()); | ^ sample.c:78:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 78 | urshow(xbase1(), ybase4()); | ^ sample.c:79:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 79 | lrshow(xbase1(), ytop1()); | ^ sample.c:80:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | lrshow(xbase1(), ytop2()); | ^ sample.c:81:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | lrshow(xbase1(), ytop3()); | ^ sample.c:82:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 82 | lrshow(xbase1(), ytop4()); | ^ sample.c:83:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 83 | ulshow(xbase1()+xwid2(), ybase1()); | ^ sample.c:84:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 84 | ulshow(xbase1()+xwid2(), ybase2()); | ^ sample.c:85:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 85 | ulshow(xbase1()+xwid2(), ybase3()); | ^ sample.c:86:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 86 | ulshow(xbase1()+xwid2(), ybase4()); | ^ sample.c:87:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 87 | llshow(xbase1()+xwid2(), ytop1()); | ^ sample.c:88:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 88 | llshow(xbase1()+xwid2(), ytop2()); | ^ sample.c:89:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 89 | llshow(xbase1()+xwid2(), ytop3()); | ^ sample.c:90:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 90 | llshow(xbase1()+xwid2(), ytop4()); | ^ sample.c:92:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 92 | urshow(xbase2(), ybase1()); | ^ sample.c:93:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 93 | urshow(xbase2(), ybase2()); | ^ sample.c:94:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | urshow(xbase2(), ybase3()); | ^ sample.c:95:11: warning: passing arguments to 'urshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | urshow(xbase2(), ybase4()); | ^ sample.c:96:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 96 | lrshow(xbase2(), ytop1()); | ^ sample.c:97:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 97 | lrshow(xbase2(), ytop2()); | ^ sample.c:98:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 98 | lrshow(xbase2(), ytop3()); | ^ sample.c:99:11: warning: passing arguments to 'lrshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 99 | lrshow(xbase2(), ytop4()); | ^ sample.c:100:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 100 | ulshow(xbase2()+xwid2(), ybase1()); | ^ sample.c:101:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 101 | ulshow(xbase2()+xwid2(), ybase2()); | ^ sample.c:102:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 102 | ulshow(xbase2()+xwid2(), ybase3()); | ^ sample.c:103:11: warning: passing arguments to 'ulshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 103 | ulshow(xbase2()+xwid2(), ybase4()); | ^ sample.c:104:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 104 | llshow(xbase2()+xwid2(), ytop1()); | ^ sample.c:105:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 105 | llshow(xbase2()+xwid2(), ytop2()); | ^ sample.c:106:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 106 | llshow(xbase2()+xwid2(), ytop3()); | ^ sample.c:107:11: warning: passing arguments to 'llshow' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 107 | llshow(xbase2()+xwid2(), ytop4()); | ^ sample.c:32:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 32 | static void urshow(); | ^ sample.c:117:1: note: conflicting prototype is here 117 | urshow(int x, int y) | ^ sample.c:121:8: warning: passing arguments to 'box' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 121 | box(x, y); | ^ sample.c:33:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 33 | static void lrshow(); | ^ sample.c:131:1: note: conflicting prototype is here 131 | lrshow(int x, int y) | ^ sample.c:134:8: warning: passing arguments to 'box' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | box(x, y); | ^ sample.c:34:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 34 | static void ulshow(); | ^ sample.c:144:1: note: conflicting prototype is here 144 | ulshow(int x, int y) | ^ sample.c:147:8: warning: passing arguments to 'box' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | box(x, y); | ^ sample.c:35:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 35 | static void llshow(); | ^ sample.c:158:1: note: conflicting prototype is here 158 | llshow(int x, int y) | ^ sample.c:161:8: warning: passing arguments to 'box' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | box(x, y); | ^ sample.c:36:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 36 | static void box(); | ^ sample.c:172:1: note: conflicting prototype is here 172 | box(int x, int y) | ^ 46 warnings generated. cc -O2 -pipe -DPAGE_DEF=\"A4\" -DLIBDIR=\"/usr/local/share/mpage\" -DDEFAULT_ENCODING=1 -DDEFAULT_DUPLEX=0 -DDEFAULTSMARGIN=18 -DSPOOLER=BSD_SPOOLER -o msample sample.o page.o glob.o args.o sed 's:PREFIX:/usr/local:' < mpage.1.in > mpage.1 Done! >>> Running package in print/mpage at 1764696515.81 ===> print/mpage ===> Faking installation for mpage-2.5.7 /exopi-obj/pobj/mpage-2.5.7/bin/install -c -s -m 755 /exopi-obj/pobj/mpage-2.5.7/mpage-2.5.7/mpage /exopi-obj/pobj/mpage-2.5.7/fake-amd64/usr/local/bin /exopi-obj/pobj/mpage-2.5.7/bin/install -c -m 644 /exopi-obj/pobj/mpage-2.5.7/mpage-2.5.7/mpage.1 /exopi-obj/pobj/mpage-2.5.7/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/mpage-2.5.7/bin/install -d -m 755 /exopi-obj/pobj/mpage-2.5.7/fake-amd64/usr/local/share/mpage /exopi-obj/pobj/mpage-2.5.7/bin/install -c -m 644 /exopi-obj/pobj/mpage-2.5.7/mpage-2.5.7/Encodings/* /exopi-obj/pobj/mpage-2.5.7/fake-amd64/usr/local/share/mpage ===> Building package for mpage-2.5.7 Create /exopi-cvs/ports/packages/amd64/all/mpage-2.5.7.tgz Creating package mpage-2.5.7 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************************** | 68% archiving|**************************************************** | 82% archiving|****************************************************** | 85% archiving|******************************************************** | 88% archiving|********************************************************** | 91% archiving|************************************************************ | 93% archiving|************************************************************** | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/mpage-2.5.7.tgz >>> Running clean in print/mpage at 1764696518.54 ===> print/mpage ===> Cleaning for mpage-2.5.7 >>> Ended at 1764696519.21 max_stuck=0.00/build=4.04/package=2.72/clean=0.69