1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

4478 Commits

Author SHA1 Message Date
Rodrigo Osorio
56d835c923 Upgrade comms/gammu from v1.39 to 1.40
Full list of changes:
 * Added SMSD configuration option RetryTimeout.
 * Removed non configurable sleep after failed message send.
 * SMSD now tries to store whole decoded text for concatenated messages in the first entry in database.
 * Improved compatibility with Sierra SL8084TR.
 * Added support for delivery reports stored in SR memory.
 * Configure CNMI parameters for AT driver.
2019-02-27 17:19:47 +00:00
Diane Bruce
9a8230e5d4 Update to hamlib 3.3
* New models, R&S xk2100, TRXMAnager, Meade LX200
* HTML manual is now generated at 'make dist' so users don't
  need GNU Info tools installed.  TNX Greg, N1DAM for the suggestion.
2019-02-27 03:13:28 +00:00
Diane Bruce
f3f0dcea47 What is CubicSDR ?
CubicSDR is the software portion of Software Defined Radio.
By Using hardware that converts RF spectrum into a digital
stream we are able to build complex radios to do many types
of functions in software instead of traditional hardware.

What can I do with CubicSDR ?

Paired with a supported hardware receiver, you can use CubicSDR
to explore the RF world around you. Discover Satellite transmissions,
Amateur Radio, Rail, Areonautical, Shortwave, or any number of
possible signals floating through the air.

WWW: https://cubicsdr.readthedocs.io/en/latest/
2019-02-26 13:28:23 +00:00
Baptiste Daroussin
39b7ad234d Properly detect WC_CONFIG 2019-02-26 07:50:27 +00:00
Baptiste Daroussin
89bc7fbdd1 wxGTK3.0: switch to gtk3 and webkit2
Discussed with:	portmgr
2019-02-25 12:47:20 +00:00
Ganael LAPLANCHE
f71358810f comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0
Also:
- Switch to Github mirror
- Bump dependent ports' PORTREVISIONs
2019-02-24 19:12:54 +00:00
Tobias Kortkamp
8488b381c2 comms/seyon: Mark MAKE_JOBS_UNSAFE
According to Piotr it fails to build when using >= 16 jobs otherwise.

PR:		232480
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-24 15:29:38 +00:00
Vanilla I. Shu
d3b83d4114 Update to 2.12. 2019-02-24 03:10:43 +00:00
Tobias Kortkamp
78a408a102 comms/scrcpy: Update to 1.7
Changes:	https://github.com/Genymobile/scrcpy/releases/tag/v1.7
PR:		235851
Submitted by:	Hiroki Tagato <tagattie@yandex.com>
2019-02-23 04:52:47 +00:00
Kai Knoblich
25e26359f1 comms/redsea: Improve description text for the TMC option
Suggested by:	mat
Approved by:	tcberner (mentor)
2019-02-21 18:33:06 +00:00
Kai Knoblich
a943e48a11 New port: comms/redsea
redsea is a lightweight command-line decoder for broadcast FM-RDS data,
such as that provided from a software-defined radio (SDR). It can also
decode raw ASCII bitstreams, the hex format provided by RDS Spy, and audio
files containing multiplex signals. Decoded RDS groups are printed to the
terminal as line-delimited JSON objects; optionally, undecoded hex blocks
can be output instead.

This program is intended to be used in combination with a separate source
of demodulated FM multiplex signals, such as rtl-sdr.

WWW: https://github.com/windytan/redsea/

PR:		234726
Submitted by:	Andrew <morrand276@gmail.com>
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19164
2019-02-20 21:49:09 +00:00
Diane Bruce
075ce9db90 Update fldigi to 4.1.01
=Version 4.1.01=

2019-02-18  David Freese  <w1hkj@bellsouth.net>

	1d4798c: CW h/w ptt
	ca3e777: nanoIO
	a943ae3: NAVTEX abort
	ce586b8: dup-check
	57cc6ea: ADIF submode
	96e1f05: WF only bug fix
	06c56b3: LotW
	c5af7e0: Pedantic warnings
	892336b: SD counties
	044dd29: QRZ.com
	aeed471: SV1GRB test report

Reported by:	upstream
2019-02-19 22:52:11 +00:00
Alexey Dokuchaev
9eb5d56918 libticables2 defaults serial port names to cuadX, but current FreeBSD
versions name serial ports cuauX, fix this.  While here, consistently
prepend sed(1) commands with `-e' switch like we normally do in ports.

PR:		235827
Submitted by:	Darren Mulligan
2019-02-18 08:48:06 +00:00
Vladimir Kondratyev
265953a8ac New port: comms/ath3k-firmware
Firmware for the Atheros AR3011/AR3012 chip based Bluetooth USB devices.
To be downloaded with ath3kfw(8).

WWW: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

PR:		233889
Approved by:	koobs
2019-02-15 21:31:33 +00:00
Craig Leres
4344834392 Solve occasional poudriere build failures by adding MAKE_JOBS_UNSAFE.
Sample poudriere build error without MAKE_JOBS_UNSAFE:

    Error: Could not find class file for 'gnu.io.Raw'.
    gmake[1]: *** [Makefile:613: /wrkdirs/usr/ports/comms/rxtx/work/rxtx-2.2pre2/gnu/io/NoSuchPortException.class] Error 1

PR:		216558
Reviewed by:	mat, matthew (mentor)
Approved by:	mat, koobs (maintainer), matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D18999
2019-02-14 01:05:58 +00:00
Tobias C. Berner
031fc9bfb6 Update Qt5 to 5.12.1
Release announcement:
  https://blog.qt.io/blog/2019/02/01/qt-5-12-1-released/
Changelog:
  https://wiki.qt.io/Qt_5.12.1_Change_Files

- A change was required to qt-dist.mk to always pass LOCALBASE to qmake,
  as Qt5 has been installed to a prefix for some time now, there should
  not be any harm in that, with respect to it picking up installed versions
  of itself during build.

PR:		235622
Exp-run by:	antoine
2019-02-12 17:43:00 +00:00
Yuri Victorovich
f40dd85e37 comms/bladerf: fix build with GCC-based archictectures
PR:		235673
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-12 05:40:20 +00:00
Yuri Victorovich
a73d80796c New port: comms/soapyredpitaya: SoapySDR Red Pitaya module 2019-02-09 20:36:10 +00:00
Yuri Victorovich
1dd26d4dfd comms/soapyplutosdr: Remove the redundant lib 2019-02-09 20:29:28 +00:00
Yuri Victorovich
9efd3f99fe New port: comms/soapybladerf: Soapy SDR plugin for the Blade RF 2019-02-09 20:27:49 +00:00
Yuri Victorovich
1dfdfce863 New port: comms/bladerf: BladeRF USB 3.0 Superspeed software defined radio 2019-02-09 20:22:00 +00:00
Yuri Victorovich
429d804434 Move misc/soapysdr-hackrf -> comms/soapysdrhackrf: comms is a correct category for it 2019-02-09 20:06:26 +00:00
Yuri Victorovich
2bb303818d New port: comms/soapyplutosdr: Soapy SDR plugin for PlutoSDR 2019-02-09 19:59:53 +00:00
Yuri Victorovich
c64f30cc5d New port: comms/soapyremote: SoapySDR module to use any Soapy SDR remotely 2019-02-09 19:37:41 +00:00
Yuri Victorovich
1a8ad33b8d New port: comms/soapyuhd: Soapy SDR plugin for the Airspy 2019-02-09 19:24:19 +00:00
Yuri Victorovich
320e21b7b6 New port: comms/soapyairspy: Soapy SDR plugin for the Airspy 2019-02-09 18:52:02 +00:00
Diane Bruce
a46dd1ab7a Altivec support probably wasn't maintained for years. Fix it to compile
on powerpc64.

Tested also on amd64.

Hardware sponsored by IntegriCloud.

PR:		ports/235560
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-06 23:49:11 +00:00
Michael Reifenberger
4d38d7b24b Update to 2018.12.01 2019-02-06 21:11:04 +00:00
Mark Linimon
ede1f87890 CXXFLAGS+=-Wno-c++11-narrowing is not supported by base GCC. Instead
add USE_CXXSTD=c++98 which makes this port compile by both base GCC and
Clang.

PR:		235527
Submitted by:	Piotr Kubaj
2019-02-06 00:14:18 +00:00
Diane Bruce
9c3bcb1cc1 - Correct to actually turn off unused options
- Add missing xrender to USE_ORG

Reported by:	pkg-fallout
2019-02-03 19:50:52 +00:00
Diane Bruce
1f9d973bbd Update flrig to 1.3.42
2019-01-10  David Freese  <w1hkj@bellsouth.net>

	855104a: FT1000 debugging
	d915248: FLTK 1.4 test
	1f54f12: FTdx3000
	ff835b6: Parse -psn

Reported by:	portscout
2019-02-01 13:56:12 +00:00
Tobias Kortkamp
59cf9a1ea2 comms/wsjtx: Only append to EXTRA_PATCHES after bsd.port.pre.mk
Untangle it from do-extract too while here
2019-01-31 17:47:17 +00:00
Vinícius Zavam
f96a8c57e6 comms/ncid: update 1.10 to 1.10.1
Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D19030
2019-01-31 10:44:09 +00:00
Diane Bruce
ff35d1f90e - Update to fldigi 4.1.00
- Restore OSS and pulseaudio options
- Fix OSS bug in upstream code causing OSS to fail.

=Version 4.1.0=

2019-01-29  David Freese  <w1hkj@bellsouth.net>

	39a76e8: po update
	79c67d3: WWV doc
	04e53b5: Winkeyer FSK
	b8ca88e: Contests
	b197c75: arq-override
	8572f35: flmsg-dir
	02c66eb: contest-docs
	9d85169: fldigi_def.xml
	20e2c02: socket_mods
	e1c2d80: Fltk 1.4 mod
	5ffd6f5: wefax
	fb1fd67: nanoIO
	7d604b8: CW SOM table
	4eec8f2: flrig: macro
	99b0a01: Audio adjust docs
	146bd7e: feldhell
	6b5c93a: C-11 fixes
	ccbd52f: nano FSK
	ed6a7db: Mint-19/Mate
	e9c0f2d: Signal Browser documentation
	fbb0654: flrig seg fault
2019-01-31 02:04:30 +00:00
Vinícius Zavam
df40b2cd34 comms/ncid: fix build with GCC-based architectures
PR:		235289
Reported by:	Piotr Kubaj <pkubaj % anongoth.pl>
Approved by:	rene (mentor)
Sponsored by:	IntegriCloud
2019-01-30 08:56:13 +00:00
Tobias C. Berner
35c4e7bb9f comms/scrcpy: New port -- Display and control your Android device
Scrcpy provides display and control of Android devices connected on
USB (or over TCP/IP). It does not require any root access.

https://github.com/Genymobile/scrcpy

PR:		235146
Submitted by:	Hiroki Tagato <tagattie@yandex.com>
2019-01-27 09:32:14 +00:00
Diane Bruce
004cfd4c13 From submitter:
The current port does not facilitate the installation of splat-hd.
The attached patch resolves that.  Also this patch enables having splat-hd
build out with 8x8 tiles.

From db:
- splat-hd was never being built and installed.
- forced HRM build with new option
- cleaned up HRM and pkg-plist
- High resolution 6x6 7x7 and 8x8 need 64bit systems so mark description
  but allow foot shooting if user tries high resolution 8x8 on i386

PR:		ports/235148
Submitted by:	darcy@dbitech.ca
2019-01-26 23:47:39 +00:00
Diane Bruce
0d684d9356 Bug reported only with ld.lld as system ld on i386 solved using
suggested -Wl,-z,notext

PR:		ports/234871
Reported by:	@emaste
2019-01-23 03:10:52 +00:00
Fernando Apesteguía
d2eac11cb3 comms/tio: update to 1.32
While here pet portlint

ChangeLog: https://github.com/tio/tio/releases/tag/v1.32

PR:	235066
Submitted by:	dg@syrec.org
2019-01-22 18:41:41 +00:00
Danilo Egea Gondolfo
59d5b7ee20 - Update to 2.0.17
- Add gnome to USES
2019-01-21 22:45:00 +00:00
Jason W. Bacon
76bc3a9263 comms/cutecom: Update pkg-descr to reflect new home
Reported by:    swills
2019-01-21 13:18:36 +00:00
Tobias Kortkamp
a5bfa31873 comms/dfu-programmer: Update to 0.7.2
- Follow WWW redirect
- Reset maintainer due to the long timeout

PR:		224577
Submitted by:	woodsb02
Approved by:	byu17@uclive.ac.nz (maintainer timeout, > 1 year)
2019-01-21 08:19:26 +00:00
Sunpoet Po-Chuan Hsieh
fb8b74dcf9 Remove Perl core module
With hat:	perl
2019-01-20 20:50:00 +00:00
Jason W. Bacon
ae32150e26 comms/cutecom: Add c++11-lang for GCC-based platforms, upgrade to 0.51.0
Upstream has moved to Gitlab

PR:             235043
Reported by:    Piotr Kubaj
2019-01-20 14:00:42 +00:00
Jochen Neumeister
e3991af218 Update to 2.39.7
Sponsored by:	Netzkommune GmbH
2019-01-18 19:47:38 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Vinícius Zavam
2a95f21477 comms/ncid: update 1.6 to 1.10
Makefile
  - adopt the port; stage-qa; check-plist; OK
  - LIB_DEPENDS: add devel/pcre
  - DOCS: now ships doc/*.md, plus README.FreeBSD
  - redo install stage for extensions, modules and samples;
  - add comment regarding already stripped binaries.

  pkg-plist
  - reflect new installed files to pkg-plist;
  -reorg DOCS and LOGROTATE

  https://sf.net/projects/ncid/files/ncid/1.10/README.md

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18590
2019-01-16 09:26:04 +00:00
Tobias Kortkamp
d33ccda403 Use USES=pkgconfig where appropriate 2019-01-13 15:17:23 +00:00
Tobias Kortkamp
ed5610f399 Do not set MASTER_SITES twice 2019-01-06 15:08:46 +00:00
Tobias Kortkamp
8adcd0ddfe comms/snap7: Cleanup WRKSRC/DISTNAME using DISTVERSIONPREFIX 2019-01-06 13:50:37 +00:00