aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gqrx
Commit message (Collapse)AuthorAgeFilesLines
* Change x11/xorgproto to become a build depzeising2018-09-121-1/+1
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* devel/boost-*: update to 1.68.0jbeich2018-08-091-1/+1
| | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-2/+3
| | | | | | | | | | | | | | | 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
* comms/gqrx: Add missing library to LIB_DEPENDSyuri2018-06-241-3/+3
| | | | | | Also group the USExx block. Approved by: portmgr blanket
* Update to 2.11.5martymac2018-05-182-5/+4
|
* Adjust PORTREVISION order to pet portlint after r467711jbeich2018-04-181-1/+1
| | | | | Tools/scripts/bump-revision.sh adds PORTREVISION in the wrong place when DISTVERSION*FIX is used.
* devel/boost-*: update to 1.67.0jbeich2018-04-181-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* Update to 2.11.4martymac2018-04-172-4/+4
|
* Update to 2.11.2martymac2018-03-272-4/+4
|
* Update to 2.11.1martymac2018-03-192-5/+4
|
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-0/+1
| | | | version 1.1.0 (via revision 464079).
* Update to 2.10martymac2018-01-242-5/+4
|
* devel/boost-*: update to 1.66.0jbeich2018-01-181-0/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* Update to 2.9martymac2017-11-142-7/+6
|
* devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/boost-*: enable C++11 featuresjbeich2017-09-251-0/+1
| | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* Update to 2.8martymac2017-09-202-4/+4
|
* - Update to 2.7martymac2017-08-252-8/+17
| | | | | | | - Add option to select audio backend [1] PR: 221627 [1] Submitted by: Christian Sturm <reezer@reezer.org> [1]
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* devel/boost-*: update to 1.64.0jbeich2017-05-021-0/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* Update to v2.6.1martymac2017-02-212-5/+4
|
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-091-8/+1
| | | | Approved by: portmgr blanket
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* Update gr-osmosdr to version 20160622 and bump dependent ports' revisionsmartymac2017-01-021-2/+1
|
* devel/boost-*: update to 1.62.0jbeich2016-11-231-0/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* Cleanup USE_GITHUB usage.mat2016-10-262-5/+5
| | | | Sponsored by: Absolight
* Update to 2.6.0martymac2016-10-132-12/+10
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-11/+11
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 2.5.3martymac2016-02-232-3/+3
|
* Update to 2.5.2martymac2016-01-282-3/+3
|
* Update to 2.5.1martymac2016-01-092-3/+5
|
* Update to 2.3.2martymac2015-10-282-4/+11
|
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-062-4/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Add support for building with QT4 (but still use QT5 by default)martymac2014-12-311-1/+8
| | | | | PR: 196234 Submitted by: Kevin Zheng <kevinz5000@gmail.com>
* comms/gqrx: update 20140313 -> 2.3.1robak2014-10-254-37/+33
| | | | | | | | | | | | | - Set PORTEPOCH - Update COMMENT and pkg-descr - Add LICENSE_FILE - Remove obsolete dependency - Mantainer approved PR: 193404 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Reviewed by: martymac (maintainer) Approved by: mentors (implicit), martymac (maintainer)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Avoid runtime dependency on buildtools (use buildtools_build instead of ↵martymac2014-04-031-1/+1
| | | | | | buildtools) Submitted by: makc
* - Update to 20140313 (and use QT5)martymac2014-04-034-7/+38
| | | | - Update WWW
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-181-1/+1
|
* Chase boost and icu bumpbapt2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-221-15/+10
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | comms)
* Add gqrx, a Qt-based software defined radio receivermartymac2013-06-173-0/+45