Version: 2.1beta3, Package name: iaxclient-2.1beta3 |
Maintained by: Sebastian Reitenbach |
Master sites: |
Description-main A lightweight cross platform IP telephony client using the IAX protocol, designed for use with the asterisk open source PBX. Description-tcl A lightweight cross platform IP telephony client using the IAX protocol, designed for use with the Asterisk open source PBX. This package contains the Tcl bindings. |
Filesize: 1385.424 KB |
Version History (View Complete History) |
|
2020-06-21 07:58:47 by Stuart Henderson | Files touched by this commit (1) |
Log message: iaxclient: honour CC in Tcl build parts, from Brad |
2020-04-16 02:51:57 by Stuart Henderson | Files touched by this commit (3) |
Log message: iaxclient: stop trying to use functions which were removed from ffmpeg some time ago. They were causing the build to fail on arch using a linker which cares about such things as the functions existing, and would have caused crashes if the relevant code was actually called on other arches (I guess this port is not really very widely used..) Diff from Brad, I merged with newer commit. |
2020-04-16 00:45:19 by Alexandre Ratchov | Files touched by this commit (8) |
Log message: Use /dev/null instead of /dev/mixer Ports using -lossaudio still call open(2) to get a file descriptor. They don't need it to change the volume, but expect various syscalls to succeed. Using /dev/null ensures programs will continue to work once /dev/mixer is disabled. "go ahead" landry@ and naddy@ |
2020-04-15 10:31:15 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Mark iaxclient broken for sparc64 like it is for aarch64. The same linking error keeps it from building. ok sthen@ |
2020-04-14 15:57:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: mark BROKEN-aarch64; linker error, undefined refs to avcodec_encode_video and avcodec_alloc_frame. strangely, though aarch64 *only* uses LLD, the same failure can be reproduced on amd64 by forcing ld.bfd (USE_LLD=No). |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-07-05 05:53:01 by Stuart Henderson | Files touched by this commit (30) |
Log message: sync WANTLIB |
2019-06-13 09:48:57 by Stuart Henderson | Files touched by this commit (118) |
Log message: sync some WANTLIBs |
2019-02-21 15:37:58 by Stuart Henderson | Files touched by this commit (8) |
Log message: clean up ffmpeg dep's, from Brad. |
2019-02-18 03:05:39 by Antoine Jacoutot | Files touched by this commit (15) |
Log message: Update for newer FFmpeg API. from Brad |
2018-12-16 18:08:29 by Jeremie Courreges-Anglas | Files touched by this commit (8) |
Log message: Remove iaxcomm subpackage iaxcomm doesn't build with wxWidgets3, not very surprising since the last beta release was in 2008. Maintainer timeout, ok kn@ rsadowski@ sthen@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2017-01-02 05:56:06 by Sebastian Reitenbach | Files touched by this commit (2) |
Log message: a memcpy -> memmove transition to prevent an abort, observed with coccinella IAX client. OK sthen@ |
2016-04-04 10:09:10 by Christian Weisgerber | Files touched by this commit (45) |
Log message: g/c PFRAG.shared |
2015-07-18 17:59:54 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: kill trailing whitespace |
2015-05-18 12:04:24 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: As pointed out by espie@, theora gets picked up if available, so add it explicitly to the deps. |
2015-04-28 00:35:06 by Antoine Jacoutot | Files touched by this commit (11) |
Log message: Cope with FFmpeg 20150412. from brad |
2015-03-19 14:25:27 by Christian Weisgerber | Files touched by this commit (49) |
Log message: fold lib-only PFRAG.shared into PLIST, and some related cleanups |
2011-07-06 15:09:56 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: Use the devel/gettext MODULE. |
2011-06-27 07:38:30 by Stuart Henderson | Files touched by this commit (7) |
Log message: sync WANTLIB and bump. zap a few stray space-tabs while there. |
2011-06-24 05:17:05 by Stuart Henderson | Files touched by this commit (17) |
Log message: Chase ffmpeg dep changes. Mostly from Brad ok dcoppa@, plus opencv from me. |
2011-06-13 02:22:44 by Stuart Henderson | Files touched by this commit (1) |
Log message: sync WANTLIB; iaxclient picks up theora now that pkg-config version comparison is fixed. |
2011-06-07 05:34:43 by Stuart Henderson | Files touched by this commit (1) |
Log message: build requires Tcl/Tk; set BUILD_DEPENDS appropriately. remaining problem with -current pkg-config to be fixed separately. |
2011-04-18 17:11:53 by Stuart Henderson | Files touched by this commit (3) |
Log message: sync WANTLIB (re: ffmpeg update), from Brad |
2011-03-29 17:22:17 by Jacob Meuser | Files touched by this commit (7) |
Log message: more ports that need faad removed from WANTLIB after ffmpeg update, as noted on ports@. |
2011-01-05 11:00:10 by Sebastian Reitenbach | Files touched by this commit (4) |
Log message: Update to new Tcl layout. OK landry@ stu@ |
2010-11-20 12:56:52 by Marc Espie | Files touched by this commit (236) |
Log message: new depends |
2010-11-11 12:52:40 by Marc Espie | Files touched by this commit (1) |
Log message: missed WANTLIB |
2010-11-09 09:58:55 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - we have sched_get_priority_{min|max} now. from brad, ok sebastia@ (MAINTAINER) |
2010-10-11 02:18:20 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - fix WANTLIB after cairo update. |
2010-09-30 01:21:21 by Antoine Jacoutot | Files touched by this commit (90) |
Log message: Fix DEPENDS after gtk+2 and gdk-pixbuf split. ok jasper@ |
2010-09-26 09:10:39 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Missed bump. |
2010-09-26 09:09:29 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Set proper thread priorities. ok sebastia@ (maintainer) |
2010-08-25 17:27:21 by Stuart Henderson | Files touched by this commit (19) |
Log message: - chase the library change in multimedia/schroedinger; oil->orc - add various other missing WANTLIB (and LIB_DEPENDS in some cases) - while there move PKGNAME=..pX to REVISION, and move some ports to new-style LIB_DEPENDS original diff from Brad, extensive checking by me (clean build of everything related to liboil). |