Re: Build failure of vbam-1.8.0.1054p0 when ffmpeg not installed

2012-07-08 Thread Anthony J. Bentley
Mikolaj Kucharski writes: > Hi, > > Port emulators/vbam fails to build when ffmpeg is not installed: > > -- checking for modules 'libavcodec;libavformat;libswscale;libavutil' > -- package 'libavcodec' not found > -- package 'libavformat' not found > -- package 'libswscale' not found > --

Re: UPDATE: x11/xvkbd

2012-07-08 Thread Yozo TODA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 > This update package xvkbd to the latest release 3.3. > Tested on amd64. wow, thanks for the update, Alex. I checked this patch on amd64 too, it works. anyone please check-in this update? BTW, I found some cases where xvkbd crashes or does not wo

Re: Help with new port: ranger file manager

2012-07-08 Thread Stuart Henderson
On 2012/07/09 00:34, Nils Reuße wrote: > 2012/7/9 Stuart Henderson : > > openbsd-wip/sysutils/ranger is probably a better base if someone wants > > to pick it up. I vaguely recall some problem with it, but I forget what.. > > > > Thanks, I will look into it. One of your patches changes the path >

Re: Help with new port: ranger file manager

2012-07-08 Thread Nils Reuße
2012/7/9 Stuart Henderson : > openbsd-wip/sysutils/ranger is probably a better base if someone wants > to pick it up. I vaguely recall some problem with it, but I forget what.. > Thanks, I will look into it. One of your patches changes the path where the man page gets installed, so that should no

Re: x11/mplayer: sndio backend update to test

2012-07-08 Thread Tim van der Molen
On Sun, 08 Jul 2012 22:34:36 +0200, Alexandre Ratchov wrote: > + struct af_to_par { > + int format, bits, sig, le; > + } af_to_par[] = { > + {AF_FORMAT_U8, 8, 0, 0}, > + {AF_FORMAT_S8, 8, 0, 0}, ^ I think

UPDATE: texworks-0.4.4

2012-07-08 Thread Edd Barrett
Update to texworks-0.4.4. Bug fix release. Fixes the annoying "disappearing selected text" bug. Also removes the gmake dependency. http://texworks.googlecode.com/svn/tags/release-0.4.4/NEWS OK? Index: Makefile === RCS file: /cvs/por

Re: [update] databases/node-sqlite3 2.1.4 to 2.1.5

2012-07-08 Thread Aaron Bieber
On Sun, Jul 08, 2012 at 04:17:20PM -0600, Aaron Bieber wrote: > Hi, > > This update takes node-sqlite3 from 2.1.4 to 2.1.5, which adds a fix for > semver not liking '0.8.x' ( we had a patch for package.json that > is no longer needed as it added this fix as well ) > > OK? > > Cheers, > Aaron S

[update] databases/node-sqlite3 2.1.4 to 2.1.5

2012-07-08 Thread Aaron Bieber
Hi, This update takes node-sqlite3 from 2.1.4 to 2.1.5, which adds a fix for semver not liking '0.8.x' ( we had a patch for package.json that is no longer needed as it added this fix as well ) OK? Cheers, Aaron

Re: Help with new port: ranger file manager

2012-07-08 Thread Giovanni Bechis
On 07/08/12 21:56, Nils Reuße wrote: > Hi ports@, > > this is a port for the file manager `ranger'. Ranger is written in > python, supports VI keybindings and has a `miller column' view: > http://nongnu.org/ranger/. There are a few problems remaining: > > * `make fake' is working fine, same as `m

Re: Help with new port: ranger file manager

2012-07-08 Thread Stuart Henderson
On 2012/07/09 00:00, Stuart Henderson wrote: > openbsd-wip/sysutils/ranger is probably a better base if someone wants > to pick it up. I vaguely recall some problem with it, but I forget what.. > Oh right I ported this before rthreads was enabled so we had pipe problems. Any OKs to import? ran

update print/ghostscript/gnu

2012-07-08 Thread Matthias Kilian
Update ghostscript to 9.05. THe following devices had been added (+) or deleted (-): +cdnj500 +eplcolor +eplmono +inkcov +pamcmyk4 +plan +planc +plang +plank +planm +tiff48nc +tiff64nc +tiffsca

Re: Help with new port: ranger file manager

2012-07-08 Thread Stuart Henderson
openbsd-wip/sysutils/ranger is probably a better base if someone wants to pick it up. I vaguely recall some problem with it, but I forget what..

Re: x11/mplayer: sndio backend update to test

2012-07-08 Thread Juan Francisco Cantero Hurtado
On Sun, Jul 08, 2012 at 10:34:36PM +0200, Alexandre Ratchov wrote: > This diff simplifies the sndio backend of mplayer, fixes > few constructs that never caused problems but may not > be correct and removes code that's not needed anymore. > > I'm very interested in any unexpected regressions that

Re: Retire MD5 from distinfo

2012-07-08 Thread Christian Weisgerber
Christian Weisgerber wrote: > It's time to drop MD5 from the distinfo checksums. MD5 cannot > guarantee the integrity of a distfile. It is broken, people are > finding collisions and have used this for practical attacks. > > Espie has previously suggested that having several different hash > f

net/ysmv7 and net/vicq

2012-07-08 Thread Joerg Zinke
Hi, does net/ysmv7 or net/vicq work for anyone? I'm not able to connect with them I guess caused due to ICQ protocol changes. Upstream seems to be dead in both cases, so what about marking them broken or remove them? There seem to be working alternatives available with net/climm and net/centerim.

Re: Help with new port: ranger file manager

2012-07-08 Thread Jiri B
On Sun, Jul 08, 2012 at 09:56:23PM +0200, Nils Reu�?e wrote: > Hi ports@, > > this is a port for the file manager `ranger'. Ranger is written in > python, supports VI keybindings and has a `miller column' view: > http://nongnu.org/ranger/. There are a few problems remaining: > > * `make fake' is

x11/mplayer: sndio backend update to test

2012-07-08 Thread Alexandre Ratchov
This diff simplifies the sndio backend of mplayer, fixes few constructs that never caused problems but may not be correct and removes code that's not needed anymore. I'm very interested in any unexpected regressions that this diff may cause. Index: Makefile ===

Re: NEW: x11/tabbed

2012-07-08 Thread Landry Breuil
On Sun, Jul 08, 2012 at 03:35:41PM +0200, Joerg Zinke wrote: > Hi Stuart, > > On Sun, Jul 08, 2012 at 02:51:53PM +0200, Stuart Henderson wrote: > > Add something like this > > > > MAKE_FLAGS= CC="${CC}" > > Done. > > > then it's ok sthen, tested with urxvt. > > Upstream rolled a n

Help with new port: ranger file manager

2012-07-08 Thread Nils Reuße
Hi ports@, this is a port for the file manager `ranger'. Ranger is written in python, supports VI keybindings and has a `miller column' view: http://nongnu.org/ranger/. There are a few problems remaining: * `make fake' is working fine, same as `make plist'. But `make package' fails, because of a

Re: [UPDATE] mail/sylpheed

2012-07-08 Thread Remi Pointel
On Sat, 7 Jul 2012 19:07:42 +1000 Brett wrote: > On Sat, 7 Jul 2012 09:50:56 +0200 > Remi Pointel wrote: > > > Hi, > > > > this is the diff to update Sylpheed to 3.2.0. > > > > Are you ok? > > > > Cheers, > > > > Remi. > > > Hi Remi, > > Should this diff also remove the patches from the

Re: update: net/GeoIP

2012-07-08 Thread Ian Darwin
On 12-07-08 1:26 PM, Giovanni Bechis wrote: Bugfix update to 1.4.8. Comments ? Ok ? Cheers Giovanni How about setting HOMEPAGE to http://www.maxmind.com/app/api instead of just ripping it out?

Re: update: net/GeoIP

2012-07-08 Thread Joerg Zinke
Hi, On Sun, Jul 08, 2012 at 07:26:15PM +0200, Giovanni Bechis wrote: > Bugfix update to 1.4.8. > Comments ? Ok ? > Cheers >Giovanni Maybe use http://www.maxmind.com/app/c as Homepage? Otherwise, okay zinke@ Regards, Joerg > Index: Makefile > ==

update: net/GeoIP

2012-07-08 Thread Giovanni Bechis
Bugfix update to 1.4.8. Comments ? Ok ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/net/GeoIP/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile29 Mar 2012 13:38:40 - 1.24 +++ Ma

Re: NEW: x11/tabbed

2012-07-08 Thread Joerg Zinke
Hi Stuart, On Sun, Jul 08, 2012 at 02:51:53PM +0200, Stuart Henderson wrote: > Add something like this > > MAKE_FLAGS= CC="${CC}" Done. > then it's ok sthen, tested with urxvt. Upstream rolled a new release *last* night. Please find an update for tabbed-0.4 attached. This new rel

Re: Update: audio/mpg321 0.3.2

2012-07-08 Thread Christian Weisgerber
Christian Weisgerber wrote: > As I only recently discovered, mpg321 has gained a new maintainer > and there have been new releases. Here's an update to the latest > one. Now with updated WANTLIB. Index: Makefile === RCS file: /cvs

parrot/nqp/rakudo update

2012-07-08 Thread Pascal Stumpf
Small update to parrot 4.5 and nqp/rakudo 2012.06. In parrot, fix detection of IPv6 support and libffi. Index: Makefile === RCS file: /cvs/ports/lang/parrot/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefil

Re: NEW: x11/tabbed

2012-07-08 Thread Stuart Henderson
Add something like this MAKE_FLAGS= CC="${CC}" then it's ok sthen, tested with urxvt. On 2012/07/07 21:22, Joerg Zinke wrote: > Bumping this up now make me feel like a soliloquizing vulture. > > But this is still in my tree and I use it daily with www/surf. > For example my ~/.xse

Update: audio/mpg321 0.3.2

2012-07-08 Thread Christian Weisgerber
As I only recently discovered, mpg321 has gained a new maintainer and there have been new releases. Here's an update to the latest one. mpg321 users please check this. I think all the fixes that I dropped from the patches have been integrated upstream, but I may have missed something. Index: Ma

Re: update: devel/hs-semigroups-0.8.3.2

2012-07-08 Thread Matthias Kilian
Hi, On Sat, Jul 07, 2012 at 12:57:46AM +0200, Dawe wrote: > here's a simple update of hs-semigroups to 0.8.3.2 > > Running make update-plist changed hs-${DISTNAME} to ${FULLPKGNAME}. > Is this somehow a bad thing and should be left unchanged? No, it should be changed back to hs-$PDISTNAME}. I us

Re: UPDATE: Xombrero-1.1.0

2012-07-08 Thread Matthias Kilian
On Fri, Jul 06, 2012 at 04:17:14PM -0300, Gonzalo L. R. wrote: > New diff with EPOCH for webkit, pointed out by kili@ ok. Ciao, Kili > Index: Makefile > === > RCS file: /cvs/ports/www/xombrero/Makefile,v > retrieving revisio

Re: www/surf depends on net/wget for downloads

2012-07-08 Thread Joerg Zinke
On Sat, Jul 07, 2012 at 06:11:37PM +0200, Joerg Zinke wrote: > > > RUN_DEPENDS can be fixed or it can be patched to use ftp(1) instead. > > > > Yes, good idea. > > Below a diff for the second option. > > OK? Previous was mangled -- update below. Index: Makefile ==

Re: NEW: devel/{ocaml-batteries,ocamlnet,camomile,ounit}

2012-07-08 Thread Edd Barrett
On Wed, May 30, 2012 at 12:36:30PM +0200, Christopher Zimmermann wrote: > Hi, > > here are ports for the comprehensive OCaml foundation libraries > OCamlNet and Batteries Included. Batteries Included depends on Camomile > and regress-depends on OUnit, which are also ported. > > While the ports

NEW: comms/picocom

2012-07-08 Thread Lawrence Teo
Kyle Isom posted this port in October 2011 [1]. I have tested it on i386 and amd64 on recent snapshots (last week's) and it works well for me, so I would like to commit it. abieber@ has also tested this on i386, amd64 and macppc in April [2]. Here's its pkg/DESCR as a reminder of what it does:

Re: UPDATE x11/dwm to 6.0

2012-07-08 Thread Joerg Zinke
On Sat, Jul 07, 2012 at 10:37:47PM +0200, Joerg Zinke wrote: > please find below an update for x11/dwm to version 6.0. > > Any objections, OKs? Previous diff got mangled, new one below. Index: Makefile === RCS file: /cvs/ports/x11

MAINTAINER UPDATE: net/udns

2012-07-08 Thread Sebastian Reitenbach
Hi, this updates net/udns from 0.0.9 to 0.2. The Makefile got a bit cleaned up. Nothing depends on it yet. Compiles fine on i386,macppc,sparc,vax. OK? Sebastian Index: Makefile === RCS file: /cvs/ports/net/udns/Makefile,v retrievi

Re: WIP: simh 3.9.0

2012-07-08 Thread Marc Espie
On Sun, Jul 08, 2012 at 12:50:38AM -0400, Brad Smith wrote: > On Wed, Jun 13, 2012 at 07:42:48AM -0400, Brad Smith wrote: > > Here is a first rev of an attempt at a SimH 3.9.0 update. > > > > I don't use simh so I'm looking for anyone using simh to > > test this out. > > Here is an updated diff.

NEW: Ipe

2012-07-08 Thread Edd Barrett
Hi, A diagram editor (similar to dia) that can typeset mathematical formiulae using TeX. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk ipe.tgz Description: application/tar-gz