Re: NEW: lang/pure

2014-06-13 Thread Sébastien Marie
On Thu, Jun 12, 2014 at 09:04:20PM +1000, Anders Jensen-Waud wrote: > > On 12 Jun 2014, at 4:30 pm, Sebastien Marie > wrote: > > > On Thu, Jun 12, 2014 at 03:25:37PM +1000, Anders Jensen-Waud wrote: > > > portcheck(1) complains: > > LIB_DEPENDS devel/llvm not needed for lang/pure ? > > > > Su

Likely change with perl-5.20 - empty .bs files no longer installed

2014-06-13 Thread Andrew Fresh
So perl-5.20 got a new MakeMaker, which cures bug #28992 https://rt.cpan.org/Public/Bug/Display.html?id=28992 This means that it no longer installs empty .bs files. Those are "bootstrap" files, with the .bs extension. When perl-5.20 is ready for import, all of the PLISTs that currently list thes

Re: security/sshguard and mktemp

2014-06-13 Thread Ted Roby
On Sat, Jun 14, 2014 at 01:17:24AM +0100, Stuart Henderson wrote: > On 2014/06/13 22:01, Ted Roby wrote: > > There are several defines in src/fwalls/command_ipfilter.h which > > utilize system mktemp using backticks. They erroneously supply > > 5 Xs instead of the minimum 6 required for the templ

Re: security/sshguard and mktemp

2014-06-13 Thread Stuart Henderson
On 2014/06/13 22:01, Ted Roby wrote: > There are several defines in src/fwalls/command_ipfilter.h which > utilize system mktemp using backticks. They erroneously supply > 5 Xs instead of the minimum 6 required for the template. Thanks for digging, but this one isn't actually relevant to OpenBSD,

Re: py-storm does not need py-sqlite2

2014-06-13 Thread frantisek holop
ping? -f hmm, on Tue, Jun 10, 2014 at 08:42:33PM +0200, frantisek holop said that > here is a simple patch on the road to get rid > of py-sqlite and py-sqlite2. nothing in ports > uses py-sqlite and py-sqlite2 is built-in > in python2.7 > > there is a newer py-storm, 0.20 btw. > if the port is

Re: NEW: lang/pure

2014-06-13 Thread Anders Jensen-Waud
On Thu, Jun 12, 2014 at 09:04:20PM +1000, Anders Jensen-Waud wrote: > > On 12 Jun 2014, at 4:30 pm, Sebastien Marie > wrote: > > > On Thu, Jun 12, 2014 at 03:25:37PM +1000, Anders Jensen-Waud wrote: > > > portcheck(1) complains: > > LIB_DEPENDS devel/llvm not needed for lang/pure ? > > > > Su

security/sshguard and mktemp

2014-06-13 Thread Ted Roby
There are several defines in src/fwalls/command_ipfilter.h which utilize system mktemp using backticks. They erroneously supply 5 Xs instead of the minimum 6 required for the template. affected defines: COMMAND_BLOCK COMMAND_RELEASE COMMAND_FLUSH The following patch addresses these defines, but

tons of output during a bulk build

2014-06-13 Thread STeve Andre'
This is a 5.5-current system updated & compiled about 23:?? EDT June 12th. The build seems to be working so far. Hundreds of these print() on closed filehandle $fh2 at /usr/ports/infrastructure/lib/DPB/Job/Port.pm line 711, <__ANONIO__> line 2. print() on closed filehandle $fh at /usr/ports/

Re: extract and patch without dependencies

2014-06-13 Thread Stuart Henderson
On 2014/06/12 23:27, Anthony J. Bentley wrote: > Ted Roby writes: > > I want to inspect the contents of multiple distfiles. > > > > Is there a way to use the ports system to extract and perhaps > > patch a distfile without first installing its dependencies? > > > > I've attempted to pass BUILD_DE