------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/sqlite3-3.31.1_1,1.txz Installing /packages/All/proj-6.3.1,1.txz Installing /packages/All/geos-3.8.1.txz Installing /packages/All/json-c-0.13.1_1.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/libgeotiff-1.6.0.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/png-1.6.37.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libGLU-9.0.1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/freeglut-3.0.0_2.txz ===== Message from freeglut-3.0.0_2: -- Joystick support is untested and it is unknown if it works. Do not hesitate to contact x11@FreeBSD.org if this causes issues. Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/jasper-2.0.16_1.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/gdal-3.0.4_4.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/icu-67.1,1.txz Installing /packages/All/boost-libs-1.72.0_2.txz ===== Message from boost-libs-1.72.0_2: -- You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/mpfr-4.0.2.txz Installing /packages/All/sfcgal-1.3.7_3.txz Installing /packages/All/libiconv-1.14_11.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. Installing /packages/All/postgresql11-client-11.7.txz ===== Message from postgresql11-client-11.7: -- The PostgreSQL port has a collection of "side orders": postgresql-docs For all of the html documentation p5-Pg A perl5 API for client access to PostgreSQL databases. postgresql-tcltk If you want tcl/tk client support. postgresql-jdbc For Java JDBC support. postgresql-odbc For client access from unix applications using ODBC as access method. Not needed to access unix PostgreSQL servers from Win32 using ODBC. See below. ruby-postgres, py-psycopg2 For client access to PostgreSQL databases using the ruby & python languages. postgresql-plperl, postgresql-pltcl & postgresql-plruby For using perl5, tcl & ruby as procedural languages. postgresql-contrib Lots of contributed utilities, postgresql functions and datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... Installing /packages/All/postgresql11-contrib-11.7.txz ===== Message from postgresql11-contrib-11.7: -- The PostgreSQL contrib utilities have been installed. Please see /usr/local/share/doc/postgresql/contrib/README for more information. Installing /packages/All/postgresql11-server-11.7_2.txz ===> Creating groups. Creating group 'postgres' with gid '770'. ===> Creating users Creating user 'postgres' with uid '770'. ===> Creating homedir(s) =========== BACKUP YOUR DATA! ============= As always, backup your data before upgrading. If the upgrade leads to a higher minor revision (e.g. 8.3.x -> 8.4), a dump and restore of all databases is required. This is *NOT* done by the port! =========================================== ===== Message from postgresql11-server-11.7_2: -- For procedural languages and postgresql functions, please note that you might have to update them when updating the server. If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8), or reconfigure your kernel appropriately. The port is set up to use autovacuum for new databases, but you might also want to vacuum and perhaps backup your database regularly. There is a periodic script, /usr/local/etc/periodic/daily/502.pgsql, that you may find useful. You can use it to backup and perform vacuum on all databases nightly. Per default, it performs `vacuum analyze'. See the script for instructions. For autovacuum settings, please review ~pgsql/data/postgresql.conf. If you plan to access your PostgreSQL server using ODBC, please consider running the SQL script /usr/local/share/postgresql/odbc.sql to get the functions required for ODBC compliance. Please note that if you use the rc script, /usr/local/etc/rc.d/postgresql, to initialize the database, unicode (UTF-8) will be used to store character data by default. Set postgresql_initdb_flags or use login.conf settings described below to alter this behaviour. See the start rc script for more info. To set limits, environment stuff like locale and collation and other things, you can set up a class in /etc/login.conf before initializing the database. Add something similar to this to /etc/login.conf: --- postgres:\ :lang=en_US.UTF-8:\ :setenv=LC_COLLATE=C:\ :tc=default: --- and run `cap_mkdb /etc/login.conf'. Then add 'postgresql_class="postgres"' to /etc/rc.conf. ====================================================================== To initialize the database, run /usr/local/etc/rc.d/postgresql initdb You can then start PostgreSQL by running: /usr/local/etc/rc.d/postgresql start For postmaster settings, see ~pgsql/data/postgresql.conf NB. FreeBSD's PostgreSQL port logs to syslog by default See ~pgsql/data/postgresql.conf for more info NB. If you're not using a checksumming filesystem like ZFS, you might wish to enable data checksumming. It can only be enabled during the initdb phase, by adding the "--data-checksums" flag to the postgres_initdb_flags rcvar. Check the initdb(1) manpage for more info and make sure you understand the performance implications. ====================================================================== To run PostgreSQL at startup, add 'postgresql_enable="YES"' to /etc/rc.conf Installing /packages/All/postgis25-2.5.4_1.txz Installing /packages/All/fcgi-devkit-2.4.0_5.txz SUCCEEDED 00:01:10 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> tinyows-1.1.0_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> tinyows-1.1.0_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tinyows-1.1.0_4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> tinyows-1.1.0_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tinyows-1.1.0_4 for building => SHA256 Checksum OK for tinyows-1.1.0.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> tinyows-1.1.0_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tinyows-1.1.0_4 for building ===> Extracting for tinyows-1.1.0_4 => SHA256 Checksum OK for tinyows-1.1.0.tar.bz2. Extracted Memory Use: 7.50M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tinyows-1.1.0_4 ===> Applying ports patches for tinyows-1.1.0_4 ===> Cleanly applied ports patch(es) patch-Makefile.in SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> tinyows-1.1.0_4 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> tinyows-1.1.0_4 depends on shared library: liblwgeom.so - found (/usr/local/lib/liblwgeom.so) ===> tinyows-1.1.0_4 depends on shared library: libfcgi.so - found (/usr/local/lib/libfcgi.so) ===> tinyows-1.1.0_4 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tinyows-1.1.0_4 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> tinyows-1.1.0_4 depends on shared library: liblwgeom.so - found (/usr/local/lib/liblwgeom.so) ===> tinyows-1.1.0_4 depends on shared library: libfcgi.so - found (/usr/local/lib/libfcgi.so) ===> tinyows-1.1.0_4 depends on shared library: libpq.so.5 - found (/usr/local/lib/libpq.so.5) ===> Configuring for tinyows-1.1.0_4 configure: loading site script /xports/Templates/config.site checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for X... no checking for $CC... no checking for -c... no checking for $CFLAGS... no checking for $CPPFLAGS... no checking for conftest.$ac_ext... no checking for >&5... no checking for xml2-config... /usr/local/bin/xml2-config checking for libxml2 version... 2.9.10 checking for git... no checking for pg_config... /usr/local/bin/pg_config checking for PostgreSQL version... PostgreSQL 11.7 checking for shp2pgsql... /usr/local/bin/shp2pgsql checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking user-specified fast-cgi location: /usr/local checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for FCGI_Accept in -lfcgi... yes checking fcgi_config.h usability... yes checking fcgi_config.h presence... yes checking for fcgi_config.h... yes checking fcgi_stdio.h usability... yes checking fcgi_stdio.h presence... yes checking for fcgi_stdio.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/ows_define.h config.status: creating demo/tinyows.xml config.status: creating demo/install.sh config.status: creating test/wfs_100/config_wfs_100.xml config.status: creating test/wfs_110/config_wfs_110.xml config.status: creating test/wfs_100/install_wfs_100.sh config.status: creating test/wfs_110/install_wfs_110.sh ------------------------ NOTA: This TinyOWS version will need at least PostGIS 1.5.x ------------------------ SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tinyows-1.1.0_4 --- all --- cc -o tinyows src/fe/fe_comparison_ops.c src/fe/fe_error.c src/fe/fe_filter.c src/fe/fe_filter_capabilities.c src/fe/fe_function.c src/fe/fe_logical_ops.c src/fe/fe_spatial_ops.c src/mapfile/mapfile.c src/ows/ows_bbox.c src/ows/ows.c src/ows/ows_config.c src/ows/ows_error.c src/ows/ows_geobbox.c src/ows/ows_get_capabilities.c src/ows/ows_layer.c src/ows/ows_metadata.c src/ows/ows_psql.c src/ows/ows_request.c src/ows/ows_srs.c src/ows/ows_storage.c src/ows/ows_version.c src/struct/alist.c src/struct/array.c src/struct/buffer.c src/struct/cgi_request.c src/struct/list.c src/struct/mlist.c src/struct/regexp.c src/wfs/wfs_describe.c src/wfs/wfs_error.c src/wfs/wfs_get_capabilities.c src/wfs/wfs_get_feature.c src/wfs/wfs_request.c src/wfs/wfs_transaction.c src/ows/ows_libxml.c -I/usr/local/include/libxml2 -I/usr/include -L/usr/local/lib -lxml2 -lz -L/usr/lib -llzma -L/usr/lib -lm -pipe -O2 -fno-strict-aliasing -std=c99 -pedantic -Wall -I/usr/local/include -L/usr/local/lib -lpq -I/usr/local/include -L/usr/local/lib -lfcgi -lfl src/ows/ows_geobbox.c: In function 'ows_geobbox_copy': src/ows/ows_geobbox.c:62:29: warning: argument to 'sizeof' in 'memcpy' call is the same pointer type 'ows_geobbox *' {aka 'struct Ows_geobbox *'} as the destination; expected 'ows_geobbox' {aka 'struct Ows_geobbox'} or an explicit length [-Wsizeof-pointer-memaccess] return memcpy(c, g, sizeof(g)); ^ src/ows/ows_psql.c: In function 'ows_psql_generate_id': src/ows/ows_psql.c:634:7: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] sprintf(seed,"%s%03d", seed, fgetc(fp)); ^~~~~~~ src/struct/cgi_request.c: In function 'cgi_getback_query': src/struct/cgi_request.c:72:10: warning: variable 's' set but not used [-Wunused-but-set-variable] size_t s; ^ src/wfs/wfs_transaction.c: In function 'wfs_insert_xml': src/wfs/wfs_transaction.c:319:42: warning: variable 'layer_ns_prefix' set but not used [-Wunused-but-set-variable] buffer *values, *column, *layer_name, *layer_ns_prefix, *result, *sql, *gml; ^~~~~~~~~~~~~~~ SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tinyows-1.1.0_4 ===> Generating temporary packing list ----- TinyOWS Schema install dir in /construction/graphics/tinyows/stage/usr/local/share/tinyows/schema mkdir -p /construction/graphics/tinyows/stage/usr/local/share/tinyows rm -rf /construction/graphics/tinyows/stage/usr/local/share/tinyows/schema cp -rf schema /construction/graphics/tinyows/stage/usr/local/share/tinyows/ ----- Now: 1) copy 'tinyows' binary to cgi-bin directory 2) - put a workable tinyows.xml file in /etc dir - OR launch 'make install-demo' as a superuser /bin/mkdir -p /construction/graphics/tinyows/stage/usr/local/www/tinyows/cgi-bin/ install -s -m 555 /construction/graphics/tinyows/tinyows-1.1.0/tinyows /construction/graphics/tinyows/stage/usr/local/www/tinyows/cgi-bin/tinyows ====> 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: package ------------------------------------------------------------------------------- ===> Building package for tinyows-1.1.0_4 file sizes/checksums [60]: 0% file sizes/checksums [60]: 100% packing files [60]: 0% packing files [60]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:03 TOTAL TIME 00:01:33