You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
On FreeBSD I have every bundled package already available. I don't want want to install them again and again with new ports. Bundling is also obviously unscaleable because if all dependencies are bundled in all software, deep dependencies would be installed exponentially many times and would fill up the disk. It would also be impossible to fix security problems when they are found, because these problems would need to be fixed in exponentially many places.
For exach bundled package please add the variable USE_EXTERNAL_xx so that the users would be able to use external packages.
Thank you,
Yuri
The text was updated successfully, but these errors were encountered:
You can submit a PR with the changes that you are requesting. Or, you can point me at another project that defines these USE_EXTERNAL_xx variables using the same coding pattern that you are requesting me to use.
On FreeBSD I have every bundled package already available. I don't want want to install them again and again with new ports. Bundling is also obviously unscaleable because if all dependencies are bundled in all software, deep dependencies would be installed exponentially many times and would fill up the disk. It would also be impossible to fix security problems when they are found, because these problems would need to be fixed in exponentially many places.
For exach bundled package please add the variable
USE_EXTERNAL_xx
so that the users would be able to use external packages.Thank you,
Yuri
The text was updated successfully, but these errors were encountered: