1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Loïc Bartoletti
19703fbef1 comms/cubicsdr: use wx 3.2
PR:		265093
2022-10-25 07:44:05 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Diane Bruce
1525c509eb comms/cubicsdr: Unbreak and update
Hamlib update broke port in tree port was badly out of date anyway.
Unfortunately no newer tag to use than 0.2.5
2021-12-18 17:15:37 -05:00
Diane Bruce
6a80102dad comms/cubicsdr: Broken due to Hamlib update
Most recent Hamlib update broke the port.
2021-12-16 10:50:01 -05:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Yuri Victorovich
925e342a40 x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
2021-04-16 00:52:45 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jan Beich
739dfbf99f comms/cubicsdr: unbreak with libglvnd
Installing mesa-libs-20.2.3...
[...]
===>   cubicsdr-0.2.5_5 depends on shared library: libEGL.so - not found
*** Error code 1

Reported by:	antoine (via bug 246767 exp-run)
2021-02-04 17:12:48 +00:00
Tobias Kortkamp
4fe26c4c49 Clean up some things
Reported by:	portscan
2020-09-02 18:29:22 +00:00
Yuri Victorovich
f1a398f68d comms/cubicsdr: Use USE_WX instead of the LIB_DEPENDS with the WX library 2020-09-01 18:33:18 +00:00
Yuri Victorovich
dbb48d51ec x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4
PR:		248244
Submitted by:	VVD <vvd@unislabs.com>
2020-09-01 18:12:20 +00:00
Diane Bruce
570910e4ca Update cubicsdr snapshot version from github
major changes appears to be FreeBSD related diffs were accepted
and newer version of liquid-dsp lib is needed.
2020-01-13 02:37:22 +00:00
Antoine Brodin
95c09b57db Mark BROKEN
/wrkdirs/usr/ports/comms/cubicsdr/work/CubicSDR-0.2.5/src/AppFrame.cpp:3100:13: error: incomplete type 'wxToolTip' named in nested name specifier

Reported by:	pkg-fallout
MFH:		2020Q1
2020-01-01 20:22:11 +00:00
Christoph Moench-Tegeder
5ebc9f99a1 x11-toolkits/wxgtk31: update to 3.1.3
https://github.com/wxWidgets/wxWidgets/releases
Bump consumers ("needed shared library changed")

PR:		242652
Approved by:	yuri@ (maintainer)
2019-12-27 21:18:26 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Piotr Kubaj
30204d0736 comms/cubicsdr: fix build on GCC architectures
Needs C++0x compiler:
cc1plus: error: unrecognized command line option "-std=c++0x"

Approved by:	mentors (implicit approval)
2019-07-19 08:56:42 +00:00
Mathieu Arnold
b139bbf73f Fix the a ports that were broken but did not know it.
Differential Revision:	https://reviews.freebsd.org/D20140
2019-05-03 13:58:33 +00:00
Rene Ladan
7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00
Diane Bruce
f3f0dcea47 What is CubicSDR ?
CubicSDR is the software portion of Software Defined Radio.
By Using hardware that converts RF spectrum into a digital
stream we are able to build complex radios to do many types
of functions in software instead of traditional hardware.

What can I do with CubicSDR ?

Paired with a supported hardware receiver, you can use CubicSDR
to explore the RF world around you. Discover Satellite transmissions,
Amateur Radio, Rail, Areonautical, Shortwave, or any number of
possible signals floating through the air.

WWW: https://cubicsdr.readthedocs.io/en/latest/
2019-02-26 13:28:23 +00:00