------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/openssl-1.1.1i,1.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The stone 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:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The stone 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 ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by stone-2.3e for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The stone 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 ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by stone-2.3e for building => SHA256 Checksum OK for stone-2.3e.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The stone 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 ===> stone-2.3e depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by stone-2.3e for building ===> Extracting for stone-2.3e => SHA256 Checksum OK for stone-2.3e.tar.gz. Extracted Memory Use: 0.36M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for stone-2.3e ===> Applying ports patches for stone-2.3e from /xports/net/stone/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> stone-2.3e depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> stone-2.3e depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Configuring for stone-2.3e SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for stone-2.3e --- bsd-ssl --- /usr/bin/make TARGET=bsd ssl_stone --- ssl_stone --- /usr/bin/make FLAGS="-DUSE_POP -DUSE_SSL -I/usr/local/include " LIBS="-DUNIX_DAEMON -L/usr/local/lib -lssl -lcrypto" bsd --- bsd --- /usr/bin/make FLAGS="-DCPP='\"/usr/bin/cpp -traditional\"' -D_THREAD_SAFE -DPTHREAD -DREG_NOERROR=0 -DUSE_POP -DUSE_SSL -I/usr/local/include " LIBS="-pthread -DUNIX_DAEMON -L/usr/local/lib -lssl -lcrypto" stone --- stone --- cc -pipe -O2 -fno-strict-aliasing -DCPP='"/usr/bin/cpp -traditional"' -D_THREAD_SAFE -DPTHREAD -DREG_NOERROR=0 -DUSE_POP -DUSE_SSL -I/usr/local/include -o stone stone.c -pthread -DUNIX_DAEMON -L/usr/local/lib -lssl -lcrypto stone.c: In function 'saDup': stone.c:426:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define SockAddrBaseSize ((int)&((SockAddr*)NULL)->addr) ^ stone.c:1558:28: note: in expansion of macro 'SockAddrBaseSize' SockAddr *ret = malloc(SockAddrBaseSize + salen); ^~~~~~~~~~~~~~~~ stone.c: In function 'asyncHealthCheck': stone.c:1984:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'sendPairUDPbuf': stone.c:426:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define SockAddrBaseSize ((int)&((SockAddr*)NULL)->addr) ^ stone.c:3024:39: note: in expansion of macro 'SockAddrBaseSize' lenmax = t->bufmax - DATA_HEAD_LEN - SockAddrBaseSize; ^~~~~~~~~~~~~~~~ stone.c: In function 'asyncConn': stone.c:3980:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'asyncReadWrite': stone.c:6719:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'asyncAcceptConnect': stone.c:6795:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ASYNC_END; ^~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'newMatch': stone.c:7071:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] NewMatchCount++, (int)match); ^ stone.c: In function 'freeMatch': stone.c:7085:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] --NewMatchCount, (int)match); ^ stone.c: In function 'repeater': stone.c:7745:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stone.c: In function 'sslopts': stone.c:8972:2: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] if (isserver) opts->meth = TLSv1_server_method(); ^~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/ssl.h:1878:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1878:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) ^~~~~~~~~~~~~~~~~~ stone.c:8972:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (isserver) opts->meth = TLSv1_server_method(); ^ stone.c:8973:2: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] else opts->meth = TLSv1_client_method(); ^~~~ In file included from /usr/local/include/openssl/e_os2.h:13, from /usr/local/include/openssl/crypto.h:17, from stone.c:306: /usr/local/include/openssl/ssl.h:1879:45: note: declared here DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~~ /usr/local/include/openssl/opensslconf.h:133:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /usr/local/include/openssl/ssl.h:1879:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) ^~~~~~~~~~~~~~~~~~ stone.c:8973:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] else opts->meth = TLSv1_client_method(); ^ In file included from stone.c:309: stone.c: In function 'initialize': stone.c:9946:12: warning: passing argument 4 of 'CRYPTO_get_ex_new_index' from incompatible pointer type [-Wincompatible-pointer-types] newMatch, NULL, freeMatch); ^~~~~~~~ /usr/local/include/openssl/ssl.h:2018:64: note: in definition of macro 'SSL_SESSION_get_ex_new_index' CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_SESSION, l, p, newf, dupf, freef) ^~~~ In file included from stone.c:306: /usr/local/include/openssl/crypto.h:173:44: note: expected 'void (*)(void *, void *, CRYPTO_EX_DATA *, int, long int, void *)' {aka 'void (*)(void *, void *, struct crypto_ex_data_st *, int, long int, void *)'} but argument is of type 'int (*)(void *, void *, CRYPTO_EX_DATA *, int, long int, void *)' {aka 'int (*)(void *, void *, struct crypto_ex_data_st *, int, long int, void *)'} CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, ~~~~~~~~~~~~~~~^~~~~~~~ stone.c: In function 'strnAddr': stone.c:4482:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(buf, str, len); ^~~~~~~~~~~~~~~~~~~~~~ stone.c:4480:11: note: length computed here len = strlen(str); ^~~~~~~~~~~ stone.c: In function 'strnparse': stone.c:4607:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(buf+i, match[num], len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stone.c:4604:18: note: length computed here int len = strlen(match[num]); ^~~~~~~~~~~~~~~~~~ In function 'getvar', inlined from 'gettoken' at stone.c:8588:8, inlined from 'getconfig.part.22' at stone.c:8731:19: stone.c:8560:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(buf, val, i); ^~~~~~~~~~~~~~~~~~~~ stone.c: In function 'getconfig.part.22': stone.c:8558:9: note: length computed here i = strlen(val); ^~~~~~~~~~~ SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> stone-2.3e depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for stone-2.3e ===> stone-2.3e depends on file: /usr/local/lib/libcrypto.so.11 - found ===> Generating temporary packing list install -s -m 555 /construction/net/stone/stone-2.3d-2.3.2.7/stone /construction/net/stone/stage/usr/local/bin/stone install -m 444 /xports/net/stone/files/stone.1 /construction/net/stone/stage/usr/local/man/man1/stone.1 install -m 444 /xports/net/stone/files/stone.1.ja /construction/net/stone/stage/usr/local/man/ja/man1/stone.1 install -m 0644 /xports/net/stone/files/stone.cnf /construction/net/stone/stage/usr/local/etc/stone.cnf.sample ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for stone-2.3e file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:09