1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Martin Wilke
9831c62540 - Fix build with clang
- Add LICENSE

PR:		179217
Submitted by:	Ports Fury
2013-06-09 16:53:42 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
TAKATSU Tomonari
f2fce843c0 - Unbreak on !i386
- 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>
2012-12-30 05:32:18 +00:00
Mario Sergio Fujikawa Ferreira
f1b7607c42 o Update to 0.4.0
o Fix BROKEN
2008-09-07 03:05:20 +00:00
Mario Sergio Fujikawa Ferreira
c170c3911b o More updates to libjingle's third party mediaphone (obtained from
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]
2006-05-11 04:53:30 +00:00
Mario Sergio Fujikawa Ferreira
e0d196a5cb Do not try to send the credentials full JID since jabber servers
only expect the JID user node.

Submitted by:	colby.dillion@gmail.com
Obtained from:	google-talk-open newsgroup
2006-05-10 11:53:40 +00:00
Mario Sergio Fujikawa Ferreira
fd41e39d24 o Use a smaller number for mediastreamer both receive and send
granularities (obtained from latest linphone 1.3.5)
o Bump PORTREVISION
2006-05-06 02:46:47 +00:00
Mario Sergio Fujikawa Ferreira
1edc834671 o Add the FreeBSD way of telling a socket to not fragment packets
o Bump PORTREVISION
2006-05-06 02:06:17 +00:00
Mario Sergio Fujikawa Ferreira
f30bd9717b o Fix: add matching pthread_attr_destroy(3) to each pthread_attr_init(3)
o Force FEATURE_ENABLE_SSL for xmpp
o Bump PORTREVISION
2006-05-03 01:06:46 +00:00
Mario Sergio Fujikawa Ferreira
705d98389a o Additional patching obtained from the effort of porting net-im/kopete with
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
2006-04-21 15:17:45 +00:00
Mario Sergio Fujikawa Ferreira
7e82c2a123 o net-im/libjingle source code makes assumptions about some of the
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.
2006-03-15 18:34:59 +00:00
Mario Sergio Fujikawa Ferreira
0de60d2b24 o New port libjingle version 0.2.1: Google Talk's implementation
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.
2006-02-23 02:07:52 +00:00