Re: Ports requires pkg 1.6.0, but 1.5.6 is the latest available

2015-09-28 Thread Kevin Oberman
On Mon, Sep 28, 2015 at 4:41 PM, Mel Pilgrim 
wrote:

> I'm trying to build and install security/openssh-portable, but when I do,
> make errors out with:
>
> ===>  openssh-portable-7.1.p1_2,1 pkg(8) must be version 1.6.0 or greater,
> but you have 1.5.6. You must upgrade the ports-mgmt/pkg port first.
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/security/openssh-portable
>
> I'm using an svn checkout of https://svn.freebsd.org/ports/head.  I also
> cleaned my package cache and forced an update of the local catalogues, but
> pkg tells me the latest version of pkg available, at least for amd64
> 10.2p3, is 1.5.6.
>
> I rolled back my local ports tree to r397904 (r397905 was the
> MINIMAL_PKG_VERSION bump) and it works fine.
>
> I'm guessing from other posts on this list that pkg 1.6.0 out, but it
> doesn't seem to be in the public pkg repo.  I didn't see anything in
> UPDATING about it.
>
> What am I missing?
>

I believe that 10.2p3 only updated to the latest quarterly package build.
If you want something more recent, you will need to edit the config file
(/etc/pkg/FreeBSD.conf) to use "latest" repo. I believe that url: "pkg+
http://pkg.FreeBSD.org/${ABI}/latest; should do the trick.

More of concern is why svn is not working. What does "svn info /usr/ports"
show? "svn status /usr/ports"? I and assure you that pkg-1.6.1 IS in svn. I
have it and built and installed it earlier today. You can confirm what is
in the repo by checking out the web interface:
https://svnweb.freebsd.org/ports/head/ports-mgmt/pkg/.

--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


New port: net/zerotier

2015-09-28 Thread Corey Smith
Please commit:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203161

-Corey Smith
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: pkg 1.6 "Cleaning obsolete shared libraries" very long

2015-09-28 Thread Torfinn Ingolfsen
On Sun, Sep 27, 2015 at 10:02 PM, Manfred Antar  wrote:
> Seems to work much better now now.
> Fast on: Cleaning out obsolete shared libraries
> Like Before
> Thanks

I can confirm that all is better with pkg 1.6.1.
And a quick fix too - much appreciated!

-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Eventually a must-have pkg feature missing...

2015-09-28 Thread Mark Felder


On Wed, Sep 23, 2015, at 09:12, Jeffrey Bouquet via freebsd-ports wrote:
> Compounding the problem:
> The machine here is usually not running during the nightly pkg backup.
>

You've described a key reason* launchd was created in OSX and why people
want it imported into FreeBSD. It offers a plethora of features
including the ability to intelligently decide when to run background
jobs -- especially based on system activity and availability. You can't
reliably do this with cron jobs; they're too simplistic.

I don't know if launchd in base will ever happen, but if it does it
would be great to integrate pkg.

* This is described in greater detail in the following BAFUG talk:
http://www.nextbsd.org/jordan-hubbard-visits-bafug/

-- 
  Mark Felder
  ports-secteam member
  f...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD ports you maintain which are out of date

2015-09-28 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
print/lilypond-devel| 2.19.11 | 2.19.28
+-+
sysutils/xosview| 1.16| 1.17
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Ports requires pkg 1.6.0, but 1.5.6 is the latest available

2015-09-28 Thread Mel Pilgrim
I'm trying to build and install security/openssh-portable, but when I 
do, make errors out with:


===>  openssh-portable-7.1.p1_2,1 pkg(8) must be version 1.6.0 or 
greater, but you have 1.5.6. You must upgrade the ports-mgmt/pkg port first.

*** Error code 1

Stop.
make: stopped in /usr/ports/security/openssh-portable

I'm using an svn checkout of https://svn.freebsd.org/ports/head.  I also 
cleaned my package cache and forced an update of the local catalogues, 
but pkg tells me the latest version of pkg available, at least for amd64 
10.2p3, is 1.5.6.


I rolled back my local ports tree to r397904 (r397905 was the 
MINIMAL_PKG_VERSION bump) and it works fine.


I'm guessing from other posts on this list that pkg 1.6.0 out, but it 
doesn't seem to be in the public pkg repo.  I didn't see anything in 
UPDATING about it.


What am I missing?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"