Re: Ninja build failures on sgi and mips64el

2013-07-01 Thread Jasper Lievisse Adriaanse
Thanks for the patch; it's in now. On Mon, Jul 01, 2013 at 02:48:45PM -0700, Matthew Dempsky wrote: > Jasper (or someone) will have to. My OpenBSD workstation is down > until at least tomorrow. > > Glad to hear that fix worked though. > > On Mon, Jul 1, 2013 at 1:40 PM, David Coppa wrote: > >

Re: Ruby security releases for CVE-2013-4073

2013-07-01 Thread Jeremy Evans
On 06/27 03:31, Jeremy Evans wrote: > Ruby 1.8.7, 1.9.3, and 2.0.0 had security releases today to fix > CVE-2013-4073: Hostname check bypassing vulnerability in SSL client. > http://www.ruby-lang.org/en/news/2013/06/27/hostname-check-bypassing-vulnerability-in-openssl-client-cve-2013-4073/ > > Exp

update: node-typescript-0.9.0.1

2013-07-01 Thread James Turner
The attached diff updates node-typscript to 0.9.0.1. It also fixes a problem where tsc had the wrong permissions and wasn't executable. Is the NPM_VERSION and PKGNAME the correct way to handle this update? pkg_add doesn't seem to support the 0.9.0-1 scheme. Release announcement can be found here [

Re: Ninja build failures on sgi and mips64el

2013-07-01 Thread James Turner
On Mon, Jul 01, 2013 at 10:37:57PM +0200, Jasper Lievisse Adriaanse wrote: > This fixes the build on mips64. > mips64el as well. > On Mon, Jul 01, 2013 at 10:36:09AM -0700, Matthew Dempsky wrote: > > There's an unaligned word access in ninja's murmurhash implementation: > > https://github.com/ma

Re: Ninja build failures on sgi and mips64el

2013-07-01 Thread Matthew Dempsky
Jasper (or someone) will have to. My OpenBSD workstation is down until at least tomorrow. Glad to hear that fix worked though. On Mon, Jul 1, 2013 at 1:40 PM, David Coppa wrote: > On Mon, Jul 1, 2013 at 10:37 PM, Jasper Lievisse Adriaanse > wrote: >> This fixes the build on mips64. > > Thanks

Re: groff to mandoc

2013-07-01 Thread Philip Guenther
On Mon, 1 Jul 2013, Jan Stary wrote: ... > Well, the upstream of procmail is Philip A. Guenther. Not really. procmail has been an orphan for about a decade: the cvs repository was converted to subversion...and then my access stopped working, Stephen wasn't responding, and I found I had better t

Re: Ninja build failures on sgi and mips64el

2013-07-01 Thread David Coppa
On Mon, Jul 1, 2013 at 10:37 PM, Jasper Lievisse Adriaanse wrote: > This fixes the build on mips64. Thanks a lot, Mathew. Please go ahead and commit it, you or Jasper ;) Ciao, David > On Mon, Jul 01, 2013 at 10:36:09AM -0700, Matthew Dempsky wrote: >> There's an unaligned word access in ninja'

Re: Ninja build failures on sgi and mips64el

2013-07-01 Thread Jasper Lievisse Adriaanse
This fixes the build on mips64. On Mon, Jul 01, 2013 at 10:36:09AM -0700, Matthew Dempsky wrote: > There's an unaligned word access in ninja's murmurhash implementation: > https://github.com/martine/ninja/blob/master/src/hash_map.h > > We need to change > > unsigned int k = *(unsigned int *)

Re: groff to mandoc

2013-07-01 Thread Ingo Schwarze
Hi Jan, Jan Stary wrote on Mon, Jul 01, 2013 at 05:47:41PM +0200: > On Jun 29 15:08:12, schwa...@usta.de wrote: >> Jan Stary wrote on Sat, Jun 29, 2013 at 02:28:55PM +0200: >>> Certain ports require groff because that's what >>> their manpages are written for. >> Manuals specifically written for

[update] devel/libestr

2013-07-01 Thread David Hill
update devel/libestr to 0.1.5 please review and commit. thanks Index: Makefile === RCS file: /cvs/ports/devel/libestr/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile21 Mar 2013 08:45:15 - 1.6 ++

[update] sysutils/cyphertite

2013-07-01 Thread David Hill
update sysutils/cyphertite to 1.6.2 please review and commit. thanks Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile13 Jun 2013 10:46:06 -00

[update] security/assl

2013-07-01 Thread David Hill
update security/assl to 1.4.1 please review and commit thanks Index: Makefile === RCS file: /cvs/ports/security/assl/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- Makefile18 Apr 2013 18:47:15 - 1.27

Re: Ninja build failures on sgi and mips64el

2013-07-01 Thread Matthew Dempsky
There's an unaligned word access in ninja's murmurhash implementation: https://github.com/martine/ninja/blob/master/src/hash_map.h We need to change unsigned int k = *(unsigned int *)data; to unsigned int k; memcpy(&k, data, sizeof k); and it should fix the unaligned accesses on st

Re: groff to mandoc

2013-07-01 Thread Jan Stary
On Jun 29 15:08:12, schwa...@usta.de wrote: > Hi Jan, > > Jan Stary wrote on Sat, Jun 29, 2013 at 02:28:55PM +0200: > > > Certain ports require groff because that's what > > their manpages are written for. > > Manuals specifically written for groff (as opposed to for roff in > general) probably

Re: Drop maintainership

2013-07-01 Thread Vadim Zhukov
2013/7/1 Andreas Bihlmaier : > Dear ports@ community, > > after finally accepting that I don't get around to actually maintain the > ports I'm still listed for as MAINTAINER anymore, > I kindly ask to remove me from these variables. > > I hope at least some people profited from my former porting ef

Re: MAINTAINER UPDATE: geo/qlandkartegt

2013-07-01 Thread Tobias Ulmer
On Sun, Jun 30, 2013 at 02:24:43PM +0200, Sebastian Reitenbach wrote: > a long overdue update to geo/qlandkartegt from 1.5.0 to 1.7.0, jumping > over the 1.6 releases. In 1.6.X some basic support for Magellan devices > was added. Since I don't have such device, cannot really test it ;) > > Otherwi

Drop maintainership

2013-07-01 Thread Andreas Bihlmaier
Dear ports@ community, after finally accepting that I don't get around to actually maintain the ports I'm still listed for as MAINTAINER anymore, I kindly ask to remove me from these variables. I hope at least some people profited from my former porting efforts and no one suffered from my recent