Announce: Unofficial binary package builds for old releases

Kevin Day toasty at dragondata.com
Wed Jun 5 00:40:42 UTC 2013


On Jun 4, 2013, at 7:33 PM, Outback Dingo <outbackdingo at gmail.com> wrote:

> 
> On Tue, Jun 4, 2013 at 8:21 PM, Kevin Day <toasty at dragondata.com> wrote:

>  If there's anyone out there that would prefer pkgng instead of the old style packages, we might be able to get those going too. This is primarily for our own internal use so I don't want to add support for a ton of things if nobody is going to use this, so speak up if you want something!
> 
> 
> 
> What did i miss ??
> 
> setenv PACKAGESITE http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest/
> root at hostbsd:/ # pkg update
> Updating repository catalogue
> pkg: http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest//repo.txz: Not Found


'pkg' is the next generation packaging (pkgng). These are the older style, usable with something like pkg_add. Example:

# setenv PACKAGESITE http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest/
# pkg_add -r gmake
Fetching http://ftpmirror.your.org/pub/FreeBSD-Unofficial-Packages/91amd64-default/Latest/gmake.tbz... Done.
#

We can build pkgng style packages if there's demand for it, but we're not using it internally right now so they aren't being built.

-- Kevin




More information about the freebsd-hackers mailing list