Diane Bruce
487752f07d
- @fjoe correctly pointed out one place where the newline needed to be
...
removed, I did miss that one. (It's directly used as a filename)
The other places are do not cares.
- It makes no sense to remove gets() without removing potentially
just as bad scanf() calls and it's bad practice to use scanf anyway
I'm paranoid with implementations of fgets() (Non FreeBSD to be clear)
hence the use of -1 in the length argument of fgets().
- I'll see if upstream is willing to accept these diffs.
Submitted by: Max Khon <fjoe@freebsd.org>
Reported by: Max Khon <fjoe@freebsd.org>
2017-10-28 16:15:16 +00:00
Tobias Kortkamp
75d7a3c520
New port: comms/tio
...
Simple TTY terminal application which features a straightforward
commandline interface to easily connect to TTY devices for basic
input/output.
WWW: https://tio.github.io
PR: 222719
Submitted by: Dmitri Goutnik <dg@syrec.org>
2017-10-27 15:31:57 +00:00
Diane Bruce
d6b4be41ff
V1.2.2 July 2017
...
----------------
1/ Improvements to Hamlib support, error message reporting, serial rate box.
2/ Disabled unused UDP comms/egexp processing to clean up Options dialog.
2017-10-24 00:22:06 +00:00
Dmitry Marakasov
22b35c7122
- Add LICENSE_FILE
...
- Switch to USES=tar
- Unsilence installation commands
- Switch to options helpers
Approved by: portmgr blanket
2017-10-21 09:04:24 +00:00
Jan Beich
84e727457f
multimedia/ffmpeg: update to 3.4
...
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
2017-10-21 06:50:49 +00:00
Adrian Chadd
b632376f44
[svxlink] make this compile / run on FreeBSD-HEAD again.
...
I've also submitted the patches upstream.
Approved by: db
Differential Revision: https://reviews.freebsd.org/D12680
2017-10-16 19:28:11 +00:00
Diane Bruce
b38d719950
Update to fldigi 4.0.11
...
=Version 4.0.11=
2017-10-14 David Freese <w1hkj@bellsouth.net>
3302f0d: Text Capture
35387db: FreeBSD mod
6e94d54: Documentation update
e4abdbf: PSK filter
cd36a46: Audio Stream
5a9322f: printf cleanup
e8651ed: CW Multichannel
89b5207: QSY multi
2017-10-15 18:13:36 +00:00
Diane Bruce
76121f6b66
Move with upstream to sourceforge
...
=Version 1.0.3=
2017-10-14 David Freese <w1hkj@bellsouth.net>
0d1ba30: dxcc server list
2017-10-15 16:38:34 +00:00
Kevin Lo
9335c19273
Update to 20170805.
2017-10-14 07:53:04 +00:00
Antoine Brodin
b172c9db4c
Make fetchable again
...
Verified by: no difference between uncompressed tar files
2017-10-13 22:12:24 +00:00
Antoine Brodin
bc8ca5d378
Allow building kde4 again
2017-10-13 21:42:44 +00:00
Diane Bruce
5cf392c1f3
=Version 1.0.2=
...
2017-10-12 David Freese <w1hkj@bellsouth.net>
efe4c58: UI thread bug
cc846da: FreeBSD reported bugs
be720c4: Prog doc update
=Version 1.0.1=
d46e018: Application icon
926b7fd: Installation bugs
43e4059: win mingw
4a092db: doc update
c9021c0: Code revision #2
=Version 1.0.0=
c5373f2: Code Revision 1
926ee8e: Initial flcluster repository
2017-10-13 14:58:04 +00:00
Baptiste Daroussin
c67ab79da8
Cleanup dead MASTER_SITES
2017-10-13 14:19:26 +00:00
Baptiste Daroussin
1493dd450d
Mark as broken ports with no public distfiles
2017-10-13 14:18:50 +00:00
Baptiste Daroussin
18a272cfb5
Mark as broken: invalid checksum
2017-10-13 13:24:54 +00:00
Baptiste Daroussin
653a6b0dba
No upstream anymore
2017-10-13 13:21:16 +00:00
Diane Bruce
fd5ad89442
flcluster is a stand alone dx cluster client that will also connect to fldigi
...
and act as the dx cluster client for fldigi. Multiple instances of flcluster
can simultaneously connect to fldigi, and fldigi's internal dx cluster client
can also be connected at the same time. Connectivity is via a socket interface,
so flclient can reside on the same or a different computer on the LAN or WAN
so long as it is possible to establish the socket (xmlrpc) connection.
On line help is available <http://www.w1hkj.com/flcluster-help/ >
2017-10-12 19:30:51 +00:00
Mathieu Arnold
4da13b8f8e
Remove WANT_GNOME and HAVE_GNOME.
...
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
2017-10-12 15:57:51 +00:00
Emanuel Haupt
584f3238f8
Add py-hidapi 0.7.99, cython interface to comms/hidapi.
2017-10-11 22:34:31 +00:00
Mark Linimon
3ef3461740
For ports that are explicitly enabled on armv6, also enable them
...
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
2017-10-10 21:31:30 +00:00
Sunpoet Po-Chuan Hsieh
d263cacb21
Update graphics/openjpeg to 2.3.0
...
Changes: https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md
PR: 222817
Exp-run by: antoine
2017-10-10 17:45:57 +00:00
Antoine Brodin
4080cb3939
Deprecate ports broken for more than 6 months
2017-10-08 19:36:26 +00:00
Diane Bruce
7f932a1d60
Remove the two gets() calls and replace with fgets()
...
https://reviews.freebsd.org/D12298
Whilst here redo the patches with make makepatch
PR: ports/222796
Reported by: emaste@
2017-10-07 01:24:16 +00:00
Diane Bruce
7ce1d917d3
Fix build under gfortran7
...
Bug 222560: comms/wspr: fails to build with lang/gcc7 or later
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222560
PR: ports/222560
Reported by: Jan Beich <jbeich@FreeBSD.org>
2017-09-27 23:29:43 +00:00
Raphael Kubo da Costa
1bae556a1c
Bump PORTREVISION in ports depending on archivers/libzip.
...
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638
2017-09-27 18:08:14 +00:00
Diane Bruce
3d6686921b
Version 1.3.35
...
FTdX5000 mods
* fix scaling of power out and swr meters
mingw-mods
* modifications to allow building on Windows MinGW/Msys
xml inhibit
* inhibit both client and server xml i/o until transceiver fully initialized
2017-09-27 11:38:15 +00:00
Diane Bruce
bccae7307f
Version 4.0.10
...
WX HamQth bug fix
* Fixed access to remote data for Metar and HamQth queries
win7 mingw build fixes
* PRI?SZ format specifiers not recognized on all build platforms
wefax ui mods
wefax_map
* Create unique wefax mapping widget based on pre 3.23 picture widget
. resolution of new picture widget resize fault during wefax Rx
auto start
* add delays to allow sufficient time for external process to become stable
2017-09-27 11:33:51 +00:00
Jan Beich
98eb11b2f0
devel/boost-*: update to 1.65.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
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a
devel/boost-*: enable C++11 features
...
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
2017-09-25 00:05:05 +00:00
Mathieu Arnold
3fcd0e41de
Remove USES=execinfo.
...
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Sofian Brabez
878b75eadc
- Update to 3.4
2017-09-22 09:01:54 +00:00
Ganael LAPLANCHE
588be96f6a
Update to 2.8
2017-09-20 10:10:21 +00:00
Mathieu Arnold
cb41fc6623
Fix license information for portgs that use "the same license as Perl".
...
Sponsored by: Absolight
2017-09-15 08:58:46 +00:00
Diane Bruce
8d17936dda
set qt tools as build deps
...
PR: ports/217272
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
2017-09-13 12:31:00 +00:00
Diane Bruce
162491f4d7
Update to 1.3.34
...
=Version 1.3.34=
2017-09-01 David Freese <w1hkj@bellsouth.net>
e9628ee: Save/Restore
9213bfc: flrig shell
2017-07-31 Sean Sharkey <g0oan@icloud.com>
22e70f6: FT1000 update
2017-07-29 David Freese <w1hkj@bellsouth.net>
34fdb94: IC7300 NR scale
fa0cdaf: IC7200/7300 compile warning
2017-07-23 Steve Magnuson AG7GN <steve.magnuson@gmail.com>
661374f: IC7100
2017-09-11 15:58:31 +00:00
Vanilla I. Shu
bf63fb17db
Update to 2.9.
2017-09-11 15:20:54 +00:00
Diane Bruce
500292e485
Changes Ver 4.3
...
- commented out unused function (txTextCB) tnx Ervin, HA2OS
PR: ports/221933
Submitted by: Maintainer
2017-09-11 14:09:56 +00:00
Gerald Pfeifer
e59c88cece
Bump PORTREVISION for ports depending on the canonical version of GCC
...
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 20:55:38 +00:00
Diane Bruce
f1f02b2277
Update to fldigi 4.0.9
...
From ChangeLog
=Version 4.0.9=
2017-09-03 David Freese <w1hkj@bellsouth.net>
cc95f0a: clock_gettime
5d4008a: spectrum display
6021e18: Test Signal Dialog
ccd3a2e: dxcluster fonts
08aa8f7: smod
6c05fe9: Spot buffer
deb4392: Winkeyer clones
ee3d420: PSK s/n imd
2017-07-25 Matt Roberts <matt@kk5jy.net>
ba2305c: RX Text capture
2017-07-23 David Freese <w1hkj@bellsouth.net>
3229581: PSK viewer
Reported by: portscout
2017-09-05 23:05:29 +00:00
Martin Matuska
a3c9cabefc
Horde package update:
...
comms/pear-Horde_ActiveSync 2.38.7 -> 2.38.8
archivers/pear-Horde_Compress 2.2.0 -> 2.2.1
devel/pear-Horde_Core 2.30.0 -> 2.30.2
devel/pear-Horde_Date 2.4.0 -> 2.4.1
mail/pear-Horde_Imap_Client 2.29.14 -> 2.29.15 mail/pear-Horde_Mime_Viewer 2.2.1 -> 2.2.2
2017-09-02 22:37:05 +00:00
Ganael LAPLANCHE
5424b34d37
- Update to 2.7
...
- Add option to select audio backend [1]
PR: 221627 [1]
Submitted by: Christian Sturm <reezer@reezer.org> [1]
2017-08-25 10:13:25 +00:00
Sunpoet Po-Chuan Hsieh
43ff00a57b
Update graphics/openjpeg to 2.2.0
...
Changes: https://github.com/uclouvain/openjpeg/blob/master/CHANGELOG.md
PR: 221478
Exp-run by: antoine
2017-08-20 09:48:39 +00:00
Rodrigo Osorio
cb70bf309c
Update to 1.38.4
...
Fix various compilation issues in python-gammu on Windows.
Improved support for Huawei E3531 and E1756.
Fixed several issues with using library on Windows.
2017-08-02 22:54:20 +00:00
Martin Matuska
b97e1f7121
Horde package update:
...
comms/pear-Horde_ActiveSync 2.38.6 -> 2.38.7
www/pear-Horde_Browser 2.0.13 -> 2.0.14
devel/pear-Horde_Core 2.29.1 -> 2.30.0
www/pear-Horde_Form 2.0.17 -> 2.0.18
devel/pear-Horde_Icalendar 2.1.6 -> 2.1.7
mail/pear-Horde_Imap_Client 2.29.13 -> 2.29.14
net/pear-Horde_Url 2.2.5 -> 2.2.6
www/horde-ansel 3.0.6 -> 3.0.7
ftp/horde-gollem 3.0.10 -> 3.0.11
deskutils/horde-groupware 5.2.20 -> 5.2.21
www/horde-base 5.2.15 -> 5.2.16
mail/horde-imp 6.2.19 -> 6.2.20
deskutils/horde-kronolith 4.2.21 -> 4.2.22
deskutils/horde-nag 4.2.14 -> 4.2.15
www/horde-trean 1.1.7 -> 1.1.8
mail/horde-turba 4.2.19 -> 4.2.20
mail/horde-webmail 5.2.20 -> 5.2.21
devel/horde-whups 3.0.10 -> 3.0.11
Security: open redirects in multiple applications
2017-08-02 19:23:51 +00:00
Dmitry Marakasov
08c13bcac5
Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly
...
it's successors, that's why the 'x' in the package name.
WWW: https://github.com/linux-sunxi/sunxi-tools
PR: 213250
Submitted by: manu
2017-07-25 15:53:12 +00:00
Dmitry Marakasov
b7af2d713b
- Switch to options helpers
...
- Add LICENSE
2017-07-25 13:36:26 +00:00
Dmitry Marakasov
b7f58c748e
- Add missing python run-dependency
...
- Fix additional shebang
Approved by: portmgr blanket
2017-07-25 12:16:49 +00:00
Diane Bruce
e3bb2240bc
Update to 4.0.8
...
=Version 4.0.8=
2017-07-21 David Freese <iam_w1hkj@w1hkj.com>
38b65ea: Executable pathname
2a3c38b: rigCAT metering
37d78b1
: OS X autostart
0006904: RigCAT i/o
c0bf2f2: Doxygen build
6e4f04c: Analysis modem
c438ba6: XMLRPC rx stream
2017-07-13 Matt Roberts KK5YJ <matt@kk5jy.net>
4a6e7ce: RX text paste
2017-07-12 David Freese <iam_w1hkj@w1hkj.com>
ef36e76: FSQ triggers
8517451: FSQ image
Reported by: portscout
2017-07-21 21:33:13 +00:00
Michael Reifenberger
a4884a0664
Update to version 3.10.1.1
2017-07-17 19:01:52 +00:00
Diane Bruce
7f14f47b04
Update to 4.0.7 minor fixes from ChangeLog
...
=Version 4.0.7=
2017-07-03 David Freese <iam_w1hkj@w1hkj.com>
ee6cc45: SCU-17 ptt
964816a: bindUDP
2017-07-10 21:39:42 +00:00