------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/gdbm-1.18.1_1.tgz Installing /packages/All/db5-5.3.28_7.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/apr-1.7.0.1.6.1.tgz Message from apr-1.7.0.1.6.1: /!\ ================================================================== /!\ The Apache Portable Runtime project removed support for FreeTDS with version 1.6. Users requiring MS-SQL connectivity must migrate configurations to use the added ODBC driver and FreeTDS' ODBC features. /!\ ================================================================== /!\ Installing /packages/All/pcre-8.43_2.tgz Installing /packages/All/libnghttp2-1.39.1_1.tgz Installing /packages/All/libxml2-2.9.9.tgz Installing /packages/All/perl5-5.28.2.tgz Message from perl5-5.28.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. Installing /packages/All/apache24-2.4.39_2.tgz ===> Creating groups. Using existing group 'www'. ===> Creating users Using existing user 'www'. Message from apache24-2.4.39_2: To run apache www server from startup, add apache24_enable="yes" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch.conf typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - apache24 default build changed from static MPM to modular MPM - more modules are now enabled per default in the port - icons and error pages moved from WWWDIR to DATADIR If build with modular MPM and no MPM is activated in httpd.conf, then mpm_prefork will be activated as default MPM in etc/apache24/modules.d to keep compatibility with existing php/perl/python modules! Please compare the existing httpd.conf with httpd.conf.sample and merge missing modules/instructions into httpd.conf! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Installing /packages/All/libiconv-1.14_11.tgz Installing /packages/All/gmake-4.2.1_3.tgz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by ap24-mod_encoding-20021209_5 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by ap24-mod_encoding-20021209_5 for building => SHA256 Checksum OK for mod_encoding-20021209.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by ap24-mod_encoding-20021209_5 for building ===> Extracting for ap24-mod_encoding-20021209_5 => SHA256 Checksum OK for mod_encoding-20021209.tar.gz. Extracted Memory Use: 1.50M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for ap24-mod_encoding-20021209_5 ===> Applying extra patch /xports/www/mod_encoding/files/apache22_patch ===> Applying extra patch /xports/www/mod_encoding/files/iconv_hook-20040430.patch SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for ap24-mod_encoding-20021209_5 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking whether to compile with debug code... checking whether to wrap iconv with iconv_hook... checking for iconv in -liconv... (cached) no checking for libiconv in -liconv... (cached) no updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for ap24-mod_encoding-20021209_5 gmake[1]: Entering directory '/construction/www/mod_encoding/mod_encoding-20021209' /usr/local/sbin/apxs -c -Iinclude/apache24 -I/usr/local/include -DLIBICONV_PLUG -L/usr/local/lib mod_encoding.c /usr/local/share/apr/build-1/libtool --silent --mode=compile cc -prefer-pic -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -pthread -I/usr/local/include/apache24 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/local/include -I/usr/local/include/db5 -Iinclude/apache24 -I/usr/local/include -DLIBICONV_PLUG -c -o mod_encoding.lo mod_encoding.c && touch mod_encoding.slo mod_encoding.c: In function 'get_client_encoding': mod_encoding.c:237:20: warning: passing argument 1 of 'ap_regexec' from incompatible pointer type [-Wincompatible-pointer-types] if (ap_regexec((regex_t *)list[i], lookup, 0, NULL, 0) == 0) { ^~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/apache24/httpd.h:61, from mod_encoding.c:71: /usr/local/include/apache24/ap_regex.h:152:46: note: expected 'const ap_regex_t *' {aka 'const struct *'} but argument is of type 'regex_t *' {aka 'struct *'} AP_DECLARE(int) ap_regexec(const ap_regex_t *preg, const char *string, ~~~~~~~~~~~~~~~~~~^~~~ mod_encoding.c: At top level: mod_encoding.c:357:4: warning: initialization of 'const char * (*)(cmd_parms *, void *)' {aka 'const char * (*)(struct cmd_parms_struct *, void *)'} from incompatible pointer type 'const char * (*)(cmd_parms *, encoding_config *, int)' {aka 'const char * (*)(struct cmd_parms_struct *, struct *, int)'} [-Wincompatible-pointer-types] set_encoding_engine, NULL, ^~~~~~~~~~~~~~~~~~~ mod_encoding.c:357:4: note: (near initialization for 'mod_enc_commands[0].func.no_args') mod_encoding.c:361:4: warning: initialization of 'const char * (*)(cmd_parms *, void *)' {aka 'const char * (*)(struct cmd_parms_struct *, void *)'} from incompatible pointer type 'const char * (*)(cmd_parms *, encoding_config *, char *)' {aka 'const char * (*)(struct cmd_parms_struct *, struct *, char *)'} [-Wincompatible-pointer-types] set_server_encoding, NULL, ^~~~~~~~~~~~~~~~~~~ mod_encoding.c:361:4: note: (near initialization for 'mod_enc_commands[1].func.no_args') mod_encoding.c:365:4: warning: initialization of 'const char * (*)(cmd_parms *, void *)' {aka 'const char * (*)(struct cmd_parms_struct *, void *)'} from incompatible pointer type 'const char * (*)(cmd_parms *, encoding_config *, char *)' {aka 'const char * (*)(struct cmd_parms_struct *, struct *, char *)'} [-Wincompatible-pointer-types] add_client_encoding, NULL, ^~~~~~~~~~~~~~~~~~~ mod_encoding.c:365:4: note: (near initialization for 'mod_enc_commands[2].func.no_args') mod_encoding.c:369:4: warning: initialization of 'const char * (*)(cmd_parms *, void *)' {aka 'const char * (*)(struct cmd_parms_struct *, void *)'} from incompatible pointer type 'const char * (*)(cmd_parms *, encoding_config *, char *)' {aka 'const char * (*)(struct cmd_parms_struct *, struct *, char *)'} [-Wincompatible-pointer-types] default_client_encoding, NULL, ^~~~~~~~~~~~~~~~~~~~~~~ mod_encoding.c:369:4: note: (near initialization for 'mod_enc_commands[3].func.no_args') mod_encoding.c:373:4: warning: initialization of 'const char * (*)(cmd_parms *, void *)' {aka 'const char * (*)(struct cmd_parms_struct *, void *)'} from incompatible pointer type 'const char * (*)(cmd_parms *, encoding_config *, int)' {aka 'const char * (*)(struct cmd_parms_struct *, struct *, int)'} [-Wincompatible-pointer-types] set_normalize_username, NULL, ^~~~~~~~~~~~~~~~~~~~~~ mod_encoding.c:373:4: note: (near initialization for 'mod_enc_commands[4].func.no_args') /usr/local/share/apr/build-1/libtool --silent --mode=link cc -Wl,-rpath,/usr/local/lib -o mod_encoding.la -L/usr/local/lib -rpath /usr/local/libexec/apache24 -module -avoid-version mod_encoding.lo /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') gmake[1]: Leaving directory '/construction/www/mod_encoding/mod_encoding-20021209' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for ap24-mod_encoding-20021209_5 ===> Generating temporary packing list /usr/local/sbin/apxs -S LIBEXECDIR=/construction/www/mod_encoding/stage/usr/local/libexec/apache24 -i -n mod_encoding /construction/www/mod_encoding/mod_encoding-20021209/mod_encoding.la /usr/local/share/apache24/build/instdso.sh SH_LIBTOOL='/usr/local/share/apr/build-1/libtool' /construction/www/mod_encoding/mod_encoding-20021209/mod_encoding.la /construction/www/mod_encoding/stage/usr/local/libexec/apache24 /usr/local/share/apr/build-1/libtool --mode=install install /construction/www/mod_encoding/mod_encoding-20021209/mod_encoding.la /construction/www/mod_encoding/stage/usr/local/libexec/apache24/ libtool: install: install /construction/www/mod_encoding/mod_encoding-20021209/.libs/mod_encoding.so /construction/www/mod_encoding/stage/usr/local/libexec/apache24/mod_encoding.so libtool: install: install /construction/www/mod_encoding/mod_encoding-20021209/.libs/mod_encoding.lai /construction/www/mod_encoding/stage/usr/local/libexec/apache24/mod_encoding.la libtool: install: install /construction/www/mod_encoding/mod_encoding-20021209/.libs/mod_encoding.a /construction/www/mod_encoding/stage/usr/local/libexec/apache24/mod_encoding.a libtool: install: chmod 644 /construction/www/mod_encoding/stage/usr/local/libexec/apache24/mod_encoding.a libtool: install: ranlib /construction/www/mod_encoding/stage/usr/local/libexec/apache24/mod_encoding.a libtool: warning: remember to run 'libtool --finish /usr/local/libexec/apache24' chmod 755 /construction/www/mod_encoding/stage/usr/local/libexec/apache24/mod_encoding.so /usr/bin/strip /construction/www/mod_encoding/stage/usr/local/libexec/apache24/mod_encoding.so ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for ap24-mod_encoding-20021209_5 pkg-static: Warning: @exec is deprecated, please use @[pre|post][un]exec file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12