>>> 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 1713561912.66 ===> math/hexcalc ===> Building from scratch hexcalc-19951219p1 ===> Verifying specs: X11 Xaw Xext Xmu Xt c ===> found X11.18.0 Xaw.16.0 Xext.13.0 Xmu.11.0 Xt.11.1 c.100.0 ===> Checking files for hexcalc-19951219p1 `/exopi-cvs/ports/distfiles/hexcalc..tar.Z' is up to date. >> (SHA256) hexcalc..tar.Z: 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int Right(/* token */); ^ hexcalc.c:490:12: warning: cast to smaller integer type 'char' from 'caddr_t' (aka 'char *') [-Wpointer-to-int-cast] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 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 C2x [-Wdeprecated-non-prototype] 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 hexcalc.c(hexcalc.o:(UpdateDisplay)): warning: sprintf() is often misused, please use snprintf() >>> Running package in math/hexcalc at 1713561915.59 ===> 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 1713561922.69 ===> math/hexcalc ===> Cleaning for hexcalc-19951219p1 >>> Ended at 1713561923.19 max_stuck=0.00/build=2.30/package=7.60/clean=0.65