aboutsummaryrefslogtreecommitdiff
path: root/comms/svxlink
Commit message (Collapse)AuthorAgeFilesLines
* *: Clean up some thingsTobias Kortkamp2021-10-121-1/+1
| | | | | | | | | | | | - Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* comms/svxlink: Unbreak qtelDiane Bruce2021-10-021-2/+2
| | | | | - Unbreak qtel by adding GH_PROJECT to svxlink - remove redundant REINPLACE
* Cleanup: for ports under c* categories, drop redundant GH_{ACCOUNT,PROJECT}.Alexey Dokuchaev2021-08-291-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-1/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Remove bad usage of MANDIRSBaptiste Daroussin2020-01-162-18/+18
| | | | Notes: svn path=/head/; revision=523225
* I forgot how Master/Slave ports work. I needed to bump PORTREVISIONDiane Bruce2019-09-091-0/+1
| | | | | | | of Master port for qtel to unbreak qtel. oops. Notes: svn path=/head/; revision=511642
* SvxLink release 19.09.1 -- 01 Sep 2019Diane Bruce2019-09-056-24/+46
| | | | | | | | | | | | | | | | | | | @sm0svx sm0svx released this 4 days ago This release of SvxLink have no single big feature addition but a lot of smaller ones. Some examples are: AFSK metadata transmission for RF linked remote receivers, per receiver voter delay adjustment, new module ModuleTrx to remote control transceivers using DTMF, more flexible announcement configuration and more. As usual a number of bugs have been fixed. The full list of changes and more details can be found in the README for release 19.09. Information on configuration of new features can be found in the manual pages. Reported by: portscout Notes: svn path=/head/; revision=511272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Update to 17.12.2Diane Bruce2019-03-1214-155/+177
| | | | | | | | | | | | | | | | | | | | This version supports qt5 SvxLink release 17.12 -- 30 Dec 2017 ------------------------------------ The biggest news in this release is the initial revision of the SvxReflector application. The SvxReflector application is meant to be used as a center point to link SvxLink nodes together. The new SvxLink ReflectorLogic logic core is used to connect a SvxLink node to the reflector server. One or more logics can then be connected to the refelctor using normal logic linking. In addition a lot of smaller feature additions have been made and also a number of bugs have been fixed. The full list of changes and more details can be found below. Information on configuration of new features can be found in the manual pages. Notes: svn path=/head/; revision=495462
* comms/svxlink: disable the ninja generatorTobias C. Berner2019-03-091-1/+1
| | | | | | | | | | | - with ninja 1.9 duplicate targets are errors [1] [1] https://github.com/ninja-build/ninja/commit/42eefc854b32b3c1efc27548baaacdebad199853 PR: 235507 Notes: svn path=/head/; revision=495202
* comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0Ganael LAPLANCHE2019-02-241-1/+1
| | | | | | | | | Also: - Switch to Github mirror - Bump dependent ports' PORTREVISIONs Notes: svn path=/head/; revision=493800
* Use USES=pkgconfig where appropriateTobias Kortkamp2019-01-131-3/+2
| | | | Notes: svn path=/head/; revision=490143
* Split out evdev headers from multimedia/v4l_compatNiclas Zeising2018-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their own port, devel/evdev-proto, and update those to be current with the Linux 4.19 kernel. This is done in order to be able to update the rest of the FreeBSD input stack, which is forthcoming. By splititng out the evdev headers we can update them independent of other updates in v4l_compat, which makes it easier for the graphics team to keep track of them and keep them updated as needed. Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work with the updated headers. This will be further updated. Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work with the updated evdev headers. Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat as needed, and bump portrevisions. This is the first step in getting the FreeBSD input stack (libevdev, libinput and so on) updated to newer versions. Many thanks to all who have helped out with testing, code and exp-runs. Apologies if I've forgotten to add any names. PR: 222905, 217248, (based on, in part), 233787 (exp-run) Submitted by: Greg V, wulf Tested by: tcberner, kde Exp-run by: antoine Approved by: portmgr (antoine) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Notes: svn path=/head/; revision=487789
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+1
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-1/+1
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* Add rtlsdr supportDiane Bruce2017-11-022-2/+4
| | | | | | | | PR: ports/223356 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=453329
* [svxlink] make this compile / run on FreeBSD-HEAD again.Adrian Chadd2017-10-163-4/+23
| | | | | | | | | | I've also submitted the patches upstream. Approved by: db Differential Revision: https://reviews.freebsd.org/D12680 Notes: svn path=/head/; revision=452246
* Deprecate ports broken for more than 6 monthsAntoine Brodin2017-10-081-0/+2
| | | | Notes: svn path=/head/; revision=451570
* Register the dependency on groffBaptiste Daroussin2017-05-251-1/+1
| | | | Notes: svn path=/head/; revision=441690
* Chase a bunch of failures after libsigc++20 updateBaptiste Daroussin2017-04-021-0/+2
| | | | | | | | | New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11 where needed. Mark as broken a bunch of ports which are not c++11 compatible Notes: svn path=/head/; revision=437539
* Move doxygen dependency from DOCS to DOXYGEN.Mathieu Arnold2016-12-211-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=429087
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* Summary: comms/svxlink: Fix build with libc++ 3.8.0Diane Bruce2016-05-281-0/+11
| | | | | | | | | | | | | | | | | | | | During the exp-run in bug 208158, it was found that comms/svxlink gives errors with libc++ 3.8.0 [1]: /wrkdirs/usr/ports/comms/svxlink/work/svxlink-15.11/src/async/audio/AsyncAudioDe +viceAlsa.cpp:551:7: error: call to 'abs' is ambiguous if (::abs(real_rate - sample_rate) > 100) ^~~~~ This is because abs() is being called with an unsigned argument. Fix this by casting 'real_rate' to int, since it was assigned from 'sample_rate' anyhow. PR: ports/209371 Reported by: @dim Notes: svn path=/head/; revision=416003
* Update svxlink/qtel to latest releaseStephen Hurd2016-04-0720-171/+72
| | | | Notes: svn path=/head/; revision=412692
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update svxlink to 14.08.2.Koop Mast2016-03-054-8/+20
| | | | | | | | | | | | This update contains commits so it builds with c++11. This is needed for the libsigc++20 update to 2.6, which has a hard requirement on a c++11 compiler. As such add USES=compiler:c++11-lib. PR: 207514 Approved by: hamradio@ (db@) Notes: svn path=/head/; revision=410219
* Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, theMathieu Arnold2015-12-082-3/+2
| | | | | | | | | | framework already sets a unique DISTNAME. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403254
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Unbreak comms/qtel slave portAntoine Brodin2015-05-071-0/+1
| | | | Notes: svn path=/head/; revision=385663
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Update to 14.08Stephen Hurd2015-01-0728-417/+234
| | | | | | | | | | Switch to cmake Switch to github Add the STATIC, DOCS, ALSA, and OSS options Make a master port so comms/qtel can be a slave port Notes: svn path=/head/; revision=376459
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Cleanup plistBaptiste Daroussin2014-10-201-15/+4
| | | | Notes: svn path=/head/; revision=371247
* - Don't remove mtree directoryDmitry Marakasov2014-09-251-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=369285
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* Update my ports to use my shurd@FreeBSD.org accountStephen Hurd2014-06-181-1/+1
| | | | | | | Approved by: db, skreuzer (mentors) Notes: svn path=/head/; revision=358312
* The SvxLink project is a flexible, general purpose voice services system forDiane Bruce2014-04-2321-0/+703
ham radio use. The project also includes Qtel, an EchoLink client GUI application. WWW: http://sourceforge.net/apps/trac/svxlink/ This replaces the earlier and removed comms/qtel port. PR: ports/188452 Submitted by: Stephen Hurd <shurd@sasktel.net> Notes: svn path=/head/; revision=351967