------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The rexx-imc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> rexx-imc-1.76_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The rexx-imc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> rexx-imc-1.76_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rexx-imc-1.76_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The rexx-imc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> rexx-imc-1.76_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rexx-imc-1.76_3 for building => SHA256 Checksum OK for rexx-imc-1.76.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The rexx-imc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> rexx-imc-1.76_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rexx-imc-1.76_3 for building ===> Extracting for rexx-imc-1.76_3 => SHA256 Checksum OK for rexx-imc-1.76.tar.gz. Extracted Memory Use: 0.94M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for rexx-imc-1.76_3 ===> Applying ports patches for rexx-imc-1.76_3 ===> Cleanly applied ports patch(es) patch-Make patch-Makefile.REXXimc patch-box patch-rexx.c patch-rexxcps.rexx patch-rexxtest.rexx patch-rxmathfn.rexx patch-shell.rexx patch-util.c ===> Applying dragonfly patches for rexx-imc-1.76_3 ===> Cleanly applied dragonfly patch(es) patch-Make patch-interface.c patch-rxfn.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for rexx-imc-1.76_3 Processing REXX/imc for DragonFly 5.9 Warning: I don't know the options for cc - trying the gcc ones cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC main.c main.c:26:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) /* This function gives an interface between the command */ ^~~~ cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC rexx.c cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC rxfn.c rxfn.c: In function 'rxlinein': rxfn.c:2729:16: warning: implicit declaration of function 'siginterrupt'; did you mean 'rxinterp'? [-Wimplicit-function-declaration] if(!call)siginterrupt(2,1); /* Allow ^C during read */ ^~~~~~~~~~~~ rxinterp cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC calc.c cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC util.c cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC shell.c shell.c: In function 'shell': shell.c:71:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(!strcmp(arguments[0],"hash"))/* "hash" is built in */ ^~~~~~ shell.c: In function 'locate': shell.c:142:8: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] if(!strchr(name,'/')){ /* only search if the name has no '/'s */ ^~~~~~ shell.c:142:8: warning: incompatible implicit declaration of built-in function 'strchr' shell.c:142:8: note: include '' or provide a declaration of 'strchr' shell.c:13:1: +#include shell.c:142:8: if(!strchr(name,'/')){ /* only search if the name has no '/'s */ ^~~~~~ shell.c:149:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(test+i+1,name); /* add slash and name */ ^~~~~~ shell.c:149:3: warning: incompatible implicit declaration of built-in function 'strcpy' shell.c:149:3: note: include '' or provide a declaration of 'strcpy' shell.c:152:33: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] allocm(sizeof(hashitem)+strlen(name)+strlen(test)+2); ^~~~~~ shell.c:152:33: warning: incompatible implicit declaration of built-in function 'strlen' shell.c:152:33: note: include '' or provide a declaration of 'strlen' cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC -DDAY=25 -DMONTH=2 -DYEAR=102 -DREXXIMC=\"/usr/local/bin\" -DREXXLIB=\"/usr/local/lib\" -I. ./interface.c ./interface.c: In function 'stackinit': ./interface.c:153:7: warning: implicit declaration of function 'wait'; did you mean 'main'? [-Wimplicit-function-declaration] wait((int*)0); /* delete child from process table */ ^~~~ main ./interface.c: In function 'unixcall': ./interface.c:1034:4: warning: implicit declaration of function 'waitpid'; did you mean 'getpid'? [-Wimplicit-function-declaration] waitpid(pid,&l,0); /* delete child from process table */ ^~~~~~~ getpid cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -c -fPIC globals.c ld -o /construction/lang/rexx-imc/rexx-imc-1.76/librexx.so.2 -shared --export-dynamic rexx.o rxfn.o calc.o util.o shell.o interface.o globals.o ln -sf librexx.so.2 /construction/lang/rexx-imc/rexx-imc-1.76/librexx.so cc -s -o ./rexx main.o -L/construction/lang/rexx-imc/rexx-imc-1.76 -lrexx -L/construction/lang/rexx-imc/rexx-imc-1.76 -Wl,-rpath,/usr/local/lib cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -I. -c ./rxque.c ./rxque.c:33:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) /* Specify "-csh" and/or a filename */ ^~~~ ./rxque.c: In function 'main': ./rxque.c:40:16: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(argc>1&&!strcmp(argv[1],"-csh"))argv++,argc--,csh++; ^~~~~~ ./rxque.c:53:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(sock.name,sname); ^~~~~~ ./rxque.c:53:4: warning: incompatible implicit declaration of built-in function 'strcpy' ./rxque.c:53:4: note: include '' or provide a declaration of 'strcpy' ./rxque.c:14:1: +#include ./rxque.c:53:4: strcpy(sock.name,sname); ^~~~~~ ./rxque.c:54:28: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] socklen=sizeof(u_short)+strlen(sname); ^~~~~~ ./rxque.c:54:28: warning: incompatible implicit declaration of built-in function 'strlen' ./rxque.c:54:28: note: include '' or provide a declaration of 'strlen' ./rxque.c: In function 'io': ./rxque.c:147:19: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy((char *)(stack+first+max/2),(char *)(stack+first),(max/2-first)*sizeof(char*)); ^~~~~~ ./rxque.c:147:19: warning: incompatible implicit declaration of built-in function 'memcpy' ./rxque.c:147:19: note: include '' or provide a declaration of 'memcpy' cc -s -o rxque rxque.o cc -DSTUFF_STACK -pipe -O2 -fno-strict-aliasing -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF -I. -c ./rxstack.c ./rxstack.c:19:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ ./rxstack.c: In function 'main': ./rxstack.c:60:20: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] if(write(s,out,8)<8||write(s,buff,len)' or provide a declaration of 'strlen' ./rxmathfn.c:14:1: +#include ./rxmathfn.c:98:17: stack(result,strlen(result)); ^~~~~~ ./rxmathfn.c: In function 'rxsqr': ./rxmathfn.c:306:7: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(tmp2,string,n+1); ^~~~~~ ./rxmathfn.c:306:7: warning: incompatible implicit declaration of built-in function 'memcpy' ./rxmathfn.c:306:7: note: include '' or provide a declaration of 'memcpy' ./rxmathfn.c:308:7: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(tmp1,'0',t1len=t2len=n+2); ^~~~~~ ./rxmathfn.c:308:7: warning: incompatible implicit declaration of built-in function 'memset' ./rxmathfn.c:308:7: note: include '' or provide a declaration of 'memset' ./rxmathfn.c:313:39: warning: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] while(t2len Staging for rexx-imc-1.76_3 ===> Generating temporary packing list (cd /construction/lang/rexx-imc/rexx-imc-1.76 && install -s -m 555 rexx rxque rxstack /construction/lang/rexx-imc/stage/usr/local/bin) install -m 0644 /construction/lang/rexx-imc/rexx-imc-1.76/rexxsaa.h /construction/lang/rexx-imc/stage/usr/local/include install -s -m 0644 /construction/lang/rexx-imc/rexx-imc-1.76/librexx.so.2 /construction/lang/rexx-imc/rexx-imc-1.76/rxmathfn.rxfn /construction/lang/rexx-imc/stage/usr/local/lib install -m 0644 /construction/lang/rexx-imc/rexx-imc-1.76/rxmathfn.rxlib /construction/lang/rexx-imc/stage/usr/local/lib ln -sf librexx.so.2 /construction/lang/rexx-imc/stage/usr/local/lib/librexx.so (cd /construction/lang/rexx-imc/rexx-imc-1.76 && install -m 444 rexx.1 rxstack.1 rxque.1 /construction/lang/rexx-imc/stage/usr/local/man/man1) (cd /construction/lang/rexx-imc/rexx-imc-1.76 && install -m 0644 rexx.info rexx.ref rexx.summary rexx.tech README README.Y2K README.bugreport README.docs README.files README.make README.news README.platforms /construction/lang/rexx-imc/stage/usr/local/share/doc/rexx-imc) (cd /construction/lang/rexx-imc/rexx-imc-1.76 && install -m 555 box rexxcps.rexx rexxtest.rexx rxmathfn.rexx shell.rexx /construction/lang/rexx-imc/stage/usr/local/share/examples/rexx-imc) ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: /construction/lang/rexx-imc/stage/usr/local/lib/librexx.so.2 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on it, pkg will not be able to know where it comes from. Warning: It is directly in /usr/local/lib, it is probably used by other ports. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for rexx-imc-1.76_3 file sizes/checksums [28]: 0% file sizes/checksums [28]: 100% packing files [28]: 0% packing files [28]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:14