notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/gnuradio/files/patch-volk_tmpl_volk__cpu.tmpl.c
SVNWeb

Number of commits found: 3

Mon, 10 Oct 2016
[ 12:43 db search for other commits by this committer ] Original commit   Revision:423657 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Update to 3.7.9.2
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
Sun, 4 Oct 2015
[ 02:26 db search for other commits by this committer ] Original commit   Revision:398562
Update to 3.7.8
USE_GCC=yes causes the build to fail on systems where clang and libc++ are
used by default (see bug 202143, for example). This essentially means
comms/gnuradio currently only builds on 9.x. The problem is caused by the
fact that on 10.x and later boost is likely built using clang and libc++,
but USE_GCC=yes forces gnuradio to be built with GCC and libstdc++. Ports
r392951 mentioned USE_GCC=yes was added because "clang's builtins were
conflicting with gnuradio", which does not seem to happen in my tests at least.

PR:		ports/203500
Submitted by:	takefu@airport.fm
Sun, 26 Jul 2015
[ 23:00 db search for other commits by this committer ] Original commit   Revision:392951 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Update to later version of gnuradio
- fix build with portaudio
- clang builtin's are conflicting with gnuradio so use USE_GCC for now

Number of commits found: 3