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), part II.
The first part covered 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.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
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
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
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.
Instead of doing a manual do-configure / do-build / do-install targets, copy
a small 'jsdr.pro' file to WRKSRC and then rely on USES=qmake to do the rest.
The version-suffix of the two binaries spectrum-viewer and fmreceiver was
dropped in the process (why was it there?) -- and therefore the PORTREVISION
is bumped.
PR: 214642
Approved by: rakuco (mentor)
20161022 QSSTV 9.2.4
- some minor bugfixing
- eliminated online status setting in Config Notication tab (doubled with setting in Operator settings)
- bug fix: incremental counter on filename wih hybrid mode
- added filename to statusbar when sending DRM image
20161021 QSSTV 9.2.3
- bug fix: memory leak in tx DRM when loading/resizing images
- faster compression of tx images
- bug-fix: hybrid mode saved images with wrong file extension. Receivers tried downloading wrong file.
- Added all the patches (more then 20) from Mike, VK6M: rx/tx notifications and a large number of patches for image handling
- Added new features (such a save waterfall image) implmented by Mike, VK6M
- Todo: update the documentation !
20160929 QSSTV 9.2.2
- added CTRL_F keyboard shortcut to switch to and from full screen. This is mainly used on low resolution screens where the top and/
or
bottom taskbars are masking part of the QSSTV window.
20160929 QSSTV 9.2.1
- added low Resolution mode
- changed SSTV sync detection
- some minor bug fixes
20160703 QSSTV 9.1.8
- The program uses jp2 files for sending images in DRM mode. The file extensions were not correct. ->fixed
- changes of the configuration do not need a restart of the program anymore (adding templates, stock images, DRM Profiles)
- images in the gallery are now resized.
- added menu option To Tx in Gallery Images RX and TX.
- image in viewer is zoomed when resized while keeping aspect ratio.
- Screen size reduced to 791x684 for use with smaller screens.
- Added voice/data port selection for PTT (thanks to David VK3DCU)
20160701 QSSTV 9.1.7
- Normally the audio is generated on the left channel. There is now an option in the soundconfig
to swap left and right channel. Some radios like the TS590 are using the right audio channel via USB (test done by PE1DFQ - Gerard).
- On request from Michael DL3YAP: Added CW ID button to manually send the CW ID as specified in the CW config.
- Name of ID button in the lower status bar changed to WF ID (waterfall ID) to avoid confusion with CW ID.
- Fixed bug: Waterfall font size was not correctly saved.
- Added "Bold" option for Waterfall font.
20160628 QSSTV 9.1.6
- ftp transfer crashes when transmitting in hybrid mode-> solved
Reviewed by: takefu@
Move distribution site to sourceforge
Version 3.23.15 * Maintenance release
Translation file
* Updated po/pl.po Polish translation file
- update provided by Roman Bagiñski, SP4JEU
N3FJP command sequencing
* changed command/response sequencing to correct
difference in behavior Windows versus all other platforms.
BARTG vice BART
* Acronymn correction on Contest configuration panel
speed test
* improper use of memset
XP fault on failure
* debug thread timing caused delayed attempt to access
a deleted Fl_Browser widget in debug panel
- not evident on other OS or on later versions of Windows
Default Logbook widget sizing
* Added resizing to all logbook widgets
Mono / Stereo wav file
* Output monophonic wav file (left channel) unless configured
for right channel recording
ARQ thread
* change server thread to make non blocking
N3FJP logged frequency
* User selectable for ssb Suppressed carrier, or
ssb Suppressed carrier +/- wf audio injection
frequency modified if RTTY
update check
* Use www.w1hkj.com file mirror for version check
DX cluster
* Add DX cluster access via telnet connection
CQWW zone/state
* Add parsing and auto log entry for CQzone when passed
from CQWW's CALLTAB event
* Fix error in not passing CQstate entry from both log views
Contest fields
* remove ambiguity for menu items View ... Contest fields
OSX Clang build
* Correct errors in clang build on OS X 10.11
flrig default
* Change flrig control default to FALSE
src/main.cxx:1492:2: error: no matching function for call to 'memset'
memset(src.data_in, 0, src.input_frames * sizeof(float));
^~~~~~
/usr/include/string.h:67:7: note: candidate function not viable: no known conversion from 'const float *' to 'void *' for 1st argument; take the address of the argument with &
void *memset(void *, int, size_t);
^
Reported by: pkg-fallout
Pointy hat to: @bapt (and upstream)
backend/mp2processor-ffmpeg.cpp:49:33: error: use of undeclared identifier 'CODEC_ID_MP1'; did you
mean 'AV_CODEC_ID_MP1'?
codec = avcodec_find_decoder (CODEC_ID_MP1);
^~~~~~~~~~~~
In file included from backend/mp2processor.cpp:7:
backend/mp2processor-ffmpeg.cpp:66:18: error: use of undeclared identifier 'avcodec_alloc_frame'
decoded_frame = avcodec_alloc_frame ();
^
backend/mp2processor-ffmpeg.cpp:107:2: error: use of undeclared identifier
'avcodec_get_frame_defaults'
avcodec_get_frame_defaults (decoded_frame);
^
PR: 207547
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Remove unecessary diffs using @sample keyword in pkg-plist
Use uhd port instead of usrp port
Add missing dependancies
Fix wrongly used PLIST_SUB [1]
Fix build due to missing dependency [2]
Did my best to address libgcc stupidity for now [3]
Please read
http://lists.freebsd.org/pipermail/freebsd-toolchain/2016-August/002249.html
PR 208120
[1] PR ports/210095 fix by @takefu
[2] PR ports/210444 fix by @takefu
[3] PR ports/211889 fix by @db