------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The zebedee 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 ------------------------------------------------------------------------------- ===> zebedee-2.5.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The zebedee 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 ===> zebedee-2.5.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zebedee-2.5.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The zebedee 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 ===> zebedee-2.5.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zebedee-2.5.3 for building => SHA256 Checksum OK for zebedee-2.5.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The zebedee 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 ===> zebedee-2.5.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zebedee-2.5.3 for building ===> Extracting for zebedee-2.5.3 => SHA256 Checksum OK for zebedee-2.5.3.tar.gz. Extracted Memory Use: 0.63M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for zebedee-2.5.3 ===> Applying ports patches for zebedee-2.5.3 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> zebedee-2.5.3 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> zebedee-2.5.3 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> zebedee-2.5.3 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> zebedee-2.5.3 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for zebedee-2.5.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for zebedee-2.5.3 --- precheck --- --- zebedee.html --- --- ftpgw.tcl.html --- --- zebedee.o --- --- sha_func.o --- --- huge.o --- --- zebedee.1 --- --- ftpgw.tcl.1 --- --- ftpgw.tcl.html --- perl -S pod2html --title="ftpgw.tcl: A simple FTP tunnelling gateway" --noindex ftpgw.tcl.pod > ftpgw.tcl.tmp --- zebedee.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DHAVE_PTHREADS -DBUGGY_FORK_WITH_THREADS -I. -I/usr/local/include -I/usr/local/include/openssl -I/usr/local/include -c zebedee.c --- sha_func.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DHAVE_PTHREADS -DBUGGY_FORK_WITH_THREADS -I. -I/usr/local/include -I/usr/local/include/openssl -I/usr/local/include -c sha_func.c --- huge.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DHAVE_PTHREADS -DBUGGY_FORK_WITH_THREADS -I. -I/usr/local/include -I/usr/local/include/openssl -I/usr/local/include -c huge.c --- zebedee.1 --- rm -f ./tmp/zebedee.pod --- ftpgw.tcl.1 --- perl -S pod2man --release="1.0" --center=ftpgw.tcl ftpgw.tcl.pod > ftpgw.tcl.1 --- zebedee.1 --- mkdir -p tmp perl -pe 's/^\=head3/\=head2/;' zebedee.pod > ./tmp/zebedee.pod --- zebedee.html --- perl -S pod2html --title="Zebedee: A simple, secure IP tunnel" --noindex zebedee.pod > zebedee.tmp --- zebedee.1 --- perl -S pod2man --release="Zebedee 2.5.3" --center=Zebedee ./tmp/zebedee.pod > zebedee.1 --- zebedee.o --- zebedee.c: In function 'makeListener': zebedee.c:2462:49: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(sfd, (struct sockaddr *)&addr, &addrLen)) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:493:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ zebedee.c: In function 'acceptConnection': zebedee.c:2624:11: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] &addrLen)) < 0) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ zebedee.c: In function 'socketIsUsable': zebedee.c:2734:53: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(sock, (struct sockaddr *)&addr, &addrLen)) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:492:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ zebedee.c: In function 'checkIdentity': zebedee.c:4298:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len = 0; ^~~ zebedee.c: In function 'checkPeerForSocket': zebedee.c:4669:51: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(fd, (struct sockaddr *)addrP, &addrLen)) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:492:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ zebedee.c: In function 'spawnHandler': zebedee.c:4884:59: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(listenFd, (struct sockaddr *)&localAddr, &addrLen)) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:493:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ zebedee.c: In function 'findHandler': zebedee.c:4979:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] HndInfo_t *tmp = NULL; ^~~ zebedee.c: In function 'clientListener': zebedee.c:5289:6: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] &addrLen)) > 0) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:497:9: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' ssize_t recvfrom(int, void * __restrict, size_t, int, ^~~~~~~~ zebedee.c:5354:9: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] &addrLen)) < 0) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ zebedee.c: In function 'client': zebedee.c:5495:9: warning: variable 'inLine' set but not used [-Wunused-but-set-variable] int inLine = argP->inLine; ^~~~~~ zebedee.c: In function 'serverListener': zebedee.c:6106:61: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] if ((clientFd = accept(listenFd, (struct sockaddr *)&addr, &addrLen)) < 0) ^~~~~~~~ In file included from zebedee.c:149: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ zebedee.c: In function 'server': zebedee.c:6292:9: warning: variable 'inLine' set but not used [-Wunused-but-set-variable] int inLine = argP->inLine; ^~~~~~ --- ftpgw.tcl.html --- perl fixhtml.pl < ftpgw.tcl.tmp > ftpgw.tcl.html rm -f ftpgw.tcl.tmp --- zebedee.o --- zebedee.c: In function 'main': zebedee.c:8065:11: warning: unused variable 'serviceArgs' [-Wunused-variable] char *serviceArgs = NULL; ^~~~~~~~~~~ --- zebedee.html --- Cannot find "Identity Checking" in podpath: cannot find suitable replacement path, cannot resolve link Cannot find "Identity Checking" in podpath: cannot find suitable replacement path, cannot resolve link Cannot find "Identity Checking" in podpath: cannot find suitable replacement path, cannot resolve link Cannot find "Identity Checking" in podpath: cannot find suitable replacement path, cannot resolve link Cannot find "Identity Checking" in podpath: cannot find suitable replacement path, cannot resolve link Cannot find "Identity Checking" in podpath: cannot find suitable replacement path, cannot resolve link Cannot find "Identity Checking" in podpath: cannot find suitable replacement path, cannot resolve link Cannot find "item_maxconnections" in podpath: cannot find suitable replacement path, cannot resolve link perl fixhtml.pl < zebedee.tmp > zebedee.html rm -f zebedee.tmp --- zebedee.1 --- rm -f ./tmp/zebedee.pod --- zebedee --- cc -pipe -O2 -fno-strict-aliasing -Wall -DHAVE_PTHREADS -DBUGGY_FORK_WITH_THREADS -I. -I/usr/local/include -I/usr/local/include/openssl -I/usr/local/include -o zebedee zebedee.o sha_func.o huge.o /usr/local/lib/libcrypto.a -lz -L/usr/local/lib -lbz2 -lpthread SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> zebedee-2.5.3 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for zebedee-2.5.3 ===> zebedee-2.5.3 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -s -m 555 /construction/security/zebedee/zebedee-2.5.3/zebedee /construction/security/zebedee/stage/usr/local/bin install -m 555 /construction/security/zebedee/zebedee-2.5.3/ftpgw.tcl /construction/security/zebedee/stage/usr/local/bin install -m 444 /construction/security/zebedee/zebedee-2.5.3/zebedee.1 /construction/security/zebedee/stage/usr/local/man/man1 install -m 444 /construction/security/zebedee/zebedee-2.5.3/ftpgw.tcl.1 /construction/security/zebedee/stage/usr/local/man/man1 install -m 0644 /construction/security/zebedee/zebedee-2.5.3/server.zbd /construction/security/zebedee/stage/usr/local/etc/server.zbd.sample install -m 0644 /construction/security/zebedee/zebedee-2.5.3/README.txt /construction/security/zebedee/stage/usr/local/share/doc/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/CHANGES.txt /construction/security/zebedee/stage/usr/local/share/doc/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/zebedee.html /construction/security/zebedee/stage/usr/local/share/doc/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/ftpgw.tcl.html /construction/security/zebedee/stage/usr/local/share/doc/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/vncviewer.zbd /construction/security/zebedee/stage/usr/local/share/examples/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/vncserver.zbd /construction/security/zebedee/stage/usr/local/share/examples/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/server.key /construction/security/zebedee/stage/usr/local/share/examples/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/server.id /construction/security/zebedee/stage/usr/local/share/examples/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/client1.key /construction/security/zebedee/stage/usr/local/share/examples/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/client2.key /construction/security/zebedee/stage/usr/local/share/examples/zebedee install -m 0644 /construction/security/zebedee/zebedee-2.5.3/clients.id /construction/security/zebedee/stage/usr/local/share/examples/zebedee ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: you may not need USES=ssl Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for zebedee-2.5.3 file sizes/checksums [16]: 0% file sizes/checksums [16]: 100% packing files [16]: 0% packing files [16]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12