------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/tcl86-8.6.9_1.tgz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ TclExpat-1.1_7: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ TclExpat-1.1_7: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by TclExpat-1.1_7 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ TclExpat-1.1_7: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by TclExpat-1.1_7 for building => SHA256 Checksum OK for TclExpat-1.1.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ TclExpat-1.1_7: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by TclExpat-1.1_7 for building ===> Extracting for TclExpat-1.1_7 /!\ TclExpat-1.1_7: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by TclExpat-1.1_7 for building => SHA256 Checksum OK for TclExpat-1.1.tar.gz. /bin/rm -f -r /construction/textproc/tclExpat/TclExpat-1.1/expat Extracted Memory Use: 0.07M SUCCEEDED 00:00:21 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for TclExpat-1.1_7 ===> Applying ports patches for TclExpat-1.1_7 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 TclExpat-1.1_7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for TclExpat-1.1_7 --- objwarn --- --- tclexpat.So --- --- objwarn --- Warning: Object directory not changed from original /construction/textproc/tclExpat/TclExpat-1.1 --- tclexpat.So --- cc -fpic -DPIC -pipe -O2 -fno-strict-aliasing -I/usr/local/include/tcl8.6 -I/usr/local/include -DUSE_TCL_STUBS -std=gnu99 -Wmissing-include-dirs -Wsystem-headers -Wall -Wformat-security -Winit-self -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wold-style-definition -Wno-pointer-sign -Wno-maybe-uninitialized -Wno-unused-parameter -Wno-format-overflow -Wno-format-truncation -Wno-stringop-truncation -Wno-stringop-overflow -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -Wno-unused-value -Wno-implicit-fallthrough -c tclexpat.c -o tclexpat.So tclexpat.c: In function 'Tclexpat_Init': tclexpat.c:159:1: warning: old-style function definition [-Wold-style-definition] Tclexpat_Init (interp) ^~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatObjCmd': tclexpat.c:191:1: warning: old-style function definition [-Wold-style-definition] TclExpatObjCmd(dummy, interp, objc, objv) ^~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatCreateParser': tclexpat.c:273:1: warning: old-style function definition [-Wold-style-definition] TclExpatCreateParser(interp, expat) ^~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatFreeParser': tclexpat.c:333:1: warning: old-style function definition [-Wold-style-definition] TclExpatFreeParser(expat) ^~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatInstanceCmd': tclexpat.c:358:1: warning: old-style function definition [-Wold-style-definition] TclExpatInstanceCmd (clientData, interp, objc, objv) ^~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatParse': tclexpat.c:451:1: warning: old-style function definition [-Wold-style-definition] TclExpatParse (interp, expat, data, len) ^~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatConfigure': tclexpat.c:516:1: warning: old-style function definition [-Wold-style-definition] TclExpatConfigure (interp, expat, objc, objv) ^~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatCget': tclexpat.c:721:1: warning: old-style function definition [-Wold-style-definition] TclExpatCget (interp, expat, objc, objv) ^~~~~~~~~~~~ tclexpat.c: In function 'TclExpatHandlerResult': tclexpat.c:748:1: warning: old-style function definition [-Wold-style-definition] TclExpatHandlerResult(expat, result) ^~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatElementStartHandler': tclexpat.c:804:1: warning: old-style function definition [-Wold-style-definition] TclExpatElementStartHandler(userData, name, atts) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatElementEndHandler': tclexpat.c:886:1: warning: old-style function definition [-Wold-style-definition] TclExpatElementEndHandler(userData, name) ^~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatCharacterDataHandler': tclexpat.c:956:1: warning: old-style function definition [-Wold-style-definition] TclExpatCharacterDataHandler(userData, s, len) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatProcessingInstructionHandler': tclexpat.c:1015:1: warning: old-style function definition [-Wold-style-definition] TclExpatProcessingInstructionHandler(userData, target, data) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatDefaultHandler': tclexpat.c:1075:1: warning: old-style function definition [-Wold-style-definition] TclExpatDefaultHandler(userData, s, len) ^~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatUnparsedDeclHandler': tclexpat.c:1134:1: warning: old-style function definition [-Wold-style-definition] TclExpatUnparsedDeclHandler(userData, entityname, base, systemId, publicId, notationName) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatNotationDeclHandler': tclexpat.c:1208:1: warning: old-style function definition [-Wold-style-definition] TclExpatNotationDeclHandler(userData, notationName, base, systemId, publicId) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatUnknownEncodingHandler': tclexpat.c:1281:1: warning: old-style function definition [-Wold-style-definition] TclExpatUnknownEncodingHandler(encodingHandlerData, name, info) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatExternalEntityRefHandler': tclexpat.c:1349:1: warning: old-style function definition [-Wold-style-definition] TclExpatExternalEntityRefHandler(parser, openEntityNames, base, systemId, publicId) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tclexpat.c: In function 'TclExpatDeleteCmd': tclexpat.c:1413:1: warning: old-style function definition [-Wold-style-definition] TclExpatDeleteCmd(clientData) ^~~~~~~~~~~~~~~~~ --- libtclexpat.so.1 --- building shared library libtclexpat.so.1 rm -f libtclexpat.so.1 libtclexpat.so ln -fs libtclexpat.so.1 libtclexpat.so cc -shared -Wl,-x -o libtclexpat.so.1 -Wl,-soname,libtclexpat.so.1 `lorder tclexpat.So | tsort -q` -L/usr/local/lib -lexpat -ltclstub86 ln -sf libtclexpat.so /construction/textproc/tclExpat/TclExpat-1.1/tclexpat.so cd /construction/textproc/tclExpat/TclExpat-1.1 && /usr/local/bin/tclsh8.6 test-break.tcl *** test1 Should see this data test passed *** test2 Should see this data Should see this data test passed *** test3 Should see this data Should see this data test passed cd /construction/textproc/tclExpat/TclExpat-1.1 && /usr/local/bin/tclsh8.6 test-continue.tcl *** test1 Should see this data Should see this data test passed *** test2 Should see this data Should see this data Should see this data Should see this data test passed *** test3 Should see this data Should see this data test passed cd /construction/textproc/tclExpat/TclExpat-1.1 && /usr/local/bin/tclsh8.6 test-error.tcl *** Test error Should see this data test passed SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for TclExpat-1.1_7 ===> Generating temporary packing list install -s -o root -g wheel -m 444 libtclexpat.so.1 /construction/textproc/tclExpat/stage/usr/local/lib ln -fs libtclexpat.so.1 /construction/textproc/tclExpat/stage/usr/local/lib/libtclexpat.so /usr/bin/sed 's|PREFIX|/usr/local|' < /xports/textproc/tclExpat/files/pkgIndex.tcl.in > /construction/textproc/tclExpat/stage/usr/local/lib/TclExpat/pkgIndex.tcl install -m 0644 /construction/textproc/tclExpat/TclExpat-1.1/README /construction/textproc/tclExpat/stage/usr/local/share/doc/TclExpat ====> 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 TclExpat-1.1_7 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:53