- Pet portlint
* Convert to new Makefile header
* Remove ABI versions from LIB_DEPENDS
* and so on
PR: ports/169736 (based on)
Submitted by: Hiroshi Nishida <nishida_AT_asusa_DOT_net>
current CVS of net/linphone http://savannah.gnu.org/projects/linphone/)
library [1]
o Pacify gcc: add missing "return" values to non-void functions
o This last round of patches get voice communications to "realtime"
responsiveness levels. Previously, there were a couple seconds
of latency on communications which made them a patience test.
- Particularly, the change on
talk/third_party/mediastreamer/msrtprecv.c
where we now rely on the rtp session's send_pt payload
instead of the recv_pt one
o Bump PORTREVISION
Obtained from: linphone's CVS [1]
libjingle support.
o Update libjingle's third party mediaphone (obtained from latest
release of net/linphone 1.3.5) library
o Force OSS sound system detection
o Bump PORTREVISION
types and the architecture it is being built on.
o Fix such a mistake brought up by the FreeBSD ports' building
cluster on !i386 ARCHs.
o Remove BROKEN status on !i386 ARCHs.
of Jingle and Jingle-Audio
o It only provides:
1) STUN server which implements the STUN protocol for Simple
Traversal of UDP over NAT.
2) Relay server that may be used to relay traffic when a direct
peer-to-peer connection could not be established.
o The port itself does not install any libraries. It only uses them
for these 2 sample servers.