Re: Not only buffer cache, or portimport gets its own enlargement

2013-08-14 Thread Andres Perera
On Wed, Aug 14, 2013 at 5:15 AM, Vadim Zhukov persg...@gmail.com wrote: Index: bin/portimport === RCS file: /cvs/ports/infrastructure/bin/portimport,v retrieving revision 1.2 diff -u -p -r1.2 portimport --- bin/portimport

Re: Not only buffer cache, or portimport gets its own enlargement

2013-08-14 Thread Andres Perera
On Wed, Aug 14, 2013 at 6:05 PM, Vadim Zhukov persg...@gmail.com wrote: 2013/8/15 Andres Perera andre...@zoho.com: On Wed, Aug 14, 2013 at 5:15 AM, Vadim Zhukov persg...@gmail.com wrote: + p) + set -f + if [ ${PWD##$OPTARG} == ${PWD

dpb read paths from stdin

2013-07-11 Thread Andres Perera
i tried both of these and realized neither worked Index: infrastructure/bin/dpb === RCS file: /cvs/ports/infrastructure/bin/dpb,v retrieving revision 1.93 diff -p -u -r1.93 dpb --- infrastructure/bin/dpb 4 Jul 2013 17:45:34

Re: progressive? jpegs broken

2013-04-24 Thread Andres Perera
it's random and it happens in all sites (observed at least in facebook and youtube) On Wed, Apr 24, 2013 at 10:27 PM, Ted Unangst t...@tedunangst.com wrote: On Wed, Apr 24, 2013 at 22:25, Ted Unangst wrote: Look at http://cdn.arstechnica.net/wp-content/uploads/2013/04/samsung-flo-640x215.jp g

Re: CVS: cvs.openbsd.org: ports

2013-03-19 Thread Andres Perera
Modified files: graphics/cairo : Makefile Log message: as reported by Andres Perera, cairographics.org is slow for some users; add slackware's mirrorbrain redirector as an alternative MASTER_SITES. ok giovanni@

Re: cairo-1.12.14 MASTER_SITES unfeasibly slow, mirrors here

2013-03-19 Thread Andres Perera
-current/source/l/cairo/ \ + http://cairographics.org/releases/ MODULES= devel/gettext On 2013/03/18 09:46, Andres Perera wrote: http://carroll.cac.psu.edu/pub/linux/distributions/slackware/slackware-current/source/l/cairo/cairo-1.12.14.tar.xz http

cairo-1.12.14 MASTER_SITES unfeasibly slow, mirrors here

2013-03-18 Thread Andres Perera
http://carroll.cac.psu.edu/pub/linux/distributions/slackware/slackware-current/source/l/cairo/cairo-1.12.14.tar.xz http://ftp.belnet.be/ftp.slackware.com/slackware-current/source/l/cairo/cairo-1.12.14.tar.xz http://ftp.bit.nl/mirror/slackware/slackware-current/source/l/cairo/cairo-1.12.14.tar.xz

Re: git-svn-1.8.1.2 fatal unconditional pthread dlopen failure

2013-02-28 Thread Andres Perera
On Thu, Feb 28, 2013 at 3:16 AM, Jasper Lievisse Adriaanse jas...@openbsd.org wrote: On Tue, Feb 26, 2013 at 08:32:15PM -0800, andre...@zoho.com wrote: this is the output of `LD_DEBUG= git svn` failure happens when pthread gets dlopened twice i defer to comments before investigating further

Re: git-svn-1.8.1.2 fatal unconditional pthread dlopen failure

2013-02-28 Thread Andres Perera
On Thu, Feb 28, 2013 at 7:50 AM, Stuart Henderson s...@spacehopper.org wrote: On 2013/02/28 07:41, Andres Perera wrote: - would it be worth it to adjust _dl_printf and its usage to allow preceding logical output lines with pid? i ask because it was difficult to tell for me at first glance

Re: git-svn-1.8.1.2 fatal unconditional pthread dlopen failure

2013-02-28 Thread Andres Perera
On Thu, Feb 28, 2013 at 2:33 PM, Stefan Sperling s...@openbsd.org wrote: On Thu, Feb 28, 2013 at 01:55:19PM -0430, Andres Perera wrote: well, if i understand correctly none of these files contained in subversion-1.7.8 should link to pthreads. the symbols used (pthread_{cancel,mutex_lock

Re: updating to the same version?

2012-07-26 Thread Andres Perera
maybe relinking (package signature differences) just read the man page and pass the -v options sometimes libc or another base library gets updated; can't judge exclusively by packaged library updates On Thu, Jul 26, 2012 at 5:39 AM, Jan Stary h...@stare.cz wrote: Just updated my curremt/amd64

Re: UPDATE: Mktorrent-1.0

2012-07-03 Thread Andres Perera
On Tue, Jul 3, 2012 at 12:09 PM, Christian Weisgerber na...@mips.inka.de wrote: Gonzalo L. R. gonz...@x61.com.ar wrote: * Hashing can be done multi threaded and supports multiple CPUs. Looks useless since hashing is I/O limited in practice. 4x raid0 assign affinity to each one xoxo, andres

Re: error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread Andres Perera
On Fri, Mar 23, 2012 at 8:31 AM, Jan Stary h...@stare.cz wrote: On Mar 23 07:11:45, RD Thrush wrote: My PORTSDIR is on an nfs server.  Mounting the particular nfs directory on /usr/ports (and setting PORTSDIR accordingly) fails the new test in bsd.port.mk. Can you please show how exactly you

Re: Learning to code, Learning to port. CogVM on OpenBSD

2011-11-23 Thread Andres Perera
On Wed, Nov 23, 2011 at 8:01 AM, riverdu...@gmail.com wrote: Hi All I've decided to learn some programming. I've been doing Smalltalk programming for a short while but want to get more into C/Perl/Javascript/etc. I've decided to try and port CogVM (Or indeed, squeakvm-4) to OpenBSD. I have