Re: new: audio/zynaddsubfx

2009-01-16 Thread Jacob Meuser
On Fri, Jan 16, 2009 at 10:36:52PM -0800, patrick keshishian wrote: > I don't really know what to do with it you're supposed to have fun making sounds :) -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org

Re: new: audio/zynaddsubfx

2009-01-16 Thread Jacob Meuser
On Fri, Jan 16, 2009 at 10:20:50PM -0800, patrick keshishian wrote: > On Fri, Jan 16, 2009 at 9:27 PM, Jacob Meuser > wrote: > > On Sat, Jan 17, 2009 at 04:44:35AM +, Jacob Meuser wrote: > >> http://www.cs.cmu.edu/~poladian/arch/project/report_ning_poladian.htm > > > > which led me to this, w

Re: new: audio/zynaddsubfx

2009-01-16 Thread patrick keshishian
I don't really know what to do with it really, but seems to work just fine on this fairly old 800MHz iBook G4.

Re: new: audio/zynaddsubfx

2009-01-16 Thread patrick keshishian
On Fri, Jan 16, 2009 at 9:27 PM, Jacob Meuser wrote: > On Sat, Jan 17, 2009 at 04:44:35AM +, Jacob Meuser wrote: >> http://www.cs.cmu.edu/~poladian/arch/project/report_ning_poladian.htm > > which led me to this, which says to use lrintf: > > http://mega-nerd.com/FPcast/ The was first on my go

g95?

2009-01-16 Thread j
(not the same as gfortran, it is from g95.org) This is based on gcc 4.0.3, and possibly 4.1.x. Building on 4.3 works using the given installation instructions (download, ./configure and build gcc 4.0.3, then download, ./configure and build g95 version 0.91, then build the g95 runtime. It seems t

Re: new: audio/zynaddsubfx

2009-01-16 Thread Jacob Meuser
On Sat, Jan 17, 2009 at 04:44:35AM +, Jacob Meuser wrote: > On Fri, Jan 16, 2009 at 08:29:39PM -0800, patrick keshishian wrote: > > fails on macppc. > > #ifdef ASM_F2I_YES > > #define F2I(f,i) __asm__ __volatile__ ("fistpl %0" : "=m" (i) : "t" > > (f-0.499 > > 9) : "st") ; > > #else > >

Re: new: audio/zynaddsubfx

2009-01-16 Thread Jacob Meuser
On Fri, Jan 16, 2009 at 08:29:39PM -0800, patrick keshishian wrote: > On Fri, Jan 16, 2009 at 6:17 PM, Jacob Meuser > wrote: > > can someone check that this builds on !x86? > > fails on macppc. > > c++ -O2 -pipe -DOS_LINUX -DOSSMIDIIN -DFFTW_VERSION_3 -DASM_F2I_YES > `fltk-config --cflags` -D

Re: new: audio/zynaddsubfx

2009-01-16 Thread patrick keshishian
On Fri, Jan 16, 2009 at 6:17 PM, Jacob Meuser wrote: > can someone check that this builds on !x86? fails on macppc. c++ -O2 -pipe -DOS_LINUX -DOSSMIDIIN -DFFTW_VERSION_3 -DASM_F2I_YES `fltk-config --cflags` -DSNDIOAUDIOOUT -DOS_LINUX -DOSSMIDIIN -DFFTW_VERSION_3 -DASM_F2I_YES `fltk-config --c

Re: new: audio/zynaddsubfx

2009-01-16 Thread Jacob Meuser
On Wed, Jan 14, 2009 at 04:53:51AM +, Jacob Meuser wrote: > On Mon, Jan 12, 2009 at 11:46:56AM +, Jacob Meuser wrote: > > DESCR: > > ZynAddSubFX is a pure software synthesizer that uses no samples. It > > includes many beautiful sounding predefined instruments. These > > instruments can b

new: audio/rubberband

2009-01-16 Thread Jacob Meuser
DESCR: Rubber Band is a library and a utility program, as well as LADSPA and VAMP plugins, that permits changing of the tempo and pitch of an audio recording independently of one another. using song44 as an example $ rubberband --tempo 5:3 -p -8 song44.wav song44-cns.wav http://jakemsr.trancell

Re: NEW PORT: ssl-cert-check

2009-01-16 Thread Stuart Henderson
On 2009/01/15 23:14, Alex Popov wrote: > On Thu, Jan 15, 2009 at 7:04 PM, Stuart Henderson > wrote: > > On 2009/01/15 18:58, Alex Popov wrote: > >> This is my first port, and I am doing something wrong here. > >> I can see the package in /usr/ports/packages/sparc64/all/ > >> but 'make install' fa

Re: Bluetooth OBEX to my phone

2009-01-16 Thread andrew fresh
On Thu, Jan 15, 2009 at 02:27:11PM -0700, andrew fresh wrote: > I borrowed a few, we will see what kind of luck I have. When I say "works" here I mean that I can sdpquery -a XXX Browse. Nothing I have found works with obexftp. > ubt0 at uhub3 port 1 "ALPS UGX" rev 2.00/19.15 addr 2 Built into

Re: OpenBSD 4.4 does not have a /usr/ports directory, is it broken?

2009-01-16 Thread Support Team
Thanks Josh, I was reading that faq and did adhere to warning of not building from ports. I am new to OBSD and I don't want to brake my working install. I'm able to get the packages from the OBSD.org site with no problem except, that they would not install because it wants to put them in the wd0a

Re: OpenBSD 4.4 does not have a /usr/ports directory, is it broken?

2009-01-16 Thread Josh Grosse
On Fri, 16 Jan 2009 14:24:19 -0500, Support Team wrote > I was reading that faq and did adhere to warning of not building > from ports. I am new to OBSD and I don't want to brake my working > install. I'm able to get the packages I'll reply off-list, and help you get things straightened out

Re: Bug in faad 2.2.6.1 ports-Makefile

2009-01-16 Thread Jan Klemkow
Mikolaj Kucharski wrote: On Fri, Jan 16, 2009 at 08:01:47PM +0100, Jan Klemkow wrote: Hi, the Makefile has a bug. It does not compile in current. You have to delete the item LDFLAGS="-L${LOCALBASE}/lib" in the CONFIGURE_ENV variable. If you don't, the linker find an old library. From your d

Re: Bug in faad 2.2.6.1 ports-Makefile

2009-01-16 Thread Younix
Mikolaj Kucharski wrote: On Fri, Jan 16, 2009 at 08:01:47PM +0100, Jan Klemkow wrote: Hi, the Makefile has a bug. It does not compile in current. You have to delete the item LDFLAGS="-L${LOCALBASE}/lib" in the CONFIGURE_ENV variable. If you don't, the linker find an old library. From your d

PATCH: bsd.port.mk (list)

2009-01-16 Thread Mikolaj Kucharski
[resending to the bigger audience for comments] I should also mention that FORCE_UPDATE=Hard Hi, When FETCH_PACKAGES=Yes pkg_add will cache packages in the ${_CACHE_REPO} directory. This task is done below ${ECHO_MSG} -n "===> Looking for ${_PKGFILE${_S}} in \$$PKG_PATH - " line in b

Re: PATCH: lang/gcc/4.2 (list)

2009-01-16 Thread Mikolaj Kucharski
On Tue, Jan 13, 2009 at 12:28:06AM +, Mikolaj Kucharski wrote: > [resending to the list after maintainer timeout] > > Currently gcc-4.2.20070307p8 is required by libstdc++-4.2.20070307p4. Is > it really the case? Please review attached diff. Thanks. Any comments? > Index: Makefile > ===

Re: Bug in faad 2.2.6.1 ports-Makefile

2009-01-16 Thread Mikolaj Kucharski
On Fri, Jan 16, 2009 at 08:01:47PM +0100, Jan Klemkow wrote: > Hi, > > the Makefile has a bug. > It does not compile in current. > You have to delete the item > > LDFLAGS="-L${LOCALBASE}/lib" > > in the CONFIGURE_ENV variable. > If you don't, the linker find an old library. >From your description

Re: OpenBSD 4.4 does not have a /usr/ports directory, is it broken?

2009-01-16 Thread Josh Grosse
On Fri, 16 Jan 2009 12:36:37 -0500, Support Team wrote > Greetings, > > I have installed OBSD4.4 with all packages. The install went > flawless I thought, I never received any errors. I'm trying > > To follow your document to add packages but I don't have a ports directory > under /usr/. Your he

Re: OpenBSD 4.4 does not have a /usr/ports directory, is it broken?

2009-01-16 Thread Austin Hook
That's right. The ports directory is not there by default. But if you make one, or are there when you untar the ...gz file with all the ports in it, one will be created. Austin On Fri, 16 Jan 2009, Support Team wrote: > Greetings, > > > > I have installed OBSD4.4 with all packages. The install

Re: OpenBSD 4.4 does not have a /usr/ports directory, is it broken?

2009-01-16 Thread Support Team
Greetings, I have installed OBSD4.4 with all packages. The install went flawless I thought, I never received any errors. I'm trying To follow your document to add packages but I don't have a ports directory under /usr/. Your help in this matter is greatly appreciated. Thanks, Ramon

Re: UPDATE to net/ntp

2009-01-16 Thread Christian Weisgerber
Wim Lewis wrote: > Thoughts from the list on what the ISC version number's 'p' should be > changed to? p -> pl -- Christian "naddy" Weisgerber na...@mips.inka.de

Bug in faad 2.2.6.1 ports-Makefile

2009-01-16 Thread Jan Klemkow
Hi, the Makefile has a bug. It does not compile in current. You have to delete the item LDFLAGS="-L${LOCALBASE}/lib" in the CONFIGURE_ENV variable. If you don't, the linker find an old library. your, Jan

Re: UPDATE: net/gajim to 0.12 and drop maintainership

2009-01-16 Thread Pierre-Emmanuel André
Jonathan Schleifer writes: > Am 16.01.2009 um 11:40 schrieb Pierre-Emmanuel André: > >> I tested gajim with this patch (http://trac.gajim.org/changeset/10848) >> and it's better but i still have random deconnexions with my jabber >> servers (Ichat server and 2 ejabberd )(less deconnexions but th

Re: PATCH: mail/dovecot (bdb support)

2009-01-16 Thread Stuart Henderson
On 2009/01/16 14:44, Michael Lechtermann wrote: > Hi, > > the following patch adds a new flavor that lets dovecot compile with > BerkeleyDB support. > > BDB is needed for the expire plugin, if no SQL backend is used. > > Comments? What does the maintainer say?

PATCH: mail/dovecot (bdb support)

2009-01-16 Thread Michael Lechtermann
Hi, the following patch adds a new flavor that lets dovecot compile with BerkeleyDB support. BDB is needed for the expire plugin, if no SQL backend is used. Comments? Michael Index: Makefile === RCS file: /cvs/ports/mail/dovecot/M

Re: sndio backend requests

2009-01-16 Thread Stefan Sperling
On Thu, Jan 01, 2009 at 10:03:37PM +0100, Stefan Sperling wrote: > On Sat, Dec 27, 2008 at 09:47:17PM +, Jacob Meuser wrote: > > in the meantime, here's a sndio backend for pwlib. you'll > > have to use aucat, since pwlib uses a separate thread for > > recording and playback, and it is much ea

Re: UPDATE: net/gajim to 0.12 and drop maintainership

2009-01-16 Thread Jonathan Schleifer
Am 16.01.2009 um 11:40 schrieb Pierre-Emmanuel André: I tested gajim with this patch (http://trac.gajim.org/changeset/10848) and it's better but i still have random deconnexions with my jabber servers (Ichat server and 2 ejabberd )(less deconnexions but there are still here). The only thing

Re: UPDATE: net/gajim to 0.12 and drop maintainership

2009-01-16 Thread Pierre-Emmanuel André
Stuart Henderson writes: > On 2009/01/14 12:06, Simon Kuhnle wrote: >> On Sat, Jan 10, 2009 at 11:07:53PM +0100, Jonathan Schleifer wrote: >> > Am 10.01.2009 um 22:33 schrieb Stuart Henderson: >> > >> >> On 2009/01/10 15:35, Jonathan Schleifer wrote: >> >>> I did several patches, one increasing t

NEW: textproc/pear-File_Find (for horde translations)

2009-01-16 Thread LÉVAI Dániel
Hi! This a port for the File_Find package, which is needed for the horde/po/translation.php script. This script is useful for translators. Daniel -- LEVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1 pear-File_Find.tar.gz Description: a

NEW: devel/pear-Console_Table (for horde translations)

2009-01-16 Thread LÉVAI Dániel
Hi! This a port for the Console_Table package, which is needed for the horde/po/translation.php script. This script is useful for translators. Daniel -- LEVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1 pear-Console_Table.tar.gz Descrip