Christopher Nielsen

Results 351 comments of Christopher Nielsen

Rebased against master. Is this PR ready for merge?

Also, it looks like you're adding a new (unrelated) port, `mathjax2`. While it looks good to me, did you intend to include it in this PR? EDIT: Yes, it was...

FYI, at least one of the `gr-*` ports is failing to build locally for me. Can't remember which one at the moment, but is that expected?

> which architecture and macOS version? because on my macOS 10.14 x86_64 every port should build fine. I'm building on 10.15 x86_64.

> which architecture and macOS version? because on my macOS 10.14 x86_64 every port should build fine. Port `gr-air-modes` fails to build, with the following: ``` :info:build make[2]: *** No...

On an unrelated note, it would be highly preferable to make the primary `gr-*` ports the default, rather than using `replaced_by`. (Or make the parent ports stubs, and have them...

I'm also seeing a checksum failure for `gr-ieee802-11`: ``` :info:checksum ---> Checksumming gr-ieee802-11-a0e81851b0386803d30784bf7f4855e1e29213ee.tar.gz :debug:checksum Calculated (rmd160) is 197258f35f39f0917a86e50e8dbc2c1d9c26cc0f :error:checksum Checksum (rmd160) mismatch for gr-ieee802-11-a0e81851b0386803d30784bf7f4855e1e29213ee.tar.gz :info:checksum Portfile checksum: gr-ieee802-11-a0e81851b0386803d30784bf7f4855e1e29213ee.tar.gz rmd160 317863b6889be58a69734df47962caaf6f6fb779...

Port `gr-ofdm` depends on `py-pyqwt`, which doesn't appear to have any Python 3.x subports: ``` Installing Port: gr-ofdm ---> Computing dependencies for gr-ofdm Error: Dependency 'py310-pyqwt' not found. ```

Port `gt-osmosdr` fails with the following error: ``` :info:build /opt/local/var/macports/build/_opt_macports_sources_ports_enabled_science_gr-osmosdr/gr-osmosdr/work/gr-osmosdr-a100eb024c0210b95e4738b6efd836d48225bd03/lib/hackrf/hackrf_sink_c.cc:302:9: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] :info:build const register __m128 mulme = _mm_set_ps( 127.0f, 127.0f,...