Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Oct 2020 16:18:39
3.11.2

|
rodrigo  |
devel/jrtplib : upgrade to 3.11.2
The original author step off the project, so for now, update the
WWW link to point to the archived page who describes the project.
Major changes:
- Taking EINTR in nanosleep, poll and select calls into account.
Thanks to Filippo Guerzoni (filippo.guerzoni@gmail.com) for bringing
this to my attention.
- Disabled some copy constructors
- Bugfix in RTPExternalTransmitter: a buffer could fill up causing the
an operation to fail to get aborted
- Added constructor to RTPRawPacket to guess RTP/RTCP type
- Bugfixed regarding some calles being cut short due to an EINTR |
13 Apr 2020 11:21:05
3.11.1.21

|
rodrigo  |
devel/jrtplib: Switch upstream and update version
Switch upstream to Github since the previous
repo wasn't update since 2017. Also switch to
head to take advantage of bugfixes and
improvements done but never released as an
official version.
This new version add a dependency on net/libsrtp2
in order to support encrypted streams.
Major changes and improvements:
* Add support for libsrtp2
* Avoid `using namespace std` to allow c++14 compilation
* Added RTPRawPacket constructor which determines RTP/RTCP automatically
* Fix rtpsecuresession.cpp when thread is not supported
* Testing getifaddrs/freeifaddrs availability as well as header file
* Tried to fix the abort socket buffer filling up
* Added test program that shows bug in external transmitter
* Handling EINTR in nanosleep call
* Test to cause EINTR in poll/select
* Ignoring EINTR in poll and select calls
PR: 245577
Submitted by: yuri |
11 Apr 2020 01:26:28
3.11.1_1

|
yuri  |
devel/jrtplib: Replace URLs in MASTER_SITES and WWW with https versions
Approved by: portmgr (blanket port compliance) |
03 Jul 2018 13:00:33
3.11.1_1

|
rodrigo  |
Fix buil for 12.0
- Fix c++ source code
- Redo existing patch (make makepatch)
- Bump PORTREVISION |
29 Mar 2017 12:00:28
3.11.1

|
rodrigo  |
Update port to v3.11.1 and take maintenership for this port |
23 Mar 2017 09:44:15
3.11.0

|
vanilla  |
Update to 3.11.0. |
12 Jan 2017 07:10:53
3.10.0

|
vanilla  |
1: Update to 3.10.0.
2: use pathfix, and remove uneeded post-patch. |
19 May 2016 10:21:25
3.9.1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
27 Oct 2014 10:40:08
3.9.1

|
bapt  |
Cleanup plist |
29 Jul 2014 18:41:17
3.9.1

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
17 Feb 2014 07:41:27
3.9.1

|
miwi  |
- Stage support |
20 Sep 2013 17:04:44
3.9.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
14 Aug 2013 22:35:54
3.9.1

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
3.9.1

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
30 Nov 2012 23:52:43
3.9.1

|
sperber  |
- Update to version 3.9.1
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: ports/171984
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes |
22 Sep 2012 05:32:27
3.7.1

|
tabthorpe  |
- Reassign to the heap at the maintainer's request |
22 Oct 2011 23:50:23
3.7.1
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
03 Jul 2011 14:59:23
3.7.1
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
3.7.1
|
ade  |
Sync to new bsd.autotools.mk |
02 Aug 2009 19:36:34
3.7.1
|
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 |
17 Nov 2008 17:01:29
3.7.1
|
lwhsu  |
- Update to 3.7.1
PR: ports/128936
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: "Petr Holub" <hopet AT ics.muni.cz> (maintainer) |
21 Aug 2008 06:18:49
3.7.0
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
12 Feb 2007 13:22:04
3.7.0
|
rafan  |
- Update to 3.7.0
- Update MASTER_SITES/WWW
PR: ports/109011
Submitted by: Yi-Huan Chan <yhchan at csie.nctu.edu.tw>
Approved by: Petr Holub <hopet at ics.muni.cz> (maintainer) |
01 Feb 2007 02:42:06
3.6.0
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
30 Jan 2007 04:23:59
3.6.0
|
kris  |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
07 Oct 2006 08:40:06
3.6.0
|
miwi  |
- Fixed bug in RTPIPv6Destination
PR: ports/103704
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: Petr Holub <hopet@ics.muni.cz> (maintainer) |
01 Jul 2006 03:52:20
3.6.0
|
rafan  |
- Update to 3.6.0
PR: ports/99642
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: maintainer, delphij (mentor) |
20 Apr 2006 01:53:46
3.5.2_1
|
ijliao  |
Patches:
- fixed build error on 4.x
- patched lib/pkgconfig/jrtplib.pc to libdata/pkgconfig/jrtplib.pc
- added missing libdata/pkgconfig/jrtplib.pc in pkg-plist
PR: 96033
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: maintainer |
14 Apr 2006 03:13:16
3.5.2
|
ijliao  |
upgrade to 3.5.2
PR: 95461
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by: maintainer |
22 Jan 2006 08:30:12
3.1.0
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 03:26:57
3.1.0
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
3.1.0
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
16 Nov 2004 10:36:38
3.1.0
|
krion  |
Update to 3.1.0
PR: ports/73976
Submitted by: maintainer |
31 Mar 2004 03:12:58
2.7_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:21:48
2.7_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
03 Nov 2003 01:13:16
2.7
|
jeh  |
The jrtplib port is broken on amd64 as reported by Kris Kennaway
on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.
PR: 58197 |
03 Nov 2003 01:12:26
2.7
|
jeh  |
The jrtplib port is broken on amd64 as reported by Kris Kennaway
on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.
PR: 58197
Submitter: MAINTAINER |
06 Oct 2003 02:46:08
2.7
|
edwin  |
New port: JRTPLIB - RTP library in C++
New port: JRTPLIB - library in C++ for developing applications
using RTP protocol. For details see
http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html
PR: ports/48929
Submitted by: Petr Holub <hopet@ics.muni.cz> |