Re: PATCH: Add lzip support to bsd.port.mk

2013-11-05 Thread Marc Espie
On Tue, Nov 05, 2013 at 03:04:54AM +0100, Juan Francisco Cantero Hurtado wrote: > The patch adds lzip support to the ports framework. I tested > "EXTRACT_SUFX = .tar.lz" with some ports and everything works without > problems. > > I've added also lzip to PATCH_CASES because I think lzip can help t

Re: PATCH: Add lzip to bsd.port.mk(5)

2013-11-05 Thread Marc Espie
On Tue, Nov 05, 2013 at 03:08:18AM +0100, Juan Francisco Cantero Hurtado wrote: > OK? Okay

Re: PATCH: Add lzip support to bsd.port.mk

2013-11-05 Thread Stuart Henderson
On 2013/11/05 03:04, Juan Francisco Cantero Hurtado wrote: > The patch adds lzip support to the ports framework. I tested > "EXTRACT_SUFX = .tar.lz" with some ports and everything works without > problems. In the past we've held off on diffs like this (e.g. for xz) until it was actually used by a

.desktop file for editors/vim

2013-11-05 Thread Fabian Raetz
Hi, i've tried to port the .desktop file for editors/vim from Debian. If this is something you are interested in, i have two question: How do i update the plist correctly? This is my first port with multi packages & flavors and make update-plist did not work for me. Also i'm not sure if the fil

NEW x2: devel/sdl2-gfx and devel/sdl2-net

2013-11-05 Thread Brian Callahan
Hi ports -- Here's the last two sdl2 ports I have: sdl2-gfx and sdl2-net. Like all the others, run tests good on amd64 via SDL2 manaplus and build tests good on macppc and loongson. OK? ~Brian sdl2-gfx.tgz Description: application/compressed-tar sdl2-net.tgz Description: application/com

Re: .desktop file for editors/vim

2013-11-05 Thread Stuart Henderson
On 2013/11/05 18:30, Fabian Raetz wrote: > Hi, > > i've tried to port the .desktop file for editors/vim from Debian. > If this is something you are interested in, i have two question: > > How do i update the plist correctly? This is my first port with multi > packages & flavors > and make update

Re: UPDATE: lang/seed7 20131013 => 20131027

2013-11-05 Thread Brian Callahan
On 11/1/2013 11:07 AM, Brian Callahan wrote: On 10/28/13 20:54, Brian Callahan wrote: Hi ports -- Attached is a diff to update lang/seed7. A rather long changelog can be found in the source tarball, but the major change that I want to bring to everyone's attention is that I gave upstream acce

Update: math/grpn 1.4.0

2013-11-05 Thread Christian Weisgerber
math/grpn looks abandoned by its upstream. Jens Getreu has put it on GitHub and incorporated the various patches that are floating around. Do we want to update to this? (I'm a bit hesitant. How many projects have been forked on GitHub and then promptly been abandoned again?) Anyway, here's a po

Re: Chromium core dumps

2013-11-05 Thread Fred
On 11/04/13 07:13, David Coppa wrote: Seems to be fixed in -current by Robert's recent chromium update. Yes, I confirm it's fixed. ciao, David It's now also working for me on amd64: port:fred ~> chrome --version Chromium 30.0.1599.101 port:fred ~> dmesg|head -8 OpenBSD 5.4-current (GENERIC

Re: .desktop file for editors/vim

2013-11-05 Thread Fabian Raetz
On Tue, Nov 05, 2013 at 05:42:43PM +, Stuart Henderson wrote: > On 2013/11/05 18:30, Fabian Raetz wrote: > > Hi, > > > > i've tried to port the .desktop file for editors/vim from Debian. > > If this is something you are interested in, i have two question: > > > > How do i update the plist cor

Re: .desktop file for editors/vim

2013-11-05 Thread Kirill Bychkov
On Wed, November 6, 2013 01:39, Fabian Raetz wrote: > On Tue, Nov 05, 2013 at 05:42:43PM +, Stuart Henderson wrote: >> On 2013/11/05 18:30, Fabian Raetz wrote: >> > Hi, >> > Hi. There is xpm and png icons in ${WRKSRC}/runtime. May be you can use them instead of adding extra files? >> > i've t

Re: .desktop file for editors/vim

2013-11-05 Thread Fabian Raetz
On Wed, Nov 06, 2013 at 02:22:23AM +0400, Kirill Bychkov wrote: > > Hi. > There is xpm and png icons in ${WRKSRC}/runtime. > May be you can use them instead of adding extra files? > Hi Kirill, your're right! I've also added only the vim48x48.png . Or should I add the other too? Index: Makefile

Re: PATCH: Add lzip support to bsd.port.mk

2013-11-05 Thread Juan Francisco Cantero Hurtado
On Tue, Nov 05, 2013 at 10:41:35AM +, Stuart Henderson wrote: > On 2013/11/05 03:04, Juan Francisco Cantero Hurtado wrote: > > The patch adds lzip support to the ports framework. I tested > > "EXTRACT_SUFX = .tar.lz" with some ports and everything works without > > problems. > > In the past we