Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2016 14:44:50 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-ports@freebsd.org
Subject:   myrepo.conf && url: file:....
Message-ID:  <20160522124450.GA4150@c720-r292778-amd64>

next in thread | raw e-mail | index | archive | help

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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160522124450.GA4150>