On Mon, Jan 13, 2014 at 8:22 PM, Glen Barber <g...@freebsd.org> wrote:

> On Mon, Jan 13, 2014 at 08:15:34PM -0800, John-Mark Gurney wrote:
> > So, now when I run pkg I get the following:
> > pkg: Ignoring bad configuration entry in
> /usr/local/etc/pkg/repos/FreeBSD.conf: "URL:
> http://pkg.freebsd.org/${ABI}/latest";
> > pkg: Ignoring bad configuration entry in
> /usr/local/etc/pkg/repos/FreeBSD.conf: true
> > pkg: Ignoring bad configuration entry in
> /usr/local/etc/pkg/repos/FreeBSD.conf: "SRV"
> >
> > pkg does seem to work so I'm not sure what I need to do.  I think I was
> > told to add these lines to the file, though I'm not sure, so I don't want
> > to delete them.
> >
> > Thanks for help in letting me know what the solution is.
> >
> > # pkg -v
> > 1.2.4_1
> > # uname -a
> > FreeBSD carbon.funkthat.com 11.0-CURRENT FreeBSD 11.0-CURRENT #4
> r260082M: Wed Jan  1 12:08:41 PST 2014     
> j...@carbon.funkthat.com:/usr/obj/usr/src/sys/lockprof
>  amd64
> > # cat /usr/local/etc/pkg/repos/FreeBSD.conf
> > FreeBSD:
> >   URL: http://pkg.freebsd.org/${ABI}/latest
> >   ENABLED: YES
> >   MIRROR_TYPE: SRV
> >
>
> The file format is incorrect.
>
> FreeBSD: {
>     url: "http://pkg.freebsd.org/${ABI}/latest";,
>     enabled: yes,
>     mirror_type: "srv"
>     }
>
> Shouldn't the URL start with "pkg+http://"?​​

-- 
Freddie Cash
fjwc...@gmail.com
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to