------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The osrtspproxy 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 ------------------------------------------------------------------------------- ===> osrtspproxy-2.0_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The osrtspproxy 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 ===> osrtspproxy-2.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by osrtspproxy-2.0_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The osrtspproxy 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 ===> osrtspproxy-2.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by osrtspproxy-2.0_1 for building => SHA256 Checksum OK for osrtspproxy_2_0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The osrtspproxy 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 ===> osrtspproxy-2.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by osrtspproxy-2.0_1 for building ===> Extracting for osrtspproxy-2.0_1 => SHA256 Checksum OK for osrtspproxy_2_0.tar.gz. Extracted Memory Use: 0.60M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for osrtspproxy-2.0_1 ===> Applying ports patches for osrtspproxy-2.0_1 ===> Cleanly applied ports patch(es) patch-Makefile.in patch-configure patch-libapp-Makefile.in patch-libapp-tlist.h patch-librtsp-Makefile.in patch-rtspproxy-Makefile.in SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for osrtspproxy-2.0_1 configuration successful SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for osrtspproxy-2.0_1 --- libapp/libapp.a --- --- librtsp/librtsp.a --- --- libapp/libapp.a --- cd libapp && /usr/bin/make --- librtsp/librtsp.a --- cd librtsp && /usr/bin/make --- rtspmsg.o --- --- rtspprot.o --- --- pkt.o --- --- proxypkt.o --- --- tran.o --- --- rtspmsg.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I. -c -o rtspmsg.o rtspmsg.cpp --- rtspprot.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I. -c -o rtspprot.o rtspprot.cpp --- pkt.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I. -c -o pkt.o pkt.cpp --- proxypkt.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I. -c -o proxypkt.o proxypkt.cpp --- tran.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I. -c -o tran.o tran.cpp --- libapp/libapp.a --- --- types.o --- --- md5.o --- --- dbg.o --- --- str.o --- --- bitset.o --- --- types.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o types.o types.cpp --- md5.o --- cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o md5.o md5.c --- dbg.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o dbg.o dbg.cpp --- bitset.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o bitset.o bitset.cpp --- str.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o str.o str.cpp --- variant.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o variant.o variant.cpp --- librtsp/librtsp.a --- --- rtspprot.o --- rtspprot.cpp: In member function 'void CRtspProtocol::SendRequest(CRtspRequestMsg*)': rtspprot.cpp:192:12: warning: unused variable 'len' [-Wunused-variable] size_t len = FUDGE + strlen(pVerb)+1+strlen(pUrl)+1+8 + 2 + nHdrLen + 2 + nBufLen; ^~~ --- libapp/libapp.a --- --- valmap.o --- --- parser.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o parser.o parser.cpp --- valmap.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o valmap.o valmap.cpp --- bitset.o --- bitset.cpp: In member function 'void CRevBitSet::SetBit(size_t)': bitset.cpp:202:27: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] m_buf[n/8] |= (1 << (7-n&7)); ~^~ bitset.cpp: In member function 'void CRevBitSet::ClearBit(size_t)': bitset.cpp:209:28: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] m_buf[n/8] &= ~(1 << (7-n&7)); ~^~ bitset.cpp: In member function 'bool CRevBitSet::TestBit(size_t)': bitset.cpp:216:37: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] return ( ( m_buf[n/8] & (1 << (7-n&7)) ) != 0 ); ~^~ --- resolver.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o resolver.o resolver.cpp --- url.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o url.o url.cpp --- stream.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o stream.o stream.cpp --- file.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o file.o file.cpp --- sock.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o sock.o sock.cpp --- thread.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o thread.o thread.cpp --- timer.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o timer.o timer.cpp --- app.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I. -c -o app.o app.cpp --- librtsp/librtsp.a --- --- librtsp.a --- ar -rc librtsp.a rtspmsg.o rtspprot.o pkt.o proxypkt.o tran.o --- libapp/libapp.a --- --- libapp.a --- ar -rc libapp.a types.o md5.o dbg.o str.o bitset.o variant.o valmap.o parser.o resolver.o url.o stream.o file.o sock.o thread.o timer.o app.o --- rtspproxy/rtspproxy --- cd rtspproxy && /usr/bin/make --- rtspproxy.o --- --- proxysession.o --- --- tranhdr.o --- --- proxytran.o --- --- tranhdr.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I../librtsp -I. -c -o tranhdr.o tranhdr.cpp --- rtspproxy.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I../librtsp -I. -c -o rtspproxy.o rtspproxy.cpp --- proxysession.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I../librtsp -I. -c -o proxysession.o proxysession.cpp --- proxytran.o --- c++ -pipe -O2 -fno-strict-aliasing -DNDEBUG -D_UNIX -D_BSD=50 -Wall -I../libapp -I../librtsp -I. -c -o proxytran.o proxytran.cpp --- rtspproxy --- c++ -o rtspproxy rtspproxy.o proxysession.o tranhdr.o proxytran.o ../librtsp/librtsp.a ../libapp/libapp.a -lpthread SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for osrtspproxy-2.0_1 ===> Generating temporary packing list (cd /construction/net/osrtspproxy/osrtspproxy_2_0/rtspproxy && install -s -m 555 rtspproxy /construction/net/osrtspproxy/stage/usr/local/sbin) (cd /xports/net/osrtspproxy/files && install -m 555 rtspproxy.sh /construction/net/osrtspproxy/stage/usr/local/etc/rc.d/rtspproxy.sh.sample) ====> 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 osrtspproxy-2.0_1 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:09