Ryan Carsten Schmidt
Ryan Carsten Schmidt
Check for `-Wimplicit-int` and `-Wincompatible-function-pointer-types` warnings in configure logs because llvm.org clang 16 and the latest Apple clang consider those to be errors. Closes: https://trac.macports.org/ticket/70017 ----- This is an initial...
This message or one of its prior wordings has been present ever since the startup item code was originally added in 3ffdaf3 in 2005. I presume the purpose of this...
These warnings appear when building 3.24.2: ``` fitswrite.c:455:34: warning: address of array 'key->printf' will always evaluate to 'true' [-Wpointer-bool-conversion] fprintf(stream, key->printf?key->printf:"%d", (int)*ptr); ~~~~~^~~~~~~ fitswrite.c:541:34: warning: address of array 'key->printf' will...
This warning appears when building 3.24.2: ``` catout.c:215:33: warning: 'memset' call operates on objects of type 'outsamplestruct' (aka 'struct outsample') while the size is based on a different type 'outsamplestruct...
http://www.astromatic.net/software/psfex says 3.17.1 is the latest version, but newer versions are in this github repository. Maybe update the latest version on the web site?
**Describe the bug** ETL 1.4.5 fails to configure on macOS 12 when coreutils is not installed: ``` config.status: creating ETL-config config.status: creating Makefile config.status: creating ETL/Makefile config.status: creating test/Makefile config.status:...
This reverts commit d71dc813f6fcae80333314201fe7e98c0333e99b. Closes: https://trac.macports.org/ticket/70051
The installed file $PREFIX/lib/cmake/expat-2.6.2/expat-config-version.cmake contains bitness-specific information. On my 64-bit build of expat it contains: ```cmake # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:...
I am running macOS 12 on an x86_64 Mac. How can I compile chez scheme for arm64 macOS? I have read the BUILDING document and have not gained an understanding...
I mentioned this in #847 already but the build fails if I set `CC_FOR_BUILD`. Can this be fixed? My interest at present is improving [chez scheme in MacPorts](https://ports.macports.org/port/chez-scheme). In MacPorts,...