>>> Building on exopi-4 under print/mpage DIST = [print/mpage:mpage-2.5.7.tgz] FULLPKGNAME = mpage-2.5.7 (Junk lock obtained for exopi-4 at 1713210502.04) Don't run junk because nojunk in x11/qt6/qt3d (Junk lock released for exopi-4 at 1713210502.04) distfiles size=87190 >>> Running build in print/mpage at 1713210502.09 ===> print/mpage ===> Building from scratch mpage-2.5.7 ===> Verifying specs: c ===> found c.99.0 ===> Checking files for mpage-2.5.7 `/exopi-cvs/ports/distfiles/mpage-2.5.7.tgz' is up to date. >> (SHA256) mpage-2.5.7.tgz: 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void usage(); ^ glob.c:391:6: note: conflicting prototype is here void usage(int errcode) ^ 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 1 warning generated. 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] (*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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int select_pagetype(); ^ page.c:83:1: note: conflicting prototype is here 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] (*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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int do_args(); ^ args.c:40:1: note: conflicting prototype is here 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void urshow(); ^ sample.c:117:1: note: conflicting prototype is here 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void lrshow(); ^ sample.c:131:1: note: conflicting prototype is here 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void ulshow(); ^ sample.c:144:1: note: conflicting prototype is here 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void llshow(); ^ sample.c:158:1: note: conflicting prototype is here 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void box(); ^ sample.c:172:1: note: conflicting prototype is here 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 1713210508.90 ===> 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 1713210511.08 ===> print/mpage ===> Cleaning for mpage-2.5.7 >>> Ended at 1713210512.94 max_stuck=0.00/build=6.58/package=2.26/clean=1.97