While building a large collection of ports, what do I do about missing distfiles? I was missing libdvdcss-1.5, dependency of Imlib2. Found it somewhere online. Unsafe but it compiles.
Now the parent port, also no working distfile url:
I can't find it elsewhere. Search engines refer to a github Arch page on this file. But what should I do with it? We're expecting a tar.xz file. Clone the github source and create it?
Now the parent port, also no working distfile url:
Code:
=> Attempting to fetch https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.
fetch: https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.3/libclc-19.1.3.
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/libclc-19.1.3.src.tar.x
fetch: http://distcache.FreeBSD.org/ports-distfiles/libclc-19.1.3.src.tar.xz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles and try again.
*** Error code 1
I can't find it elsewhere. Search engines refer to a github Arch page on this file. But what should I do with it? We're expecting a tar.xz file. Clone the github source and create it?