------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The rvi 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 ------------------------------------------------------------------------------- ===> rvi-1.0.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The rvi 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 ===> rvi-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rvi-1.0.0 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The rvi 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 ===> rvi-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rvi-1.0.0 for building => SHA256 Checksum OK for rvi.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The rvi 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 ===> rvi-1.0.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rvi-1.0.0 for building ===> Extracting for rvi-1.0.0 => SHA256 Checksum OK for rvi.tar.gz. Extracted Memory Use: 0.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for rvi-1.0.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for rvi-1.0.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for rvi-1.0.0 src/rvi.cc: In function 'int main(int, char**)': src/rvi.cc:27:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define EDITOR "/usr/bin/vi\0" // guy :) ^~~~~~~~~~~~~~~ src/rvi.cc:74:25: note: in expansion of macro 'EDITOR' if (!editor) editor = EDITOR; ^~~~~~ src/rvi.cc:23:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define CHECK_OUT "/usr/bin/co -l -q \0" ^~~~~~~~~~~~~~~~~~~~~~ src/rvi.cc:80:19: note: in expansion of macro 'CHECK_OUT' params[0] = CHECK_OUT; ^~~~~~~~~ src/rvi.cc:94:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] params[1] = " \0"; ^~~~~ src/rvi.cc:25:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define CHECK_IN "/usr/bin/ci -u -q \0" ^~~~~~~~~~~~~~~~~~~~~~ src/rvi.cc:104:15: note: in expansion of macro 'CHECK_IN' params[0] = CHECK_IN; ^~~~~~~~ src/rvi.cc: In function 'void do_filecheck(char*)': src/rvi.cc:124:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] { rcspath ="/\0"; fname_p++;} ^~~~~ src/rvi.cc:125:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] else if(fname_p<1) rcspath = "./\0"; ^~~~~~ src/rvi.cc:19:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define RCSDIR "RCS/\0" ^~~~~~~~ src/rvi.cc:147:18: note: in expansion of macro 'RCSDIR' params[1] = RCSDIR; ^~~~~~ src/rvi.cc:20:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define RCSEXT ",v\0" ^~~~~~ src/rvi.cc:158:24: note: in expansion of macro 'RCSEXT' param[2] = RCSEXT; ^~~~~~ src/rvi.cc:25:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define CHECK_IN "/usr/bin/ci -u -q \0" ^~~~~~~~~~~~~~~~~~~~~~ src/rvi.cc:187:20: note: in expansion of macro 'CHECK_IN' params[0] = CHECK_IN; ^~~~~~~~ src/rvi.cc:25:19: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define CHECK_IN "/usr/bin/ci -u -q \0" ^~~~~~~~~~~~~~~~~~~~~~ src/rvi.cc:200:19: note: in expansion of macro 'CHECK_IN' params[0] = CHECK_IN; ^~~~~~~~ src/rvi.cc: In function 'int do_filechange_check(char*, stat*)': src/rvi.cc:22:16: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define UNLOCK "/usr/bin/rcs -u -q \0" ^~~~~~~~~~~~~~~~~~~~~~~ src/rvi.cc:229:26: note: in expansion of macro 'UNLOCK' params[0] = UNLOCK; ^~~~~~ src/rvi.cc:24:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] #define CHECK_OUT_R "/usr/bin/co -q \0" ^~~~~~~~~~~~~~~~~~~ src/rvi.cc:236:26: note: in expansion of macro 'CHECK_OUT_R' params[0] = CHECK_OUT_R; ^~~~~~~~~~~ SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for rvi-1.0.0 ===> Generating temporary packing list install -s -m 555 /construction/devel/rvi/rvi-1.0.0/rvi /construction/devel/rvi/stage/usr/local/bin/ install -m 0644 /construction/devel/rvi/rvi-1.0.0/doc/rvi.txt /construction/devel/rvi/stage/usr/local/share/doc/rvi ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for rvi-1.0.0 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02