Re: update abcde

2012-11-20 Thread Stefan Sperling
On Wed, Nov 21, 2012 at 12:17:03AM +, Stuart Henderson wrote: > tab-completion in /bin/ksh will display the characters in a UTF-8 > terminal (e.g. uxterm or rxvt-unicode), but the shell doesn't really > handle this; if you try and delete a multibyte character it will > only remove part of that

Re: update abcde

2012-11-20 Thread Stefan Sperling
On Wed, Nov 21, 2012 at 12:49:05AM +0100, Lars von den Driesch wrote: > The only thing I haven't solved yet are problems with german "umlauts" > like (öäü) in the resulting files. I have set LC_CTYPE to use > en_US.UTF-8 and I see the correct output of CDDB (with all special > characters) in my xte

WIP: fs-uae (amiga emulator)

2012-11-20 Thread Edd Barrett
Hi, I tried to update emulators/uae and it was crashy and years old... Then stumbled across this, fs-uae. Actively maintained and has a nice UI (press F12 to bring up HUD). See the sample config file for tips on how to make it faster if it is slow to start with. Remaining items: * Can't seem t

Re: update abcde

2012-11-20 Thread Stuart Henderson
On 2012/11/21 00:49, Lars von den Driesch wrote: > Hi again, > > On Sat, Nov 17, 2012 at 11:56 PM, Lars von den Driesch > wrote: > > >> Here's a diff, which needs the attached cd-discid port. I've patched > >> it to use id3tag from audio/id3lib for now, eyed3 could be ported > >> separately if w

Re: update abcde

2012-11-20 Thread Lars von den Driesch
Hi again, On Sat, Nov 17, 2012 at 11:56 PM, Lars von den Driesch wrote: >> Here's a diff, which needs the attached cd-discid port. I've patched >> it to use id3tag from audio/id3lib for now, eyed3 could be ported >> separately if wanted (though that requires python, so it might be >> better to j

Re: Building signed packages

2012-11-20 Thread Rodolfo Gouveia
On Tue, Nov 20, 2012 at 05:02:51PM +0100, Antoine Jacoutot wrote: > Try this: > > --- usr.sbin/pkg_add/OpenBSD/PkgAdd.pm(revision 10073) > +++ usr.sbin/pkg_add/OpenBSD/PkgAdd.pm(working copy) Tried in 5.2 and it works! Of course it always forces you to use the signed packages now

Re: graphics/opencv build failure

2012-11-20 Thread David Coppa
On Tue, Nov 20, 2012 at 6:08 PM, Amit Kulkarni wrote: > On Tue, Nov 20, 2012 at 10:07 AM, Marc Espie wrote: >> On Tue, Nov 20, 2012 at 09:19:10AM +, Stuart Henderson wrote: >>> On 2012/11/19 02:30, David Coppa wrote: >>> > On Sat, Nov 17, 2012 at 05:12:58PM +0100, Christian Weisgerber wrote:

update: net/tor 0.2.3.25

2012-11-20 Thread Pascal Stumpf
This diff updates tor to the first release of the 0.2.3 series. Please test, especially if you're running a relay. Upstream now unconditionally enables -fPIE; I've disabled it in the port since we handle this on a per-arch basis, and it would break at least arm. Also, remove now unneeded pthread

Re: graphics/opencv build failure

2012-11-20 Thread Amit Kulkarni
On Tue, Nov 20, 2012 at 10:07 AM, Marc Espie wrote: > On Tue, Nov 20, 2012 at 09:19:10AM +, Stuart Henderson wrote: >> On 2012/11/19 02:30, David Coppa wrote: >> > On Sat, Nov 17, 2012 at 05:12:58PM +0100, Christian Weisgerber wrote: >> > Sadly, CMake is broken in this regard: if it sees this

Re: graphics/opencv build failure

2012-11-20 Thread Amit Kulkarni
On Tue, Nov 20, 2012 at 10:07 AM, Marc Espie wrote: > On Tue, Nov 20, 2012 at 09:19:10AM +, Stuart Henderson wrote: >> On 2012/11/19 02:30, David Coppa wrote: >> > On Sat, Nov 17, 2012 at 05:12:58PM +0100, Christian Weisgerber wrote: >> > Sadly, CMake is broken in this regard: if it sees this

Re: graphics/opencv build failure

2012-11-20 Thread Marc Espie
On Tue, Nov 20, 2012 at 09:19:10AM +, Stuart Henderson wrote: > On 2012/11/19 02:30, David Coppa wrote: > > On Sat, Nov 17, 2012 at 05:12:58PM +0100, Christian Weisgerber wrote: > > Sadly, CMake is broken in this regard: if it sees this reference > > and ansidecl.h is present, it will add a dep

Re: Building signed packages

2012-11-20 Thread Antoine Jacoutot
On Tue, Nov 20, 2012 at 03:46:45PM +, Rodolfo Gouveia wrote: > Hi all, > So following the http://www.openbsd.org/faq//faq15.html#PkgSig > I can see it's not mentioned that if you want to install > signed built packages on another machine besides the one you > built you have to copy /etc/ssl/pkg

Building signed packages

2012-11-20 Thread Rodolfo Gouveia
Hi all, So following the http://www.openbsd.org/faq//faq15.html#PkgSig I can see it's not mentioned that if you want to install signed built packages on another machine besides the one you built you have to copy /etc/ssl/pkgca.pem to it. Although it's mentioned on package(5) I think it would help i

[update] net/tor

2012-11-20 Thread David Hill
0.2.3.25 is now the stable release. https://lists.torproject.org/pipermail/tor-talk/2012-November/026554.html Please review and commit. Index: Makefile === RCS file: /cvs/ports/net/tor/Makefile,v retrieving revision 1.60 diff -N -u

BASE_PKGPATH for print/poppler

2012-11-20 Thread Vadim Zhukov
Shouldn't ${BASE_PKGPATH} be used instead of hardcoding print/poppler for inter-sub-packages dependencies? This patch solves problem with running "make package" (without FLAVOR being set explicitly). Index: Makefile === RCS file: /cv

Re: graphics/opencv build failure

2012-11-20 Thread David Coppa
On Tue, Nov 20, 2012 at 3:18 PM, Amit Kulkarni wrote: >>> Sadly, CMake is broken in this regard: if it sees this reference >>> and ansidecl.h is present, it will add a dependency upon it, even >>> if HAVE_ANSIDECL_H is never set. >> >> Do Kitware know about this? > > http://public.kitware.com/Bug/

Re: graphics/opencv build failure

2012-11-20 Thread Amit Kulkarni
>> Sadly, CMake is broken in this regard: if it sees this reference >> and ansidecl.h is present, it will add a dependency upon it, even >> if HAVE_ANSIDECL_H is never set. > > Do Kitware know about this? http://public.kitware.com/Bug/view.php?id=13718 >> The patch below should fix the problem (a

Re: ffmpegthumbnailer-2.0.8

2012-11-20 Thread David Coppa
On Tue, 20 Nov 2012, David Coppa wrote: > > Hi, > > Maintenance update to ffmpegthumbnailer-2.0.8. > > OK? Ops! Correct autoconf version is now 2.69. Updated diff: Index: Makefile === RCS file: /cvs/ports/graphics/ffmpegthumbnai

ffmpegthumbnailer-2.0.8

2012-11-20 Thread David Coppa
Hi, Maintenance update to ffmpegthumbnailer-2.0.8. OK? Index: Makefile === RCS file: /cvs/ports/graphics/ffmpegthumbnailer/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile4 Sep 2012 06:38:03 -

Re: ffmpeg: do not use '-Wl,--as-needed'

2012-11-20 Thread Brad Smith
On Tue, Nov 20, 2012 at 11:57:14AM +0100, David Coppa wrote: > On Tue, Nov 20, 2012 at 11:54 AM, Brad Smith wrote: > > On Tue, Nov 20, 2012 at 11:49:06AM +0100, David Coppa wrote: > >> > >> "-Wl,--as-needed" was hiding some wanted libs. > >> > >> Comments? OKs? > > > > No, it is intended. > > Ok,

Re: ffmpeg: do not use '-Wl,--as-needed'

2012-11-20 Thread David Coppa
On Tue, Nov 20, 2012 at 11:54 AM, Brad Smith wrote: > On Tue, Nov 20, 2012 at 11:49:06AM +0100, David Coppa wrote: >> >> "-Wl,--as-needed" was hiding some wanted libs. >> >> Comments? OKs? > > No, it is intended. Ok, no problems. But, please, explain: I'd like to understand why it is...

Re: ffmpeg: do not use '-Wl,--as-needed'

2012-11-20 Thread Brad Smith
On Tue, Nov 20, 2012 at 11:49:06AM +0100, David Coppa wrote: > > "-Wl,--as-needed" was hiding some wanted libs. > > Comments? OKs? No, it is intended. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

ffmpeg: do not use '-Wl,--as-needed'

2012-11-20 Thread David Coppa
"-Wl,--as-needed" was hiding some wanted libs. Comments? OKs? Index: Makefile === RCS file: /cvs/ports/graphics/ffmpeg/Makefile,v retrieving revision 1.90 diff -u -p -r1.90 Makefile --- Makefile12 Sep 2012 08:15:57 - 1.

Re: graphics/opencv build failure

2012-11-20 Thread Stuart Henderson
On 2012/11/19 02:30, David Coppa wrote: > On Sat, Nov 17, 2012 at 05:12:58PM +0100, Christian Weisgerber wrote: > Sadly, CMake is broken in this regard: if it sees this reference > and ansidecl.h is present, it will add a dependency upon it, even > if HAVE_ANSIDECL_H is never set. Do Kitware know

Re: graphics/opencv build failure

2012-11-20 Thread Vadim Zhukov
I'd like to fix the issue in CMake itself, but it looks like a long challenge and I'm busy with KDE stuff. Hope to look in at the weekend. 20.11.2012 11:49 пользователь "David Coppa" написал: > no one? > > > On Mon, Nov 19, 2012 at 10:30 AM, David Coppa wrote: > > On Sat, Nov 17, 2012 at 05:12: