notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
urh Universal Radio Hacker: investigate wireless protocols like a boss
2.9.4_3 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.9.4_3Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-06-18 00:38:06
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
Also Listed In: hamradio python
License: GPLv3
WWW:
https://github.com/jopohl/urh
Description:
The Universal Radio Hacker (URH) is a software for investigating unknown wireless protocols. Features include: * hardware interfaces for common Software Defined Radios * easy demodulation of signals * assigning participants to keep overview of your data * customizable decodings to crack even sophisticated encodings like CC1101 data whitening * assign labels to reveal the logic of the protocol * fuzzing component to find security leaks * modulation support to inject the data back into the system * simulation environment to perform stateful attacks In order to use this software, you need SDR hardware, for example * HackRF One (can send and receive on frequencies 1 MHz to 6 GHz) * SDRplay RSP2pro (can receive on frequencies 1 kHz to 2 GHz) See the user guide: https://github.com/jopohl/urh/raw/master/data/userguide.pdf
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/urh.shadow
  2. /usr/local/share/licenses/urh-2.9.4_3/catalog.mk
  3. /usr/local/share/licenses/urh-2.9.4_3/LICENSE
  4. /usr/local/share/licenses/urh-2.9.4_3/GPLv3
Collapse this list.
Dependency lines:
  • urh>0:misc/urh
To install the port:
cd /usr/ports/misc/urh/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/urh
  • pkg install urh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: urh
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1675064997 SHA256 (urh-2.9.4.tar.gz) = da5ee5acf9af62a8261e35cf2f2e40c37dc0898f0d84a3efd5f4ea21e5fb9ced SIZE (urh-2.9.4.tar.gz) = 2971273

Packages (timestamps in pop-ups are UTC):
urh
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.9.4_32.9.4_3--2.9.4_3---
FreeBSD:13:quarterly2.9.4_32.9.4_3--2.9.4_3-2.9.4_3-
FreeBSD:14:latest2.9.4_32.9.4_3--2.9.4_3---
FreeBSD:14:quarterly2.9.4_32.9.4_3--2.9.4_3-2.9.4_3-
FreeBSD:15:latest2.9.4_32.9.4_3n/a-n/a-2.9.4_3-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
  2. gfortran12 : lang/gcc12
  3. cython-3.9 : lang/cython@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
  6. py39-qt5-pyqt>=5.15.9 : devel/py-qt5-pyqt@py39
  7. as : devel/binutils
Test dependencies:
  1. python3.9 : lang/python39
  2. py39-qt5-pyqt>=5.15.9 : devel/py-qt5-pyqt@py39
Runtime dependencies:
  1. py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
  2. py39-psutil>0 : sysutils/py-psutil@py39
  3. py39-pyzmq>0 : net/py-pyzmq@py39
  4. gfortran12 : lang/gcc12
  5. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  6. python3.9 : lang/python39
  7. py39-qt5-pyqt>=5.15.9 : devel/py-qt5-pyqt@py39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
misc_urh
USES:
compiler:c++11-lang fortran python localbase pyqt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/u/urh/
  2. https://pypi.org/packages/source/u/urh/
Collapse this list.

Number of commits found: 62

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.9.4_3
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2.9.4_3
25 Apr 2023 15:17:15
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
2.9.4_2
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
2.9.4_1
09 Mar 2023 11:15:07
commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2commit hash: 6d3a647cc0ba425475074038caed83f68bd739b2 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
PyQt: Update to latest versions

- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
2.9.4
30 Jan 2023 08:44:54
commit hash: 1fca288b0de3834b6af2dda5b68a5ff150d58b0bcommit hash: 1fca288b0de3834b6af2dda5b68a5ff150d58b0bcommit hash: 1fca288b0de3834b6af2dda5b68a5ff150d58b0bcommit hash: 1fca288b0de3834b6af2dda5b68a5ff150d58b0b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/urh: Update 2.9.3 → 2.9.4

Reported by:	portscout
2.9.3
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.9.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.9.3
24 Jul 2022 10:20:13
commit hash: 9e83c182267cdca874417bf3092ca12b21c000cbcommit hash: 9e83c182267cdca874417bf3092ca12b21c000cbcommit hash: 9e83c182267cdca874417bf3092ca12b21c000cbcommit hash: 9e83c182267cdca874417bf3092ca12b21c000cb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/urh: Broken on systems where OpenMP isn't enabled

Reported by:	fallout
2.9.3
15 Mar 2022 16:15:33
commit hash: 0c4fe38bd1b9e3ede128751db17a8a2d1bdffe6fcommit hash: 0c4fe38bd1b9e3ede128751db17a8a2d1bdffe6fcommit hash: 0c4fe38bd1b9e3ede128751db17a8a2d1bdffe6fcommit hash: 0c4fe38bd1b9e3ede128751db17a8a2d1bdffe6f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/urh: Update 2.9.2 -> 2.9.3

Reported by:	portscout
2.9.2_1
07 Mar 2022 17:39:13
commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8commit hash: 2d8f8573167d49958b7fbf471f42a360a20227d8 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
2.9.2
27 Jan 2022 06:12:26
commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72commit hash: 4f0a5e1540c391610950d6ae9ce64ba0dd218d72 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.

SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.9.2
18 Apr 2021 20:19:54
commit hash: 290aebe319f02e442f4789d11df6d5175db8f16dcommit hash: 290aebe319f02e442f4789d11df6d5175db8f16dcommit hash: 290aebe319f02e442f4789d11df6d5175db8f16dcommit hash: 290aebe319f02e442f4789d11df6d5175db8f16d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/urh: Update 2.9.1 -> 2.9.2

Reported by:	portscout
2.9.1_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.9.1_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.9.1_2
16 Mar 2021 09:29:54
Revision:568547Original commit files touched by this commit
lbartoletti search for other commits by this committer
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1

PR:		254218
Exp-run by:	antoine
2.9.1_1
08 Mar 2021 06:49:18
Revision:567825Original commit files touched by this commit
lbartoletti search for other commits by this committer
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0

* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
2.9.1
01 Jan 2021 03:52:25
Revision:559798Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.9.0 -> 2.9.1
2.9.0_1
15 Dec 2020 17:56:00
Revision:558168Original commit files touched by this commit
lbartoletti search for other commits by this committer
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1

PR:		251764
Exp-run by: antoine
2.9.0
04 Dec 2020 00:39:48
Revision:556941Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.9 -> 2.9.0

Reported by:	portscout
2.8.9_1
05 Oct 2020 15:50:04
Revision:551499Original commit files touched by this commit
lbartoletti search for other commits by this committer
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5

- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some
ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
2.8.9
09 Sep 2020 18:52:05
Revision:548122Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.8 -> 2.8.9

Reported by:	portscout
2.8.8
19 May 2020 00:57:42
Revision:535803Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.7 -> 2.8.8

Reported by:	portscout
2.8.7
29 Apr 2020 03:53:42
Revision:533310Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.6 -> 2.8.7

Reported by:	portscout
2.8.6
17 Apr 2020 05:29:43
Revision:531899Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.5 -> 2.8.6

Reported by:	portscout
2.8.5
26 Mar 2020 00:12:44
Revision:529150Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.4 -> 2.8.5

Reported by:	portscout
2.8.4
09 Mar 2020 01:24:06
Revision:528086Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.3 -> 2.8.4

Reported by:	portscout
2.8.3_1
08 Mar 2020 21:56:37
Revision:528082Original commit files touched by this commit
jbeich search for other commits by this committer
Drop dependency on devel/openmp

- Drop if devel/llvm* was used as a substitute

Approved by:	yuri, rene (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23020
2.8.3
22 Feb 2020 18:52:33
Revision:526849Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.2 -> 2.8.3

Reported by:	portscout
2.8.2
11 Jan 2020 23:37:10
Revision:522730Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.1 -> 2.8.2

Reported by:	portscout
2.8.1
24 Nov 2019 17:52:00
Revision:518342Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.8.0 -> 2.8.1

Reported by:	portscout
2.8.0
30 Oct 2019 04:18:31
Revision:516045Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.7.5 -> 2.8.0

Reported by:	portscout
2.7.5
13 Oct 2019 20:42:02
Revision:514420Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.7.3 -> 2.7.5

Reported by:	portscout
2.7.3_1
21 Sep 2019 18:59:57
Revision:512535Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: update to 9.0.0

- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783

Changes:	http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI:		https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
2.7.3
27 Jul 2019 18:05:06
Revision:507468Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: 2.7.0 -> 2.7.3

Reported by:	repology
2.7.0_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
2.7.0
19 Jul 2019 23:20:56
Revision:506966Original commit files touched by this commit
pkubaj search for other commits by this committer
misc/urh: fix build on GCC architectures

Add USES=compiler:c++11-lang to fix:
cc1plus: error: unrecognized command line option "-Wno-cpp"

This could probably be fixed by removing -Wno-cpp, but this port requires gcc
from ports anyway because of USES=fortran.

Approved by:	mentors (implicit approval)
2.7.0
02 Jun 2019 18:51:48
Revision:503329Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.6.0 -> 2.7.0

Reported by:	portscout
2.6.0
21 May 2019 08:46:41
Revision:502200Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.5.7 -> 2.6.0

Reported by:	portscout
2.5.7_2
08 May 2019 16:05:53
Revision:501030Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: phase out

- 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
2.5.7_1
22 Apr 2019 13:16:34
Revision:499638Original commit files touched by this commit
gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2.5.7
07 Apr 2019 17:19:09
Revision:498301Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.5.5 -> 2.5.7
2.5.5
21 Jan 2019 08:34:33
Revision:490833Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.5.3 -> 2.5.5

Reported by:	portscout
2.5.3_1
16 Jan 2019 11:13:45
Revision:490472Original commit files touched by this commit
tijl search for other commits by this committer
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.3
21 Dec 2018 04:53:12
Revision:487949Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.5.2 -> 2.5.3

Reported by:	portscout
2.5.2_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2.5.2
11 Dec 2018 18:10:40
Revision:487248Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.5.1 -> 2.5.2

Reported by:	portscout
2.5.1
26 Nov 2018 06:12:36
Revision:485919Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.5.0 -> 2.5.1

Reported by:	portscout
2.5.0
23 Nov 2018 05:47:01
Revision:485639Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.4.2 -> 2.5.0

Reported by:	portscout
2.4.2_1
22 Nov 2018 20:18:37
Revision:485614Original commit files touched by this commit
tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2.4.2
19 Nov 2018 21:00:03
Revision:485363Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.4.1 -> 2.4.2

Reported by:	portscout
2.4.1
28 Oct 2018 20:17:59
Revision:483349Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.4.0 -> 2.4.1

Reported by:	portscout
2.4.0
20 Oct 2018 15:43:14
Revision:482568Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.3.0 -> 2.4.0

Reported by:	portscout
2.3.0
02 Oct 2018 14:30:48
Revision:481117Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.2.4 -> 2.3.0

Reported by:	portscout
2.2.4
30 Aug 2018 16:29:10
Revision:478470Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.2.3 -> 2.2.4

Reported by:	portscout
2.2.3
30 Jul 2018 19:49:42
Revision:475907Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.2.2 -> 2.2.3

Port changes:
* Update license
* Add USE_PYTHON=noflavors
* Replace 6 with ${GCC_DEFAULT}

Reported by:	portscout
2.2.2_1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
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
2.2.2
03 Jul 2018 09:28:42
Revision:473810Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.2.1 -> 2.2.2

Reported by:	portscout
2.2.1
02 Jul 2018 02:51:57
Revision:473694Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.2.0 -> 2.2.1

Reported by:	portscout
2.2.0
02 Jul 2018 01:09:28
Revision:473693Original commit files touched by this commit
yuri search for other commits by this committer
misc/py-SimpleSoapy misc/urh misc/soapysdr misc/py-soapy_power: Add the hamradio
category

Reported by:	Diane Bruce <db@db.net>
2.2.0
30 Jun 2018 16:50:11
Revision:473625Original commit files touched by this commit
yuri search for other commits by this committer
misc/urh: Update 2.1.1 -> 2.2.0

USE_PYTHON=cython is added.

Reported by:	portscout
2.1.1
18 Jun 2018 00:37:52
Revision:472661Original commit files touched by this commit
yuri search for other commits by this committer
New port: misc/urh: Universal Radio Hacker: investigate wireless protocols like
a boss

Number of commits found: 62