Re: QEMU 1.7.0-rc2 for testing

2013-11-28 Thread Jiri B
On Wed, Nov 27, 2013 at 12:10:03AM -0500, Brad Smith wrote: > Here is an update to QEMU 1.7.0-rc2. Looking for any testing. > > > Index: Makefile > === > RCS file: /home/cvs/ports/emulators/qemu/Makefile,v > retrieving revision 1.111

security/logsentry changes

2013-11-28 Thread Kirill Bychkov
Hi! All this story started from the problem with dead MASTER_SITES. After some searching I've found that file is hosted on SF [0], but with another name - logcheck with the same size and checksum. I've decided to change it's name from logsentry to logcheck, but after another search on marc.info I'v

Re: security/logsentry changes

2013-11-28 Thread Kirill Bychkov
On Thu, November 28, 2013 13:27, Kirill Bychkov wrote: > Hi! > All this story started from the problem with dead MASTER_SITES. After some > searching I've found that file is hosted on SF [0], but with another name - > logcheck with the same size and checksum. > I've decided to change it's name from

Re: NEW-ish: sqlite3-tcl

2013-11-28 Thread Marc Espie
On Thu, Nov 28, 2013 at 01:20:13AM -0500, Stuart Cassoff wrote: > >> On 07/09/13 10:44, Stuart Cassoff wrote: > >>> An individual port of the Tcl Sqlite bindings. > > I think I get it now. > > > Stu > > > Index: Makefile > === > R

Re: NEW: devel/phantomjs

2013-11-28 Thread Stuart Henderson
On 2013/11/28 08:50, Francisco de Borja Lopez Rio wrote: > Yeah, completely forgot that the statically built binary will contain some > GPLed stuff. Should it be PERMIT_PACKAGE_CDROM = No then? No, it's ok to package, just the license marker in the comment needs updating. > > > > MAKE_ENV =

Re: NEW: devel/phantomjs

2013-11-28 Thread Vadim Zhukov
27.11.2013 19:38 пользователь "Landry Breuil" написал: > > On Wed, Nov 27, 2013 at 04:19:30PM +0100, Francisco de Borja Lopez Rio wrote: > > Hi everybody (first time writing to this list) > > > > Attached is a port for PhantomJS, a headless WebKit scriptable with a > > JavaScript API. It has fast

Re: QEMU 1.7.0-rc2 for testing

2013-11-28 Thread Stuart Henderson
On 2013/11/28 04:00, Jiri B wrote: > On Wed, Nov 27, 2013 at 12:10:03AM -0500, Brad Smith wrote: > > Here is an update to QEMU 1.7.0-rc2. Looking for any testing. > > > > > > Index: Makefile > > === > > RCS file: /home/cvs/ports/emul

Re: remove devel/ivy?

2013-11-28 Thread Vadim Zhukov
2013/11/28 Vadim Zhukov : > 28.11.2013 0:42 пользователь "Matthias Kilian" > написал: > > >> >> Hi, >> >> IIRC, I once imported devel/ivy, but never updated it since it hit >> version 2.x (because there where issues with ivy-2.x at my former >> employer and because it became a little bit bloated).

misc/ytree: remove -lcompat

2013-11-28 Thread Christian Weisgerber
This switches misc/ytree from the bizarrely obsolete re_comp(3) to POSIX regcomp(3) and thus removes the need for linking with libcompat. ok? Index: Makefile === RCS file: /cvs/ports/misc/ytree/Makefile,v retrieving revision 1.15 dif

Let's get rid of -lcompat

2013-11-28 Thread Christian Weisgerber
Theo wants to remove libcompat.a and I agree. For those who don't know, libcompat is a small static library with compatibility stubs for a handful of long obsolete, forgotten APIs from the 1980s: Modern replacement: * gtty(3), stty(3) -> tcgetattr(3)

Re: security/logsentry changes

2013-11-28 Thread Christian Weisgerber
Kirill Bychkov wrote: > All this story started from the problem with dead MASTER_SITES. After some > searching I've found that file is hosted on SF [0], but with another name - > logcheck with the same size and checksum. > I've decided to change it's name from logsentry to logcheck, but after ano

lang/pypy and -lcompat???

2013-11-28 Thread Christian Weisgerber
Mysteriously, PyPy appears to link with libcompat during the build. >From a brief look, I couldn't even figure out where this is coming from. Anybody know what this is about? It's hard to imagine that PyPy would actually need libcompat. [translation:info] [PyPy 2.1.0] [platform:msg] Set platform

NEW: security/sslsplit

2013-11-28 Thread Stuart Henderson
-- -- -- SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted network connections. Connections are transparently intercepted through a firewall/network address translation engine and redirected to SSLsplit. SSLsplit terminates SSL/TLS and initiates a new SSL/TLS connection to

Re: NEW: security/sslsplit

2013-11-28 Thread Stuart Henderson
On 2013/11/28 15:52, Stuart Henderson wrote: > -- -- -- > SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS > encrypted network connections. Connections are transparently intercepted > through a firewall/network address translation engine and redirected to > SSLsplit. > > SSLsplit t

Re: NEW: security/sslsplit

2013-11-28 Thread Vadim Zhukov
2013/11/28 Stuart Henderson : > On 2013/11/28 15:52, Stuart Henderson wrote: >> -- -- -- >> SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS >> encrypted network connections. Connections are transparently intercepted >> through a firewall/network address translation engine and redir

Re: Let's get rid of -lcompat

2013-11-28 Thread Christian Weisgerber
Christian Weisgerber wrote: >Modern replacement: > * gtty(3), stty(3) -> tcgetattr(3) etc. > * re_comp(3), re_exec(3)-> regcomp(3) etc. > * ftime(3) -> gettimeofday(2) > * cuserid(3)-> getpwuid(3) et

Re: NEW: security/sslsplit

2013-11-28 Thread Stuart Henderson
On 2013/11/28 20:14, Vadim Zhukov wrote: > > What .todo? ;) > > Two nits: > > 1) "network" probably will be more appropriate than "www" in >CATEGORIES, no? net/ is fairly huge, I'd rather not add more things there unless it really makes sense .. though actually www/ is fairly huge too. So m

Re: NEW: security/sslsplit

2013-11-28 Thread Stuart Henderson
On 2013/11/28 16:43, Stuart Henderson wrote: > On 2013/11/28 20:14, Vadim Zhukov wrote: > > > > What .todo? ;) > > > > Two nits: > > > > 1) "network" probably will be more appropriate than "www" in > >CATEGORIES, no? > > net/ is fairly huge, I'd rather not add more things there unless > it

UPDATE: x11/isomaster

2013-11-28 Thread Giovanni Bechis
Hi, update to 1.3.9 + arc4random and -lcompat patches. Comments ? Ok ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/x11/isomaster/Makefile,v retrieving revision 1.22 diff -u -p -u -p -r1.22 Makefile --- Makefile 11 Oc

Re: Force NO_CCACHE for gcc4.port.mk and clang.port.mk

2013-11-28 Thread Vadim Zhukov
2013/11/28 Juan Francisco Cantero Hurtado : > On Wed, Nov 27, 2013 at 11:00:29PM +, Stuart Henderson wrote: >> On 2013/11/27 23:56, Juan Francisco Cantero Hurtado wrote: >> > On Wed, Nov 27, 2013 at 07:38:32PM +, Stuart Henderson wrote: >> > > On 2013/11/27 22:53, Vadim Zhukov wrote: >> > >

NEW: x11/wmconfig

2013-11-28 Thread Tommy Scheunemann
Hello list, a port for Wmconfig, a small menu generation tool for various X11 window managers. Been compiling and using it myself since some time already so maybe someone can find a port useful. That's my first OpenBSD port so comments and hints are more then welcome. Thanks in advance gzQ5vgvN

Re: [WIP] Phabricator

2013-11-28 Thread Gabriel Guzman
On 11/26, Landry Breuil wrote: > On Tue, Nov 26, 2013 at 11:44:01PM +0100, Landry Breuil wrote: > > On Fri, Nov 08, 2013 at 12:06:00AM -0500, Gabriel Guzman wrote: > > > > > > Updated to latest version (today) tested on amd64. No longer requires > > > /dev/urandom in chroot. > > > > I'm interest

Re: security/logsentry changes

2013-11-28 Thread Kirill Bychkov
On Thu, November 28, 2013 19:43, Christian Weisgerber wrote: > Kirill Bychkov wrote: > >> All this story started from the problem with dead MASTER_SITES. After some >> searching I've found that file is hosted on SF [0], but with another name - >> logcheck with the same size and checksum. >> I've d

Re: security/logsentry changes

2013-11-28 Thread Markus Lude
On Thu, Nov 28, 2013 at 11:23:37PM +0400, Kirill Bychkov wrote: > On Thu, November 28, 2013 19:43, Christian Weisgerber wrote: > > Kirill Bychkov wrote: > > > >> All this story started from the problem with dead MASTER_SITES. After some > >> searching I've found that file is hosted on SF [0], but

Re: UPDATE: QEMU 1.7.0

2013-11-28 Thread Robert Peichaer
On Wed, Nov 27, 2013 at 06:16:43PM -0500, Brad Smith wrote: > Here is an update to QEMU 1.7.0. > > OK? > > > Index: Makefile > === > RCS file: /home/cvs/ports/emulators/qemu/Makefile,v > retrieving revision 1.112 > diff -u -p -r1.11

Re: UPDATE: x11/isomaster

2013-11-28 Thread Christian Weisgerber
Giovanni Bechis wrote: > pre-configure: > ${SUBST_CMD} ${WRKSRC}/Makefile > + @perl -pi -e 's/@\$$\(/\$$\(/g' ${WRKSRC}/Makefile \ > + ${WRKSRC}/bk/Makefile ${WRKSRC}/iniparser-2.17/Makefile Hmm. You still have chunks to the same effect in patch-Makefile. > +-str

Re: NEW: x11/wmconfig

2013-11-28 Thread Landry Breuil
On Thu, Nov 28, 2013 at 07:12:45PM +0100, Tommy Scheunemann wrote: > Hello list, > > a port for Wmconfig, a small menu generation tool for various X11 > window managers. > Been compiling and using it myself since some time already so maybe > someone can find a port useful. > > That's my first Ope

Re: lang/pypy and -lcompat???

2013-11-28 Thread Christian Weisgerber
Christian Weisgerber wrote: > Mysteriously, PyPy appears to link with libcompat during the build. > From a brief look, I couldn't even figure out where this is coming > from. Anybody know what this is about? It's hard to imagine that > PyPy would actually need libcompat. ... but it does, becau

UPDATE: sysutils/nut, anyone want to test?

2013-11-28 Thread Stuart Henderson
Would anyone like to test this before it goes in? Index: Makefile === RCS file: /cvs/ports/sysutils/nut/Makefile,v retrieving revision 1.73 diff -u -p -r1.73 Makefile --- Makefile18 Jul 2013 07:58:12 - 1.73 +++ Makefile

Re: Force NO_CCACHE for gcc4.port.mk and clang.port.mk

2013-11-28 Thread Juan Francisco Cantero Hurtado
On Thu, Nov 28, 2013 at 09:48:59PM +0400, Vadim Zhukov wrote: > 2013/11/28 Juan Francisco Cantero Hurtado : > > On Wed, Nov 27, 2013 at 11:00:29PM +, Stuart Henderson wrote: > >> On 2013/11/27 23:56, Juan Francisco Cantero Hurtado wrote: > >> > On Wed, Nov 27, 2013 at 07:38:32PM +, Stuart H

Re: lang/pypy and -lcompat???

2013-11-28 Thread Juan Francisco Cantero Hurtado
On Thu, Nov 28, 2013 at 04:49:01PM +0100, Christian Weisgerber wrote: > Mysteriously, PyPy appears to link with libcompat during the build. > From a brief look, I couldn't even figure out where this is coming > from. Anybody know what this is about? It's hard to imagine that > PyPy would actually

Re: misc/ytree: remove -lcompat

2013-11-28 Thread Jérémie Courrèges-Anglas
Christian Weisgerber writes: > This switches misc/ytree from the bizarrely obsolete re_comp(3) to > POSIX regcomp(3) and thus removes the need for linking with libcompat. > > ok? Looks and seems to work right, ok. (I had to apply the diff by hand, though.) > Index: Makefile > ==

Re: misc/ytree: remove -lcompat

2013-11-28 Thread Ted Unangst
On Thu, Nov 28, 2013 at 13:43, Christian Weisgerber wrote: > This switches misc/ytree from the bizarrely obsolete re_comp(3) to > POSIX regcomp(3) and thus removes the need for linking with libcompat. > COMMENT= DOS-XTREE(tm) look-a-like file manager > +-#if defined( sun ) || defined( linux