o There seem to have been no specific functional changes since ~2002,
aside from a few configuration tweaks by kili@ in 2011
o We haven't bumped the version since 2000
o The URL listed in FETCH_MANUALLY (http://www.cigital.com/its4/) no
longer points to what it should
o Does anyone care abou
Currently, it fails when called, like this:
defined(%hash) is deprecated at /usr/local/bin/weblint line 844.
(Maybe you should just omit the defined()?)
Can't locate newgetopt.pl in @INC (@INC contains:
/home/mike/.opam/system/lib/perl5 /home/mike/.opam/system/lib/perl5
/home/mike/.opam/
Hello -
While playing around with DNSSEC w/ ECDSA, I stumbled across a fix for
ldns-signzone, where it was not properly creating RRSIG's, sometimes.
Discussion:
https://open.nlnetlabs.nl/pipermail/ldns-users/2015-August/000814.html
Commit:
http://git.nlnetlabs.nl/ldns/commit/?h=develop&id=1139fd
> I'd be fine with that if it were "*.pak" to include the point release
> pak files that should be bundled with the steam/gog releases.
Few more updates that include:
- Using ${TRUEPREFIX} in the README as well as *.pak, snip whitespace
- Do not require jpeg
- Use ${INSTALL_SCRIPT} in Makefile
I've disabled mod_http2 from being packaged for now, not sure how
to debug it further at present.
On 2016/01/14 18:58, Pedro de Oliveira wrote:
> Hi there,
>
> Yesterday I was trying to play with the http2 module on Apache from
> ports, as I saw it was added to the ports file list. The problem i
Here's a draft of an rc.d script for sthttpd, written with help from
Stuart. A few things to note:
The binary is named thttpd, so I used that for the script name too. For
those not familiar, sthttpd is an ever-so-lightly patched fork of
thttpd.
Unless supplied a root directory with the -d flag, t
When updating my home gateway, I noticed that aiccu startup was
wrongly reported as "failed". rc_check doesn't correctly match the
running process. The diff below fixes this. Is that the right way
to do it?
Index: Makefile
===
RCS
On Fri, Jan 15, 2016 at 10:40:07AM -0500, Brandon Mercer wrote:
> On Sat, Jan 16, 2016 at 02:03:53AM +1100, Jonathan Gray wrote:
> > On Fri, Jan 15, 2016 at 09:45:29AM -0500, Brandon Mercer wrote:
> > > On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote:
> > > > On Fri, Jan 15, 2016 at 0
On 2016/01/15 14:42, Dmitrij D. Czarkoff wrote:
> Stuart Henderson said:
> > On 2016/01/15 13:36, Theo Buehler wrote:
> > > > + int main(int argc, char** argv)
> > > > + {
> > > > ++ if (pledge("stdio rpath ioctl", NULL) == -1) {
> > > > ++ fprintf ( stderr, "pdfgrep: pledge\n" );
Hello list,
attached you will find a port for lua-lyaml. A new and modern binding
for libyaml for Lua. It works with all Lua versions. As with most
Lua libraries the shipped configure script do a terrible job of properly
installing everything, so that has been made with some manual magic.
The tes
On Sat, Jan 16, 2016 at 02:03:53AM +1100, Jonathan Gray wrote:
> On Fri, Jan 15, 2016 at 09:45:29AM -0500, Brandon Mercer wrote:
> > On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote:
> > > On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote:
> > > > On Thu, Jan 14, 2016 at 1
On Thu, Jan 14, 2016 at 02:54:31PM -0600, Kent R. Spillner wrote:
> Are there any productivity/taskd users around? taskd is the sync server
> for taskwarrior.
>
> Please note I'm not looking for OKs to commit this yet, I'm just looking
> for feedback from users and porters. I think this still ne
On Fri, Jan 15, 2016 at 09:45:29AM -0500, Brandon Mercer wrote:
> On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote:
> > On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote:
> > > On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote:
> > > > Brandon Mercer wrote:
> > >
On Fri, Jan 15, 2016 at 11:31:01PM +1100, Jonathan Gray wrote:
> On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote:
> > On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote:
> > > Brandon Mercer wrote:
> > > > Inspired by the recent dhewm3 work, I decided to try quake2 again onl
Stuart Henderson said:
> On 2016/01/15 13:36, Theo Buehler wrote:
> > > + int main(int argc, char** argv)
> > > + {
> > > ++if (pledge("stdio rpath ioctl", NULL) == -1) {
> > > ++fprintf ( stderr, "pdfgrep: pledge\n" );
> > > ++exit ( 1 );
> > > ++}
>
On 2016/01/15 13:21, Dmitrij D. Czarkoff wrote:
> This happens because our regex(3) doesn't allow empty patterns. As far
> as I can tell, this behavior is undesirable in something called "*grep",
> so I added a quirk for this particular use case.
Agreed.
On 2016/01/15 13:36, Theo Buehler wrote:
> > + int main(int argc, char** argv)
> > + {
> > ++ if (pledge("stdio rpath ioctl", NULL) == -1) {
> > ++ fprintf ( stderr, "pdfgrep: pledge\n" );
> > ++ exit ( 1 );
> > ++ }
>
> This ioctl pledge feels wrong. I only have a lousy inter
Tonight.
Am 15. Januar 2016 11:22:30 MEZ, schrieb Frank Groeneveld
:
>On Thu, Jan 14, 2016 at 11:45:17AM +, Stuart Henderson wrote:
>> Thank you - works for me (and fixes an annoying bug I was bumping
>into
>> with the rsync module where it tries to use sudo when it doesn't need
>to :)
>>
>>
On 01/15, Giovanni Bechis wrote:
> Some tweaks on your port:
> - pid creation is not needed
> - remove bin/kibana patch, node(1) is found later in the script (NODE=`which
> node`)
> - use a better DESCR
>
> Comments ? Ok ?
Giovanni, it's OK, works fine.
Thank you!
--
With best regards,
Pavel
> + int main(int argc, char** argv)
> + {
> ++if (pledge("stdio rpath ioctl", NULL) == -1) {
> ++fprintf ( stderr, "pdfgrep: pledge\n" );
> ++exit ( 1 );
> ++}
This ioctl pledge feels wrong. I only have a lousy internet connection
and no gcc 4.9 installed, so I can
On Fri, Jan 15, 2016 at 07:18:51AM -0500, Brandon Mercer wrote:
> On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote:
> > Brandon Mercer wrote:
> > > Inspired by the recent dhewm3 work, I decided to try quake2 again only
> > > to find that it does not work. There was some dialogue by folks
On Thu, Jan 14, 2016 at 12:25:24PM -0500, Ted Unangst wrote:
> Brandon Mercer wrote:
> > Inspired by the recent dhewm3 work, I decided to try quake2 again only
> > to find that it does not work. There was some dialogue by folks earlier
> > to get the existing port, that has been broken for the bett
One test still fails for me:
Running ./pdfgrep.tests/regex.exp ...
FAIL: Empty pattern -- error from pdfgrep
Indeed, when pdfgrep is called with argument "", instead of matching
every line it exits with error
pdfgrep: empty (sub)expression
This happens because our regex(3) doesn't allow e
On 2016/01/15 10:04, Reinhold Straub wrote:
> Hi,
>
> pdfgrep has a testsuite based on devel/dejagnu now. Unfortunately, some
> patches are necessary to make tests work on OpenBSD.
>
> I put pledge(2) calls into the source code, too.
Nice. I think the combination of PCRE and (often untrusted) P
Hi,
attached you find a port for the typing game 'typespeed' [1]. Someone
tried to get this imported in 2004, but did not succeed:
http://marc.info/?l=openbsd-ports&w=2&r=1&s=typespeed&q=b
The last release is from 2008, but i've filled myself in as the maintainer
nonetheless.
Successfully teste
On Thu, Jan 14, 2016 at 11:45:17AM +, Stuart Henderson wrote:
> Thank you - works for me (and fixes an annoying bug I was bumping into
> with the rsync module where it tries to use sudo when it doesn't need to :)
>
> Update is OK sthen@.
Great! Could somebody commit this for me? Thanks.
Fran
On Fri, Jan 15, 2016 at 10:04:36AM +0100, Reinhold Straub wrote:
> Hi,
>
> pdfgrep has a testsuite based on devel/dejagnu now. Unfortunately, some
> patches are necessary to make tests work on OpenBSD.
>
> I put pledge(2) calls into the source code, too.
So where are patches? Did you forget to
Hi,
pdfgrep has a testsuite based on devel/dejagnu now. Unfortunately, some patches
are necessary to make tests work on OpenBSD.
I put pledge(2) calls into the source code, too.
Regards,
Reinhold Straub
Index: Makefile
===
RCS f
On 01/14/16 21:35, Pavel Korovin wrote:
> Hi Giovanni!
>
> I've sent Kibana port to ports@ earlier last year, but nobody had any interest
> that time, so I keep it building from mystuff.
>
> Please see the attached file for my version of port.
> Differences: 1) runs as dedicated _kibana user, 2)
29 matches
Mail list logo