myrepo.conf && url: file:....

Matthias Apitz guru at unixarea.de
Sun May 22 12:45:02 UTC 2016


Hello,

I'm using my own compiled ports from a local directory and used in the
past the config:

   # cat /usr/local/etc/pkg/repos/myrepo.conf

           FreeBSD: {
               url: "file:/usr/PKGDIR.20150726",
               enabled: true,
           }

Now, with pkg-1.7.2 (from ports) this did not worked anymore; I have had
to change the URL line to

	url: "file:///usr/PKGDIR.20150726",

I checked the man page, but it says only 'file://...' which did not
worked either, while file:///usr/PKGDIR.20150726 worked.

Any hints?

	matthias
-- 
Matthias Apitz, ✉ guru at unixarea.de, ⌂ http://www.unixarea.de/  ☎ +49-176-38902045
"Die Verkaufsschlager des Buchmarkts geben Auskunft über den Zustand einer Gesellschaft bzw.
sind, was diese Zeiten angeht, Gradmesser fortschreitenden Schwachsinns. ..." (jW 19.05.2016)


More information about the freebsd-ports mailing list