>>> Building on exopi-6 under lang/brandy BDEPENDS = [devel/sdl] DIST = [lang/brandy:brandy-1.20.1.tar.gz] FULLPKGNAME = brandy-1.20.1p1 RDEPENDS = [devel/sdl] (Junk lock obtained for exopi-6 at 1713481084.86) >>> Running depends in lang/brandy at 1713481084.91 last junk was in www/py-yarl,python3 /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 was: /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 >>> Running show-prepare-results in lang/brandy at 1713481086.14 ===> lang/brandy ===> Building from scratch brandy-1.20.1p1 ===> brandy-1.20.1p1 depends on: sdl-* -> sdl-1.2.15p12 ===> Verifying specs: SDL c m ===> found SDL.8.0 c.100.0 m.10.1 sdl-1.2.15p12 (Junk lock released for exopi-6 at 1713481086.54) distfiles size=422587 >>> Running build in lang/brandy at 1713481086.58 ===> lang/brandy ===> Checking files for brandy-1.20.1p1 `/exopi-cvs/ports/distfiles/brandy-1.20.1.tar.gz' is up to date. >> (SHA256) brandy-1.20.1.tar.gz: OK ===> Extracting for brandy-1.20.1p1 ===> Patching for brandy-1.20.1p1 ===> Applying OpenBSD patch patch-makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- makefile.orig Sat Mar 18 21:34:08 2017 |+++ makefile Sat Mar 18 21:35:05 2017 -------------------------- Patching file makefile using Plan A... Hunk #1 succeeded at 3. done ===> Applying OpenBSD patch patch-makefile_text Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- makefile.text.orig Thu Jun 27 14:56:55 2013 |+++ makefile.text Tue Mar 14 22:53:59 2017 -------------------------- Patching file makefile.text using Plan A... Hunk #1 succeeded at 3. 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 brandy-1.20.1p1 ===> Configuring for brandy-1.20.1p1 ===> Building for brandy-1.20.1p1 cc -O2 -pipe -I/usr/local/include/SDL src/variables.c -c -o src/variables.o cc -O2 -pipe -I/usr/local/include/SDL src/tokens.c -c -o src/tokens.o cc -O2 -pipe -I/usr/local/include/SDL src/graphsdl.c -c -o src/graphsdl.o cc -O2 -pipe -I/usr/local/include/SDL src/strings.c -c -o src/strings.o cc -O2 -pipe -I/usr/local/include/SDL src/statement.c -c -o src/statement.o cc -O2 -pipe -I/usr/local/include/SDL src/stack.c -c -o src/stack.o cc -O2 -pipe -I/usr/local/include/SDL src/miscprocs.c -c -o src/miscprocs.o cc -O2 -pipe -I/usr/local/include/SDL src/mainstate.c -c -o src/mainstate.o cc -O2 -pipe -I/usr/local/include/SDL src/lvalue.c -c -o src/lvalue.o cc -O2 -pipe -I/usr/local/include/SDL src/keyboard.c -c -o src/keyboard.o cc -O2 -pipe -I/usr/local/include/SDL src/iostate.c -c -o src/iostate.o cc -O2 -pipe -I/usr/local/include/SDL src/heap.c -c -o src/heap.o cc -O2 -pipe -I/usr/local/include/SDL src/functions.c -c -o src/functions.o cc -O2 -pipe -I/usr/local/include/SDL src/fileio.c -c -o src/fileio.o cc -O2 -pipe -I/usr/local/include/SDL src/evaluate.c -c -o src/evaluate.o src/evaluate.c:905:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ^ ~~ src/evaluate.c:905:7: note: add parentheses after the '!' to evaluate the comparison first if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ^ ( ) src/evaluate.c:905:7: note: add parentheses around left hand side expression to silence this warning if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ^ ( ) src/evaluate.c:905:36: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ^ ~~ src/evaluate.c:905:36: note: add parentheses after the '!' to evaluate the comparison first if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ^ ( ) src/evaluate.c:905:36: note: add parentheses around left hand side expression to silence this warning if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ^ ( ) src/evaluate.c:905:49: warning: result of comparison of constant 'STACK_FLOAT' (3) with boolean expression is always false [-Wtautological-constant-out-of-range-compare] if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ~~~~~~~~~~~~ ^ ~~~~~~~~~~~ src/evaluate.c:905:20: warning: result of comparison of constant 'STACK_INT' (2) with boolean expression is always false [-Wtautological-constant-out-of-range-compare] if (!GET_TOPITEM == STACK_INT && !GET_TOPITEM == STACK_FLOAT) error(ERR_TYPENUM); ~~~~~~~~~~~~ ^ ~~~~~~~~~ 4 warnings generated. cc -O2 -pipe -I/usr/local/include/SDL src/errors.c -c -o src/errors.o cc -O2 -pipe -I/usr/local/include/SDL src/emulate.c -c -o src/emulate.o src/emulate.c:855:28: warning: illegal character encoding in character literal [-Winvalid-source-encoding] if (ch == '|' || ch == '
') { ^ 1 warning generated. cc -O2 -pipe -I/usr/local/include/SDL src/editor.c -c -o src/editor.o cc -O2 -pipe -I/usr/local/include/SDL src/convert.c -c -o src/convert.o cc -O2 -pipe -I/usr/local/include/SDL src/commands.c -c -o src/commands.o cc -O2 -pipe -I/usr/local/include/SDL src/brandy.c -c -o src/brandy.o cc -O2 -pipe -I/usr/local/include/SDL src/assign.c -c -o src/assign.o cc -O2 -pipe -I/usr/local/include/SDL src/geom.c -c -o src/geom.o cc -L/usr/local/lib -o brandy src/variables.o src/tokens.o src/graphsdl.o src/strings.o src/statement.o src/stack.o src/miscprocs.o src/mainstate.o src/lvalue.o src/keyboard.o src/iostate.o src/heap.o src/functions.o src/fileio.o src/evaluate.o src/errors.o src/emulate.o src/editor.o src/convert.o src/commands.o src/brandy.o src/assign.o src/geom.o -lm -lSDL variables.c(src/variables.o:(list_variables)): warning: sprintf() is often misused, please use snprintf() variables.c(src/variables.o:(list_varlist)): warning: stpcpy() is dangerous; do not use it variables.c(src/variables.o:(list_varlist)): warning: strcat() is almost always misused, please use strlcat() variables.c(src/variables.o:(search_library)): warning: strcpy() is almost always misused, please use strlcpy() graphsdl.c(src/graphsdl.o:(emulate_printf)): warning: vsprintf() is often misused, please use vsnprintf() miscprocs.c(src/miscprocs.o:(secure_tmpnam)): warning: tmpnam() possibly used unsafely; consider using mkstemp() cd /exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1; /usr/bin/env -i PORTSDIR="/exopi-cvs/ports" LIBTOOL="/usr/bin/libtool" PATH='/exopi-obj/pobj/brandy-1.20.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe -I/usr/local/include/SDL' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/brandy-1.20.1_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/exopi-obj/pobj/brandy-1.20.1/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/exopi-obj/pobj/brandy-1.20.1/bin/install -c -m 755" BSD_INSTALL_DATA="/exopi-obj/pobj/brandy-1.20.1/bin/install -c -m 644" BSD_INSTALL_MAN="/exopi-obj/pobj/brandy-1.20.1/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/exopi-obj/pobj/brandy-1.20.1/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/exopi-obj/pobj/brandy-1.20.1/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/exopi-obj/pobj/brandy-1.20.1/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/exopi-obj/pobj/brandy-1.20.1/bin/install -d -m 755" /usr/bin/make CC="cc" CFLAGS="-O2 -pipe -I/usr/local/include/SDL " LD="cc" LDFLAGS=" -L/usr/local/lib" LIBTOOL="/usr/bin/libtool" SHARED_LIBS_LOG=/exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1/shared_libs.log -f makefile.text cc -O2 -pipe -I/usr/local/include/SDL src/textonly.c -c -o src/textonly.o cc -L/usr/local/lib -o tbrandy src/variables.o src/tokens.o src/strings.o src/statement.o src/stack.o src/miscprocs.o src/mainstate.o src/lvalue.o src/keyboard.o src/iostate.o src/heap.o src/functions.o src/fileio.o src/evaluate.o src/errors.o src/emulate.o src/editor.o src/convert.o src/commands.o src/brandy.o src/assign.o src/textonly.o -lm variables.c(src/variables.o:(list_variables)): warning: sprintf() is often misused, please use snprintf() variables.c(src/variables.o:(list_varlist)): warning: stpcpy() is dangerous; do not use it variables.c(src/variables.o:(list_varlist)): warning: strcat() is almost always misused, please use strlcat() variables.c(src/variables.o:(search_library)): warning: strcpy() is almost always misused, please use strlcpy() errors.c(src/errors.o:(error)): warning: vsprintf() is often misused, please use vsnprintf() miscprocs.c(src/miscprocs.o:(secure_tmpnam)): warning: tmpnam() possibly used unsafely; consider using mkstemp() cc -O2 -pipe -I/usr/local/include/SDL src/simpletext.c -c -o src/simpletext.o src/simpletext.c:94:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] static nogo(void) { ~~~~~~ ^ int src/simpletext.c:96:1: warning: non-void function does not return a value [-Wreturn-type] } ^ 2 warnings generated. cc -L/usr/local/lib -o sbrandy src/variables.o src/tokens.o src/strings.o src/statement.o src/stack.o src/miscprocs.o src/mainstate.o src/lvalue.o src/keyboard.o src/iostate.o src/heap.o src/functions.o src/fileio.o src/evaluate.o src/errors.o src/emulate.o src/editor.o src/convert.o src/commands.o src/brandy.o src/assign.o src/simpletext.o -lm variables.c(src/variables.o:(list_variables)): warning: sprintf() is often misused, please use snprintf() variables.c(src/variables.o:(list_varlist)): warning: stpcpy() is dangerous; do not use it variables.c(src/variables.o:(list_varlist)): warning: strcat() is almost always misused, please use strlcat() variables.c(src/variables.o:(search_library)): warning: strcpy() is almost always misused, please use strlcpy() miscprocs.c(src/miscprocs.o:(secure_tmpnam)): warning: tmpnam() possibly used unsafely; consider using mkstemp() errors.c(src/errors.o:(error)): warning: vsprintf() is often misused, please use vsnprintf() >>> Running package in lang/brandy at 1713481097.23 ===> lang/brandy ===> Faking installation for brandy-1.20.1p1 /exopi-obj/pobj/brandy-1.20.1/bin/install -c -s -m 755 /exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1/tbrandy /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/bin/brandy /exopi-obj/pobj/brandy-1.20.1/bin/install -c -s -m 755 /exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1/brandy /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/bin/brandy-sdl /exopi-obj/pobj/brandy-1.20.1/bin/install -d -m 755 /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/share/doc/brandy /exopi-obj/pobj/brandy-1.20.1/bin/install -c -m 644 /exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1/docs/basic /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/share/doc/brandy /exopi-obj/pobj/brandy-1.20.1/bin/install -c -m 644 /exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1/docs/messages /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/share/doc/brandy /exopi-obj/pobj/brandy-1.20.1/bin/install -c -m 644 /exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1/docs/use /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/share/doc/brandy /exopi-obj/pobj/brandy-1.20.1/bin/install -d -m 755 /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/share/examples/brandy /exopi-obj/pobj/brandy-1.20.1/bin/install -c -m 644 /exopi-obj/pobj/brandy-1.20.1/brandy-1.20.1/examples/* /exopi-obj/pobj/brandy-1.20.1/fake-amd64/usr/local/share/examples/brandy ===> Building package for brandy-1.20.1p1 Create /exopi-cvs/ports/packages/amd64/all/brandy-1.20.1p1.tgz Creating package brandy-1.20.1p1 reading plist| checking dependencies| checking dependencies|devel/sdl checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 9% checksumming|******* | 11% checksumming|********* | 14% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 29% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 91% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************** | 34% archiving|********************************************** | 71% archiving|******************************************************* | 87% archiving|********************************************************** | 91% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/brandy-1.20.1p1.tgz >>> Running clean in lang/brandy at 1713481099.23 ===> lang/brandy ===> Cleaning for brandy-1.20.1p1 >>> Ended at 1713481099.57 max_stuck=0.00/depends=1.24/show-prepare-results=0.44/build=10.65/package=1.98/clean=0.40