FreeBSD ports you maintain which are out of date

2017-10-13 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

Re: upgrading math/octave?

2017-10-13 Thread Boris Samorodov
Hi Steve, All, 13.10.2017 02:56, Steve Kargl пишет: > ~file_stat (void); > ~file_fstat (void) { } Just a note that those functions are different. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: New pkg audit FNs

2017-10-13 Thread Torsten Zuehlsdorff
Aloha, Why not teach pkg-audit(8) to query NVD based on CPE annotations in *binary* packages? Doing so would also provide a workaround for VuXML entries cancelled to reduce bloat. I agree, pkg-audit needs to be taught to do that. Along those lines, we could create a port for cvechecker: h

new port security/cvechecker

2017-10-13 Thread Stefan Esser
Am 13.10.17 um 09:25 schrieb Torsten Zuehlsdorff: > Aloha, > >>> Why not >>> teach pkg-audit(8) to query NVD based on CPE annotations in *binary* >>> packages? >>> Doing so would also provide a workaround for VuXML entries cancelled >>> to reduce bloat. >> >> I agree, pkg-audit needs to be taught

FreeBSD Port: windowmaker-0.95.8

2017-10-13 Thread James Geering
Hello, I hope I have the maintainers correct; I was expecting a single person but find two names! Marco you have certainly helped me on another post and saw that you submitted the port on the fresh ports page - do I have this wrong? I'm on FreeBSD 11.1-Release I have been trying to upgrade to the

Re: ports index after upgrade 10.4 --> 11.1Stable ?

2017-10-13 Thread Kurt Jaeger
Hi! > After an Upgrade from 10.3 Stable --> 11.1 Stable, the > /usr/ports/INDEX-11 doesnt build after a "portsnap fetch upgrade" What's the error message ? -- p...@opsec.eu+49 171 3101372 3 years to go ! ___ freebs

Re: ports index after upgrade 10.4 --> 11.1Stable ?

2017-10-13 Thread Adam Weinberger
> On 11 Oct, 2017, at 7:48, Werner Griessl > wrote: > > After an Upgrade from 10.3 Stable --> 11.1 Stable, the /usr/ports/INDEX-11 > doesnt build after a "portsnap fetch upgrade" > Have always to do "cd /usr/ports; make index" after a portsnap. > > What is wrong with my system ? Look in your

vim language bindings

2017-10-13 Thread Adam Weinberger
Hello, I'm trying to get a feel for how many people utilize utilize vim's language bindings. Note that this does NOT include syntax highlighting, indenting, or anything related to editing language-specific files. This is calling external scripting languages and interactive debugging within vim.

Re: vim language bindings

2017-10-13 Thread Baho Utot
On 10/13/17 12:21, Adam Weinberger wrote: Hello, I'm trying to get a feel for how many people utilize utilize vim's language bindings. Note that this does NOT include syntax highlighting, indenting, or anything related to editing language-specific files. This is calling external scripting l

Re: pkg: sqlite error while executing sqlite open in file pkgdb.c:1126: unable to open database file

2017-10-13 Thread Jos Chrispijn
Op 12-10-2017 om 20:19 schreef Vidar Karlsen: I usually get that exact error when I run pkg from a directory that no longer exists. In my case, this typically happens because I’m sitting in a port dir like /usr/ports/dns/unbound after having run 'portsnap fetch update’ which has deleted that d

Re: pkg: sqlite error while executing sqlite open in file pkgdb.c:1126: unable to open database file

2017-10-13 Thread Vidar Karlsen
> On 13 Oct 2017, at 20:06, Jos Chrispijn wrote: > > > Op 12-10-2017 om 20:19 schreef Vidar Karlsen: >> I usually get that exact error when I run pkg from a directory that no >> longer exists. In my case, this typically happens because I’m sitting in a >> port dir like /usr/ports/dns/unbound

Re: FreeBSD Port: windowmaker-0.95.8

2017-10-13 Thread Marco Beishuizen
On Fri, 13 Oct 2017, the wise James Geering wrote: Hello, I hope I have the maintainers correct; I was expecting a single person but find two names! Marco you have certainly helped me on another post and saw that you submitted the port on the fresh ports page - do I have this wrong? Currentl

Re: upgrading math/octave?

2017-10-13 Thread Steve Kargl
On Thu, Oct 12, 2017 at 04:56:07PM -0700, Steve Kargl wrote: > Has anyone successfully updated math/octave? > > The current math/octave port uses version 4.0.3, > which was released 2016-07-01. The newest version > is 4.2.1 and it was released on 2017-02-22. The > newer version contains new feat

Re: FreeBSD Port: windowmaker-0.95.8

2017-10-13 Thread Marco Beishuizen
On Fri, 13 Oct 2017, the wise James Geering wrote: After a few screens scrolling past the script stops with an error at "checking for Magick support library ... configure: error: found MagickWand library but could not compile its header" ... conftest.c:72:10: fatal error: 'wand/magick_wand.

installing into alternate directory?

2017-10-13 Thread Steve Kargl
I suspect that this is documented someplace. In the old days, one coudl install ports in an directory hierarchy other than /usr/local by setting DESTDIR. This is/was handy in testing a new port, or in particular, an upgrade of an abandoned port. % cd /usr/ports/math/octave42 % make % setenv DEST

Re: installing into alternate directory?

2017-10-13 Thread Adam Weinberger
> On 13 Oct, 2017, at 16:08, Steve Kargl > wrote: > > I suspect that this is documented someplace. > In the old days, one coudl install ports in > an directory hierarchy other than /usr/local > by setting DESTDIR. This is/was handy in > testing a new port, or in particular, an upgrade > of an

Re: installing into alternate directory?

2017-10-13 Thread Steve Kargl
On Fri, Oct 13, 2017 at 04:29:39PM -0600, Adam Weinberger wrote: > > On 13 Oct, 2017, at 16:08, Steve Kargl > > wrote: > > > > I suspect that this is documented someplace. > > In the old days, one coudl install ports in > > an directory hierarchy other than /usr/local > > by setting DESTDIR. Th

Re: installing into alternate directory?

2017-10-13 Thread Adam Weinberger
> On 13 Oct, 2017, at 16:41, Steve Kargl > wrote: > > On Fri, Oct 13, 2017 at 04:29:39PM -0600, Adam Weinberger wrote: >>> On 13 Oct, 2017, at 16:08, Steve Kargl >>> wrote: >>> >>> I suspect that this is documented someplace. >>> In the old days, one coudl install ports in >>> an directory hi

Re: installing into alternate directory?

2017-10-13 Thread Adam Weinberger
> On 13 Oct, 2017, at 16:41, Steve Kargl > wrote: > > On Fri, Oct 13, 2017 at 04:29:39PM -0600, Adam Weinberger wrote: >>> On 13 Oct, 2017, at 16:08, Steve Kargl >>> wrote: >>> >>> I suspect that this is documented someplace. >>> In the old days, one coudl install ports in >>> an directory hi

Re: installing into alternate directory?

2017-10-13 Thread Steve Kargl
On Fri, Oct 13, 2017 at 04:43:40PM -0600, Adam Weinberger wrote: > > On 13 Oct, 2017, at 16:41, Steve Kargl > > wrote: > > On Fri, Oct 13, 2017 at 04:29:39PM -0600, Adam Weinberger wrote: > >>> On 13 Oct, 2017, at 16:08, Steve Kargl > >>> wrote: > >>> I suspect that this is documented someplace

Re: installing into alternate directory?

2017-10-13 Thread Steve Kargl
On Fri, Oct 13, 2017 at 04:50:54PM -0600, Adam Weinberger wrote: > Given that the error comes from the port's build and not > bsd.port.mk, and given that there is no math/octave42 ini > the ports tree, Sigh. cd /usr/ports/math cp -pR octave octave42 cd octave42 Spend 2 days working on updating

Re: installing into alternate directory?

2017-10-13 Thread Steve Kargl
On Fri, Oct 13, 2017 at 04:50:54PM -0600, Adam Weinberger wrote: > > Don't set it in the environment, pass it directly to make as an > argument or in make.conf. If things are being searched for in > PREFIX instead of LOCALBASE, that sounds to me like a bug. > That does work either. Line wrapped

Re: installing into alternate directory?

2017-10-13 Thread Adam Weinberger
Cc: kde > On 13 Oct, 2017, at 17:00, Steve Kargl > wrote: > > On Fri, Oct 13, 2017 at 04:50:54PM -0600, Adam Weinberger wrote: > >> Given that the error comes from the port's build and not >> bsd.port.mk, and given that there is no math/octave42 ini >> the ports tree, > > Sigh. > > cd /usr/p

Re: vim language bindings

2017-10-13 Thread Julian Elischer
On 14/10/17 12:21 am, Adam Weinberger wrote: Hello, I'm trying to get a feel for how many people utilize utilize vim's language bindings. Note that this does NOT include syntax highlighting, indenting, or anything related to editing language-specific files. This is calling external scripting

Re: vim language bindings

2017-10-13 Thread Adam Weinberger
> On 13 Oct, 2017, at 19:59, Julian Elischer wrote: > > On 14/10/17 12:21 am, Adam Weinberger wrote: >> Hello, >> >> I'm trying to get a feel for how many people utilize utilize vim's language >> bindings. Note that this does NOT include syntax highlighting, indenting, or >> anything related t

Re: Can someone please look at PR 221573 ?

2017-10-13 Thread Kevin Oberman
On Thu, Oct 12, 2017 at 4:33 PM, Bob Eager wrote: > It's just coming up to two months, so I thought it might be time to > point it out! > > I know it's a new port, so probably lower priority, but if anyone has > time, it would be appreciated. > > Thanks > This message lacks any reference to what

New Maint/ New Port Requests Pending - bump

2017-10-13 Thread Ryder Dain
Hello, I added a request to bugzilla for a new port here about four weeks ago and it seems to've missed grabbing anyone's attention: net-mgmt/py-pynsca: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222445 These were two ports I was seeking to take maintainer-ship of, and after a bit of a