>>> Building on exopi-6 under math/hexcalc DIST = [math/hexcalc:hexcalc..tar.Z] FULLPKGNAME = hexcalc-19951219p1 distfiles size=25129 >>> Running build in math/hexcalc at 1764696514.37 ===> math/hexcalc ===> Building from scratch hexcalc-19951219p1 ===> Verifying specs: X11 Xaw Xext Xmu Xt c ===> found X11.19.0 Xaw.16.0 Xext.13.0 Xmu.11.0 Xt.11.1 c.102.2 ===> Checking files for hexcalc-19951219p1 `/exopi-cvs/ports/distfiles/hexcalc..tar.Z' is up to date. >> (SHA256) all files: OK ===> Extracting for hexcalc-19951219p1 rm /exopi-obj/pobj/hexcalc-19951219/hexcalc/*.orig ===> Patching for hexcalc-19951219p1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Tue Aug 22 16:48:35 1995 |+++ Makefile Tue Jan 9 21:24:40 2001 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 53. Hunk #2 succeeded at 69. Hunk #3 succeeded at 94. Hunk #4 succeeded at 133. done ===> Applying OpenBSD patch patch-hexcalc_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix with GCC4. From http://bugs.gentoo.org/show_bug.cgi?id=140987 | |--- hexcalc.c.orig Sun May 15 11:30:39 2011 |+++ hexcalc.c Sun May 15 11:34:23 2011 -------------------------- Patching file hexcalc.c using Plan A... Hunk #1 succeeded at 37. Hunk #2 succeeded at 510. Hunk #3 succeeded at 531. done ===> Applying OpenBSD patch patch-hexcalc_man Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- hexcalc.man.orig Wed Nov 22 21:25:28 1989 |+++ hexcalc.man Sun May 15 11:30:29 2011 -------------------------- Patching file hexcalc.man using Plan A... Hunk #1 succeeded at 11. Hunk #2 succeeded at 129. 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 hexcalc-19951219p1 ===> Configuring for hexcalc-19951219p1 ===> Building for hexcalc-19951219p1 cc -O -I/usr/X11R6/include -c hexcalc.c hexcalc.c:279:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 279 | PRIVATE void FlipButton(w) | ^ hexcalc.c:96: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] 96 | static void FlipButton(/* w */); | ^ hexcalc.c:307:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 307 | PRIVATE void DoKey(w, event, params, numParams) | ^ hexcalc.c:97: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] 97 | static void DoKey(/* w, event, params, numParams */); | ^ hexcalc.c:402:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 402 | PRIVATE int Left(token) | ^ hexcalc.c:102: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] 102 | static int Left(/* token */); | ^ hexcalc.c:437:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 437 | PRIVATE int Right(token) | ^ hexcalc.c:103: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] 103 | static int Right(/* token */); | ^ hexcalc.c:490:12: warning: cast to smaller integer type 'char' from 'caddr_t' (aka 'char *') [-Wpointer-to-int-cast] 490 | char op = (char) data; | ^~~~~~~~~~~ hexcalc.c:486:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 486 | PRIVATE void Op(w, data) | ^ hexcalc.c:105: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] 105 | static void Op(/* w, data */); | ^ hexcalc.c:631:17: warning: cast to smaller integer type 'int' from 'caddr_t' (aka 'char *') [-Wpointer-to-int-cast] 631 | int newRadix = (int) data; | ^~~~~~~~~~ hexcalc.c:627:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 627 | PRIVATE void Radix(w, data) | ^ hexcalc.c:107: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] 107 | static void Radix(/* w, data */); | ^ hexcalc.c:698:13: warning: cast to smaller integer type 'int' from 'caddr_t' (aka 'char *') [-Wpointer-to-int-cast] 698 | int bits = (int) data; | ^~~~~~~~~~ hexcalc.c:694:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 694 | PRIVATE void SetSize(w, data) | ^ hexcalc.c:110: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] 110 | static void SetSize(/* w, data */); | ^ hexcalc.c:738:20: warning: cast to smaller integer type 'Boolean' (aka 'char') from 'caddr_t' (aka 'char *') [-Wpointer-to-int-cast] 738 | Boolean newSign = (Boolean) data; | ^~~~~~~~~~~~~~ hexcalc.c:734:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 734 | PRIVATE void SetSign(w, data) | ^ hexcalc.c:112: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] 112 | static void SetSign(/* w, data */); | ^ hexcalc.c:778:14: warning: cast to smaller integer type 'int' from 'caddr_t' (aka 'char *') [-Wpointer-to-int-cast] 778 | int digit = (int) data; | ^~~~~~~~~~ hexcalc.c:774:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 774 | PRIVATE void Digit(w, data) | ^ hexcalc.c:114: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] 114 | static void Digit(/* w, data */); | ^ hexcalc.c:852:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 852 | PRIVATE Widget MakeButtons(parent) | ^ hexcalc.c:117:15: 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] 117 | static Widget MakeButtons(/* parent */); | ^ hexcalc.c:925:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 925 | PRIVATE Widget MakeDisplay(parent) | ^ hexcalc.c:118:15: 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] 118 | static Widget MakeDisplay(/* parent */); | ^ hexcalc.c:953:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 953 | PRIVATE void MakeHexcalc(parent) | ^ hexcalc.c:119: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] 119 | static void MakeHexcalc(/* parent */); | ^ hexcalc.c:985:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 985 | int main(argc, argv) | ^ 30 warnings generated. rm -f hexcalc cc -o hexcalc hexcalc.o -O -L/usr/X11R6/lib -lXaw -lXt -lXmu -lXext -lX11 ld: warning: hexcalc.c(hexcalc.o:(UpdateDisplay)): warning: sprintf() is often misused, please use snprintf() >>> Running package in math/hexcalc at 1764696516.64 ===> math/hexcalc ===> Faking installation for hexcalc-19951219p1 /exopi-obj/pobj/hexcalc-19951219/bin/install -c -s -m 755 /exopi-obj/pobj/hexcalc-19951219/hexcalc/hexcalc /exopi-obj/pobj/hexcalc-19951219/fake-amd64/usr/local/bin/hexcalc /exopi-obj/pobj/hexcalc-19951219/bin/install -c -m 644 /exopi-obj/pobj/hexcalc-19951219/hexcalc/hexcalc.man /exopi-obj/pobj/hexcalc-19951219/fake-amd64/usr/local/man/man1/hexcalc.1 ===> Building package for hexcalc-19951219p1 Create /exopi-cvs/ports/packages/amd64/all/hexcalc-19951219p1.tgz Creating package hexcalc-19951219p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|******************************************************* | 85% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/hexcalc-19951219p1.tgz >>> Running clean in math/hexcalc at 1764696519.36 ===> math/hexcalc ===> Cleaning for hexcalc-19951219p1 >>> Ended at 1764696520.10 max_stuck=0.00/build=2.22/package=2.67/clean=0.87