1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Diane Bruce cf884890a6 ## [3.7.13.4] - 2018-07-15
### Fixed
#### Project Scope
- Fix Boost 1.67 linking issue
#### gnuradio-runtime
- Logging: fixed issues where messages weren't properly written to stdout/stderr due to incorrect strings
#### gr-analog
- `fmdet_cf`'s derivative coefficients were wrong.
#### gr-blocks
- `skiphead` used to incorrectly handle tags, now properly shifts
#### gr-digital
- `qa_packet_format`: Unit test used to potentially lock up due to incorrect conditionals
- `clock_recovery_cc`, `crc32_bb`: Accessing the `[0]` element of an empty vector is UB, even if you don't use the result afterwards.
#### gr-fec
- `polar_encoder`/`_common`: Fixed multiple out-of-bound accesses due to insufficient vector length checks
#### gr-filter
- `fft_filter`, `filter_delay`: Accessing the `[0]` element of an empty vector is UB, even if you don't use the result afterwards.

Fix dependancy problem when UHD is not used.
2018-08-14 23:33:58 +00:00
accessibility
arabic
archivers
astro
audio
base
benchmarks
biology
cad
chinese
comms ## [3.7.13.4] - 2018-07-15 2018-08-14 23:33:58 +00:00
converters
databases
deskutils
devel devel/py-django-rq: update to 1.2.0 2018-08-14 21:55:12 +00:00
dns
editors
emulators emulators/mame: unbreak with libc++ 7 2018-08-14 19:43:19 +00:00
finance
french
ftp
games New port: games/barony 2018-08-14 19:29:27 +00:00
german
graphics Update to 0.9.6 2018-08-14 16:40:46 +00:00
hebrew
hungarian
irc
japanese
java java/intellij: Update to version 2018.2.1 2018-08-14 20:55:46 +00:00
Keywords
korean
lang
mail Update to 1.0.1 2018-08-14 16:41:50 +00:00
math
misc Update to 3.2.1 2018-08-14 16:41:55 +00:00
Mk
multimedia
net Update geoipupdate to 3.0.1 2018-08-14 18:38:02 +00:00
net-im
net-mgmt
net-p2p
news
palm
polish
ports-mgmt
portuguese
print print/harfbuzz: update to 1.8.8 2018-08-14 18:15:17 +00:00
russian
science
security WPA: Ignore unauthenticated encrypted EAPOL-Key data 2018-08-14 20:21:58 +00:00
shells
sysutils
Templates
textproc Update to 0.4.10. 2018-08-14 22:34:12 +00:00
Tools
ukrainian
vietnamese
www www/newsboat: unbreak with libc++ 7 2018-08-14 21:29:42 +00:00
x11 x11/tint: Update to 16.6 2018-08-14 16:48:15 +00:00
x11-clocks
x11-drivers
x11-fm x11-fm/qtfm: unbreak 2018-08-14 16:40:46 +00:00
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	https://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.