On Sun, Mar 22, 2020 at 01:59:36PM +0100, Marc Espie wrote: > On Sun, Mar 22, 2020 at 08:20:59AM +0000, Martin wrote: > > It looks strange, but > > > > make show=PKGNAME > > uhd-3.15.0.0 > > make show=FULLPKGNAME- > > uhd-3.15.0.0p0 > > make show=FULLPKGNAME > > uhd-3.15.0.0p0 > > > > I attached the new port I do which builds successfully, but make package is > > broken. > > No it doesn't. > > > -DCMAKE_C_COMPILER=/usr/local/bin/clang \ > -DCMAKE_CXX_COMPILER=/usr/local/bin/clang++ \ > -DPYTHON_EXECUTABLE=/usr/local/bin/python3.7 \ > -DCMAKE_INSTALL_PREFIX=/usr/local ../ >
I was talking too fast, your problem is waaay more stupid, the spaces you left at the end of the line with REVISION *ARE* significant, and you end up with a fullpkgname with spaces, which isn't so great ;) You still need to clean up all the rest though... starting with a clean system would help. Also your comment is waaaay too long