CVS: cvs.openbsd.org: ports

2012-12-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/12/14 02:52:16 Modified files: telephony/asterisk-sounds: asterisk-sounds.port.mk Log message: mark the Asterisk sound files as SHARED_ONLY; they are only useful with Asterisk which is itself

CVS: cvs.openbsd.org: ports

2012-12-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/12/14 03:26:00 Modified files: games/naev/data: Makefile Log message: mark naev-data as shared only, it's only useful with naev which itself requires lua which is shared only. saves building a

CVS: cvs.openbsd.org: ports

2012-12-14 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2012/12/14 03:36:35 Modified files: games/ufoai/data: Makefile Log message: useless without ufoai, which can only be built on shared lib arches. saves a useless 530MB package on !shared arch. idea and ok

CVS: cvs.openbsd.org: ports

2012-12-14 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2012/12/14 06:24:55 Modified files: devel/p5-IO-Tty: Makefile Removed files: devel/p5-IO-Tty/patches: patch-Tty_xs Log message: zap unneeded patch since that now we support unix98 ptys family

CVS: cvs.openbsd.org: ports

2012-12-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2012/12/14 11:33:03 Modified files: x11/mlterm/patches: patch-kiklib_src_Makefile_in patch-mkf_lib_Makefile_in patch-xwindow_x_imagelib_gdk_c Log

CVS: cvs.openbsd.org: ports

2012-12-14 Thread Brad Smith
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2012/12/14 15:21:00 Modified files: mail/postfix/stable: Makefile distinfo Log message: Update to Postfix 2.9.5. ok sthen@

CVS: cvs.openbsd.org: ports

2012-12-14 Thread Brad Smith
CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2012/12/14 15:21:36 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Update to Postfix 2.10-20121210. sthen@

CVS: cvs.openbsd.org: ports

2012-12-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/12/14 16:50:09 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: chroot-cgi_Makefile_in net/nagios/nagios/pkg: PLIST-web Removed files:

Re: py-pip dilemma

2012-12-14 Thread Predrag Punosevac
Daniel Dickman didick...@gmail.com wrote: What ports are you looking at specifically? I'm working to port pandas so we might have some overlap. See here: http://dickman.org/openbsd/patches/pandas/ numpy scipy matplotlib ipython For starters. I know people have been working on ipython but

Re: py-pip dilemma

2012-12-14 Thread Juan Francisco Cantero Hurtado
On Thu, Dec 13, 2012 at 10:00:28PM -0500, Predrag Punosevac wrote: I am soliciting opinions about the safety of py-pip package management system. I am using Python primarily for scientific computing/prototyping. Many of standard scientific python modules in our ports tree are a bit outdated

Re: py-pip dilemma

2012-12-14 Thread Stuart Henderson
On 2012/12/14 19:37, Juan Francisco Cantero Hurtado wrote: Export the next variables in your shell before of to run the compilation: LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include But I think is easier just to update the port. That should probably get fixed in the py-pip port..

Re: productivity/davical caldav_functions.sql

2012-12-14 Thread MERIGHI Marcus
Hello landry, lan...@openbsd.org (Landry Breuil), 2012.12.13 (Thu) 15:10 (CET): On Thu, Dec 13, 2012 at 02:52:52PM +0100, MERIGHI Marcus wrote: while installing/configuring davical on a recent snapshot: OpenBSD 5.2-current (GENERIC) #93: Sun Dec 2 20:25:47 MST 2012

Re: productivity/davical caldav_functions.sql

2012-12-14 Thread MERIGHI Marcus
lan...@openbsd.org (Landry Breuil), 2012.12.13 (Thu) 22:21 (CET): On Thu, Dec 13, 2012 at 02:52:52PM +0100, MERIGHI Marcus wrote: Hello Landry, while installing/configuring davical on a recent snapshot: OpenBSD 5.2-current (GENERIC) #93: Sun Dec 2 20:25:47 MST 2012

Re: productivity/davical caldav_functions.sql

2012-12-14 Thread Stuart Henderson
On 2012/12/14 20:50, MERIGHI Marcus wrote: looking at patches/patch-dba_davical_sql it was more an issue of quoting or not the arg to LANGUAGE keyword. What was the actual error message when loading the file ? Sorry, forgot that one; it was something along the lines of: language

Re: UPDATE: QEMU 1.3.0

2012-12-14 Thread Brad Smith
On Tue, Dec 04, 2012 at 08:34:18PM -0500, Brad Smith wrote: Here is an update to QEMU 1.3.0. I am looking for some testing of this update with some of the more unusual configurations I'm sure people have cooked up out there. I personally do not use the tap mode setup and Stuart mentioned

Re: Parallel cmake (diff to review)

2012-12-14 Thread Kent R. Spillner
Hey, dude- Our make passes -j through MAKEFLAGS. The way it handles recursive invocation is documented. Read the end of make(1): Thanks for the cluestick! I apologize for not seeing that paragraph earlier. I'm corresponding with Amit privately to try and track down the root cause. Best,

Re: py-pip dilemma

2012-12-14 Thread Juan Francisco Cantero Hurtado
On Fri, Dec 14, 2012 at 07:07:46PM +, Stuart Henderson wrote: On 2012/12/14 19:37, Juan Francisco Cantero Hurtado wrote: Export the next variables in your shell before of to run the compilation: LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include But I think is easier just to