Age | Commit message (Collapse) | Author |
|
Base GCC doesn't support gnu90, but does support gnu89, which is the same.
PR: 239296
Approved by: gnn (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D20996
|
|
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
|
=Version 4.1.06=
2019-07-10 David Freese <w1hkj@bellsouth.net>
e7a984ae3: nanoIO
2e98f532e: FD server disconnect
f37b133c5: Calendar
1d3a06f83: Warnings etal
|
|
2019-07-22 David Freese <w1hkj@bellsouth.net>
d594e377: KX3
91baa81d: ic7200 test
083cd44a: FTdx101D
99a0fbe3: TS870S
69f8955d: FT-450 / FT-450D
62789e7a: Split Tune button
af99f654: auto_on_off
ada28215: IC F8101
1ed922e4: support
0b99c651: Read VFO A
2019-06-07 Davide Gerhard <w1hkj@bellsouth.net>
4a3fa638: MacOS high-DPI
cbf0eca9: timeops
2019-06-07 Tony Corbett <tonyc.uk@gmail.com>
a55ef90b: Fix FT-450 split
|
|
chgrp uucp /wrkdirs/usr/ports/comms/dsd/work/stage/usr/local/bin/dsd
chgrp: you are not a member of group uucp
*** Error code 1
Also actually package README.
|
|
PR: 236631
Submitted by: takefu
Approved by: kevans (maintainer)
|
|
While here, improve formatting
PR: 239217
Submitted by: carl@stagecraft.cx (maintainer)
|
|
Needs C++0x compiler:
cc1plus: error: unrecognized command line option "-std=c++0x"
Approved by: mentors (implicit approval)
|
|
PR: 239217
Submitted by: carl@stagecraft.cx (maintainer)
|
|
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patch
- Update WWW
- Don't install license with docs
Approved by: portmgr blanket
|
|
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
2019-06-23 David Freese <w1hkj@bellsouth.net>
a593ddbb8: LoTW fllog
1a42952e4: Modem macro
5a36610d1: Close Logbook
33177695b: eQSL
Reported by: w1hkj@
|
|
PR: 238703
Submitted by: Hiroki Tagato <tagattie@yandex.com> (maintainer)
|
|
Reported by: portscout
|
|
Reported by: portscout
|
|
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/NEWS
https://lists.osgeo.org/pipermail/geotiff/2019-March/000861.html
https://lists.osgeo.org/pipermail/geotiff/2019-March/000862.html
|
|
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725
|
|
Reported by: pkg-fallout
|
|
Reported by: linimon
|
|
Reported by: Mike English <mike.english@gmail.com>
|
|
|
|
Simplify local patch
2019-06-07 Davide Gerhard IV3CVE <w1hkj@bellsouth.net>
51590b10b: MacOS high-DPI
33505fec3: timeops
2019-06-07 David Freese <w1hkj@bellsouth.net>
c2dbea65b: log server
337aa4d2a: xmlrpc <vector>
2086bd1fe: LoTW delivery
2e0ba6d11: Apple kill button
6d9c80e3a: main dialog title
2ec197373: Warnings
f63f8bc36: Contestia/Olivia
ea39851b6: Log reports
f7c376723: Documentation update
8d25f53d9: 7qp multi
867ded47b: n3fjp
ebab17a2b: wfonly controls
ef2d55e22: Read log debugging
2928a9b97: New Modem Macro
90b021222: DE QSO Party
|
|
slider size introduced by r504514.
|
|
the text, the slider isn't displayed.
|
|
|
|
Previously, only if the device name started with the literal string
"/dev/ttyUSB" was the device treated as a tty. The new patch uses isatty()
to decide if the device is a tty.
|
|
- cleanup Makefile to keep portlint happy
- regenerate patches to keep portlint happy
PR: 238610
Submitted by: Thomas Merkel <tm@NetBSD.org>
|
|
|
|
- Update WWW
Approved by: portmgr blanket
|
|
- Update WWW
- Whitespace fixes
Approved by: portmgr blanket
|
|
It's not a python library, hence add USE_PYTHON=noflavors.
Reported by: portscout
|
|
The previous commit kept GH_TAGNAME, as jbeich@ noted.
* Rebuilt pkg-plist
* Use GH_TUPLE for volk
Reported by: jbeich
|
|
Their PR#2500 officially fixed boost compatibility.
|
|
- Add USES=gnome
- Update WWW
Approved by: portmgr blanket
|
|
DSD is able to decode several digital voice formats from discriminator
tap audio and synthesize the decoded speech.
WWW: https://github.com/szechyjs/dsd
PR: 236633
Submitted by: takefu@airport.fm
|
|
Reported by: fallout
|
|
|
|
|
|
Submitted by: jason@corrupted.io
Differential Revision: https://reviews.freebsd.org/D20267
|
|
|
|
Add USES=compiler:c++11-lang to fix build:
cc1: error: unrecognized command line option "-std=gnu11"
Approved by: mentors (implicit approval)
|
|
Add -mminimal-toc to CFLAGS on powerpc64 to fix linking:
/usr/bin/ld: rigs/flrig-TS950.o(.text+0x1c40): sibling call optimization to `_ZN7rigbaseD2Ev' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `_ZN7rigbaseD2Ev' extern
PR: 237816
Approved by: tcberner (mentor), db (maintainer, via email)
Differential Revision: https://reviews.freebsd.org/D20217
|
|
Sponsored by: Netzkommune GmbH
|
|
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767
|
|
signals into text
|
|
- Remove upstreamed [1] patch-libhylafax_FaxRecvInfo.c++
- Pet portlint: section order, deprecated @exec
[1] http://git.hylafax.org/HylaFAX?a=commit;h=dfc8a6ffe5a6031c6df716186681f92dac0d07cb
Security: 3df5a920-6edc-11e9-a44b-0050562a4d7b
MFH: 2019Q2
|
|
PR: 237744
Submitted by: pkubaj
|
|
Differential Revision: https://reviews.freebsd.org/D20140
|
|
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|