Port details |
- libjingle Google Talk's implementation of Jingle and Jingle-Audio
- 0.4.0_2 net-im
=1 0.4.0_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream defunct and broken with clang
This port expired on: 2014-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-02-23 02:08:35
- Last Update: 2014-09-01 22:01:25
- SVN Revision: 366966
- People watching this port, also watch:: pfstools, tmux
- License: BSD
- WWW:
- http://code.google.com/apis/talk/index.html
- Description:
- [ excerpt from developer's web site ]
Google's Libjingle is Google Talk's implementation of Jingle and
Jingle-Audio (proposed extensions to XMPP) to interoperate with
Google Talk's peer-to-peer and voice calling capabilities.
WWW: http://code.google.com/apis/talk/index.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libjingle>0:net-im/libjingle
- No installation instructions:
- This port has been deleted.
- PKGNAME: libjingle
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libcrypto.so.8 : security/openssl
- pkgconf : devel/pkgconf
- gmake : devel/gmake
- libtool>=2.4 : devel/libtool
- Runtime dependencies:
-
- libcrypto.so.8 : security/openssl
- Library dependencies:
-
- libspeex.so : audio/speex
- libilbc.so : net/ilbc
- libortp.so : net/ortp
- libexpat.so : textproc/expat2
- libglib-2.0.so : devel/glib20
- libpcre.so : devel/pcre
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libjingle-0.4.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.0_2 01 Sep 2014 22:01:25 |
bapt |
Remove non staged ports without pending PR from net-im and net-mgmt |
0.4.0_2 14 Jul 2014 10:29:38 |
tijl |
- Move net/linphone-base to replace net/linphone and update to version 3.7.0
- Adjust ports that depended on linphone-base to depend on net/ortp or
net/mediastreamer instead
- Mark net-im/libjingle deprecated (part of Google Talk)
Approved by: portmgr (implicit, PORTREVISION bump of unstaged port) |
0.4.0_1 21 Feb 2014 13:38:40 |
ehaupt |
Remove trailing whitespaces from category net-im |
0.4.0_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.4.0_1 19 Nov 2013 23:08:45 |
mat |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
0.4.0_1 20 Sep 2013 22:13:35 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4.0_1 09 Jun 2013 16:53:43 |
miwi |
- Fix build with clang
- Add LICENSE
PR: 179217
Submitted by: Ports Fury |
0.4.0_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.4.0_1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
0.4.0_1 30 Dec 2012 05:32:18 |
tota |
- 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> |
0.4.0_1 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
0.4.0_1 23 Nov 2011 19:41:23 |
avilla |
- Switch dependency from net-im/ortp to net-im/linphone-base.
- Bump PORTREVISION.
- Add instructions to UPDATING.
Feature safe: yes |
0.4.0 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.4.0 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.4.0 24 Jul 2011 18:02:44 |
lioux |
Drop maintainership |
0.4.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.4.0 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.4.0 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.4.0 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.4.0 26 Mar 2009 03:48:11 |
lioux |
Mark MAKE_JOBS_SAFE for SMP compilation |
0.4.0 29 Nov 2008 22:51:51 |
pav |
- Mark BROKEN outside i386: does not build
Reported by: pointyhat |
0.4.0 07 Sep 2008 03:05:21 |
lioux |
o Update to 0.4.0
o Fix BROKEN |
0.3.0_9 19 Jun 2008 02:54:54 |
pav |
- This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.
With hat: portmgr |
0.3.0_9 06 Jun 2008 13:51:54 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.3.0_8 30 Mar 2007 07:49:02 |
pav |
- Mark BROKEN: does not compile with new speex |
0.3.0_8 23 Feb 2007 22:51:12 |
mezz |
Chase the shared library version of speex, bump the PORTREVISION. |
0.3.0_7 24 Jan 2007 20:29:10 |
pav |
- Chase libortp update
Pointy hat to: sobomax (for leaving this broken for 5 weeks) |
0.3.0_6 17 Sep 2006 02:08:40 |
kris |
BROKEN on 7.0: Does not compile |
0.3.0_6 16 Jul 2006 21:27:49 |
linimon |
Mark broken on 4.X/5.X: fails to compile. |
0.3.0_6 28 May 2006 05:25:51 |
mezz |
devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus |
0.3.0_6 11 May 2006 04:53:31 |
lioux |
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] |
0.3.0_5 10 May 2006 11:53:41 |
lioux |
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 |
0.3.0_4 06 May 2006 02:46:47 |
lioux |
o Use a smaller number for mediastreamer both receive and send
granularities (obtained from latest linphone 1.3.5)
o Bump PORTREVISION |
0.3.0_3 06 May 2006 02:06:17 |
lioux |
o Add the FreeBSD way of telling a socket to not fragment packets
o Bump PORTREVISION |
0.3.0_2 03 May 2006 01:06:46 |
lioux |
o Fix: add matching pthread_attr_destroy(3) to each pthread_attr_init(3)
o Force FEATURE_ENABLE_SSL for xmpp
o Bump PORTREVISION |
0.3.0_1 21 Apr 2006 15:17:45 |
lioux |
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 |
0.3.0 20 Apr 2006 00:07:16 |
lioux |
Chase net/ortp library version bump
Pointy hat: sobomax |
0.3.0 20 Mar 2006 20:05:14 |
lioux |
Update to 0.3.0 |
0.2.1 15 Mar 2006 18:34:59 |
lioux |
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. |
0.2.1 06 Mar 2006 20:36:14 |
kris |
BROKEN on !i386: Does not compile
Approved by: portmgr (implicit) |
0.2.1 23 Feb 2006 02:07:52 |
lioux |
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. |