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

4339 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
1962f6e7d5 Update MAINTAINER: use @FreeBSD.org 2018-08-18 20:42:46 +00:00
Stephen Hurd
34eedfddef Fix LoTW integration again.
If the MySQL library isn't explicitly initialized, the mysql library will
end up calling EVP_cleanup() while detecting the MySQL version, which
clobbers the OpenSSL context, preventing LoTW (and perhaps ClubLog)
integration from working properly.

Look in ${LOCALBASE}/lib/mysql/ for MySQL and MariaDB libraries.
Only look for .so file, don't look for "any" SONAME.
2018-08-17 17:00:55 +00:00
Diane Bruce
51f05281b3 Update to 4.0.18
=Version 4.0.18=

2018-08-12  David Freese  <w1hkj@bellsouth.net>

	2fef9cb: CPS testing
	aa757af: ipv6 addressing
	c62662c: MT63 centering
	9460c00: fsq mods
	5a7377f: IFKP/THOR greyscale image
	51e2829: Hamlib bug fix
	58c6362: Tooltip
	47d2c6c: nanoIO
	a253603: THROB adif
	f46cb9b: RigCAT dialog
2018-08-15 00:10:07 +00:00
Diane Bruce
cf884890a6 ## [3.7.13.4] - 2018-07-15
### Fixed
#### Project Scope
- Fix Boost 1.67 linking issue
#### gnuradio-runtime
- Logging: fixed issues where messages weren't properly written to stdout/stderr due to incorrect strings
#### gr-analog
- `fmdet_cf`'s derivative coefficients were wrong.
#### gr-blocks
- `skiphead` used to incorrectly handle tags, now properly shifts
#### gr-digital
- `qa_packet_format`: Unit test used to potentially lock up due to incorrect conditionals
- `clock_recovery_cc`, `crc32_bb`: Accessing the `[0]` element of an empty vector is UB, even if you don't use the result afterwards.
#### gr-fec
- `polar_encoder`/`_common`: Fixed multiple out-of-bound accesses due to insufficient vector length checks
#### gr-filter
- `fft_filter`, `filter_delay`: Accessing the `[0]` element of an empty vector is UB, even if you don't use the result afterwards.

Fix dependancy problem when UHD is not used.
2018-08-14 23:33:58 +00:00
Stephen Hurd
bdfc42b73f Add patch to fix potential crash on startup
Raster::resize() was being called with a negative width or height due to
bad state being stored in the config.  This resulted in fldigi crashing
before the UI was displayed.  This patch works around the problem and has
been submitted upstream.
2018-08-11 23:32:35 +00:00
Diane Bruce
de64e2202b Fix obvious typo 2018-08-09 11:14:52 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- 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
2018-08-09 06:58:30 +00:00
Stephen Hurd
fb1feb30a1 Update unixcw and xcwcp to latest release.
This is also the first version where all the issues are fixed, and support
has been included for ALSA and Pulseaudio.  The ioctl() issue is resolved,
and gettext is properly controlled by the NLS option.

I'll be submitting these patches upstream, but due to the low rate of
releases, want to get them into ports first.

This is heavily modified from the submitted patch as every time anything
was tested, a new issue cropped up.

PR:		229782
Reported by:	Yuri Victorovich <yuri@freebsd.org>
2018-08-08 04:35:54 +00:00
Stephen Hurd
6f590b188c Update to latest version, it's on github now
Put the examples in EXAMPLESDIR.
2018-08-07 17:34:51 +00:00
Stephen Hurd
16fec2702b Fix MASTER_SITES for new version 2018-08-07 00:19:09 +00:00
Stephen Hurd
aaaab01391 Update to latest release
Add FLDIGI option to support fldigi XML-RPC interface
portlint complained about DOCS, add that option.
2018-08-07 00:16:53 +00:00
Adam Weinberger
0c926073ff Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible to."
2018-08-01 16:33:11 +00:00
Fukang Chen
3430621a09 [NEW PORT]: comms/py-adafruit-ampy: Adafruit MicroPython tool
Adafruit MicroPython Tool (ampy) - Utility to interact with
a MicroPython board over a serial connection.

WWW: https://github.com/adafruit/ampy

Reviewed by:	koobs
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D16524
2018-08-01 03:43:16 +00:00
Fukang Chen
8f49a8fe88 [NEW PORT] comms/py-esptool: Utility to communicate with Espressif ESP8266 & ESP32 chips
A Python-based, open source, platform independent, utility to communicate
with the ROM bootloader in Espressif ESP8266 & ESP32 chips.

WWW: https://github.com/espressif/esptool

Reviewed by:	koobs, mat
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D16483
2018-07-31 06:33:03 +00:00
Martin Wilke
7b0ac4d205 - Restore BUILD_DEPEND
- Bump PORTREVISION

Submitted by:	freebsd_ports@k-worx.org (via irc)
Reported by:	mat
Sponsored by:	iXsystems Inc.
2018-07-30 14:10:59 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-07-29 22:18:44 +00:00
Tobias Kortkamp
abb648ddf5 comms/xmorse: Fix build with Clang 6
Codebox.cxx:122:16: error: non-constant-expression cannot be narrowed from type 'int' to 'char' in initializer list [-Wc++11-narrowing]
  char s[] = { c, '\0' };               //   A 1-char string version of c.
               ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/xmorse-20041125_10.log
2018-07-29 12:01:13 +00:00
Rene Ladan
b2f29df3cc Remove expired ports:
2018-07-27 comms/xwota: No server message and no upstream releases
2018-07-27 audio/glame: Does not build
2018-07-28 21:17:51 +00:00
Martin Wilke
d0341951c5 - Update to 0.51
- Removed BUILD_DEPENDS (it's not required for a successful build)
- Set RUN_DEPENDS accordingly for the given requirements
- Added NO_ARCH
- Fixed some typos in pkg-descr
- Updated pkg-plist

PR:		229206
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-07-28 12:40:29 +00:00
Diane Bruce
431a1c12ef This port is no longer maintained upstream and furthermore has no
server to connect to. Quite obsolete.
2018-07-20 17:39:34 +00:00
Antoine Brodin
f26b2df872 Deprecate ports broken for more than 5 months 2018-07-17 08:56:32 +00:00
Yuri Victorovich
af6268ec63 comms/gpredict: Update 1.3 -> 2.2.1
Port changes:
* Move to github
* Add LICENSE_FILE
* Remove CPPFLAGS/LIBS - not needed
* Update USE_GNOME
2018-07-15 19:15:33 +00:00
Yuri Victorovich
f1195f9c63 comms/trustedqsl: Update 2.2.1 -> 2.4; Unbreak with wxWidgets-3.1
2.2.1 was breaking with wxWidgets-3.1

PR:		229781
Approved by:	portmgr (unbreak)
2018-07-15 02:36:36 +00:00
Stephen Hurd
bea0f90ec2 Update to latest release, use preferred OpenSSL libs.
CQRLOG does *not* work with the version of OpenSSL in 10.4.  This only seems
to impact the LoTW integration though, so I don't think it needs to be
marked as broken with that version.

Also, update all the patches to use makepatch.
2018-07-11 04:18:37 +00:00
Steve Wills
93d8291d33 comms/tio: Update to 1.31
PR:		229660
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-07-10 04:53:09 +00:00
Michael Reifenberger
496a538ec1 Update to g20180708. 2018-07-09 19:02:43 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Rene Ladan
ea16b41ed1 comms/dcf77pi: update to version 3.7.0 2018-07-08 20:47:58 +00:00
Mark Linimon
fd22400b4e Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.

Approved by:	portmgr (tier-2 blanket)
2018-07-07 06:44:07 +00:00
Diane Bruce
54788d62fd Remove debug attempt that kept this port from building on package builder
How has this managed to not be noticed?

Point Hat: db
Reported by:	[package - 104i386-quarterly][comms/wsjt] Failed for wsjt-10.r5745_7 in build
2018-07-04 17:22:29 +00:00
Diane Bruce
d165e3239f wsjtx does not use kvasd and wsjt is going away 2018-07-04 16:54:08 +00:00
Dmitry Marakasov
ce43f83aff - Add LICENSE
- Switch to USES=localbase
- Fix build with clang 6
2018-07-03 19:11:51 +00:00
Ganael LAPLANCHE
73932cc470 Switch to Github versioning scheme to follow porter's handbook specifications
Reported by:	mat
2018-07-02 18:56:20 +00:00
Ganael LAPLANCHE
5bfceb3ab0 Switch to Github and update to latest version
PR:		229265
Submitted by:	yuri
2018-07-02 10:15:23 +00:00
Mark Linimon
aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +00:00
Diane Bruce
a1d8f66ac8 Forced commit forgot wsjt DEPRECATION and EXPIRATION
Both these ports have long been replaced with wsjtx.
2018-07-01 21:02:09 +00:00
Diane Bruce
6e766e150d Both these ports have long been replaced with wsjtx
Let the grim reaper take them both in 3 months
2018-07-01 20:58:50 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00
Yuri Victorovich
1fe7bf1c81 comms/airspy: Rename the option SSE -> SIMD 2018-06-27 05:15:24 +00:00
Yuri Victorovich
1cbe60cb91 comms/airspy: Fix build due to the MMX-related errors
Fix errors like this:
error: always_inline function '_mm_loadu_ps' requires target feature 'mmx',
       but would be inlined into function 'x' that is compiled without support for 'mmx'

Reported by:	fallout
2018-06-27 05:09:28 +00:00
Jason W. Bacon
fcbd9cf4c7 comms/cutecom: Fix WRKSRC name
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D16028
2018-06-27 02:18:35 +00:00
Diane Bruce
37b0c2943a Updated to 9.2.6
20170817 QSSTV 9.2.6
        Changed the .pro file for autodetecing correct libopenjpg2 (DL1JBE -Tom)
        ftp transfer - initialize bug fix (VK6MN- Mike)
        Help manual -> path correction and corrected some typo's (DJ0MBA- Marinus)
        SSTV initialize bug fix (Adrian)
        Camera support for Raspberry PI Cam
        fixed audio loopback use
        fixed transmission after stop, image was not restarted at top

    20161022 QSSTV 9.2.5
        Screen size reduced for use with smaller screens-fixed.
        rig control - added capabilities test.

PR:		ports/229140
Submitted by:	takefu@airport.fm
2018-06-26 15:47:51 +00:00
Mark Linimon
8ae62da2e7 Mark broken on arm-current.
Approved by:	portmgr (tier-2 blanket)
2018-06-25 06:27:01 +00:00
Yuri Victorovich
a90d23c45e New port: comms/airspy: AirSpy's usemode driver and associated tools 2018-06-24 20:28:18 +00:00
Jason W. Bacon
ff9585cb97 comms/cutecom: Upgrade to 0.45.0
PR:             229094
Submitted by:   yuri
Approved by:    jrm (mentor)
Differential Revision:  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229094
2018-06-24 13:18:08 +00:00
Yuri Victorovich
d5566eea23 comms/gqrx: Add missing library to LIB_DEPENDS
Also group the USExx block.

Approved by:	portmgr blanket
2018-06-24 04:59:49 +00:00
Yuri Victorovich
2790099da3 comms/gnuradio: Add missing library to LIB_DEPENDS; Add missing file to pkg-plist
Both were reported by the stage-qa.

Approved by:	portmgr
2018-06-24 01:46:04 +00:00
Tobias C. Berner
bb238a10bf Update math/gsl to 2.5
PR:		229067
2018-06-23 08:27:13 +00:00
Mark Linimon
0e9d79c998 Mark as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-21 23:52:37 +00:00
Diane Bruce
d124151df4 Inadvertantly forgot to delete patch-boost-1.67 no longer needed
Pointy Hat:	me
2018-06-21 12:44:10 +00:00