Re: UPDATE: qcad-3.28.2.2

2023-12-12 Thread Jonathan Armani
Build and run fine here. I'm not a QCAD user, but I can draw random shapes without any problems ;) On Fri, Dec 08, 2023 at 11:07:59AM +010

Re : Re: Re : Re: qt5/qtscript crash fix

2023-12-03 Thread Jonathan Armani
Your diff works well for me too, thanks ! Le dimanche 3 décembre 2023 à 5:19 PM, Rafael Sadowski a écrit : > > > On Sun Dec 03, 2023 at 12:33:30PM +, Stuart Henderson wrote: > > > Could it be this? > > > > https://bugreports.qt.io/plugins/servlet/mobile#issue/QBS-1684/comment/64013

Re : Re: qt5/qtscript crash fix

2023-12-03 Thread Jonathan Armani
n you're overriding the default. > > -- > Sent from a phone, apologies for poor formatting. > > On 1 December 2023 14:26:01 Jonathan Armani jonat...@armani.tech wrote: > > > Hi, > > > > I hit an identical crash than QCAD in QT Script while playing with Mixxx. &

qt5/qtscript crash fix

2023-12-01 Thread Jonathan Armani
Hi, I hit an identical crash than QCAD in QT Script while playing with Mixxx. After trying some upstream fixes I found this solution in FreeBSD port. Hope it will fix QCAD too, I'm not using it. I'm not sure this is the best way to overide with CXXFLAGS as both -O2 & -O0 are present in the gene

Re: update net/scapy

2016-01-22 Thread Jonathan Armani
2,9 +2,12 @@ > > > > COMMENT= powerful interactive packet manipulation in python > > > > -MODPY_EGG_VERSION= 2.1.0 > > +MODPY_EGG_VERSION= 2.3.2 > > DISTNAME=scapy-${MODPY_EGG_VERSION} > > -REVISION=2 > > + >

Re: x11/xawtv: decision need

2015-01-30 Thread Jonathan Armani
You fighted very hard. Now it is time to admit your defeat, remove it. 2015-01-28 14:18 GMT+01:00 Alexandre Ratchov : > Hi all, > > xawtv is the last user of libossaudio pcm ioctls (aka non-mixer ones) > which we're trying to remove. But because of its internals, it can't > be converted to sndi

Re: Remove ancient/broken mixers (Was: Remove audio/aumix?)

2014-11-05 Thread Jonathan Armani
You beat me to it. ok armani@ 2014-11-05 9:30 GMT+01:00 Alexandre Ratchov : > On Wed, Oct 29, 2014 at 09:00:25PM +, Christian Weisgerber wrote: > > On 2014-10-29, Jonathan Armani wrote: > > > > > audio/mixer.app > > > audio/wmix > > > audio/wmmixer

Re: Build gtetrinet without esound

2014-11-04 Thread Jonathan Armani
On Tue, Nov 04, 2014 at 12:04:11PM +, Stuart Henderson wrote: > On 2014/11/04 00:42, Jonathan Armani wrote: > > -WANTLIB-main += gnome-2 gnomeui-2 esd ${MODGCONF2_WANTLIB} > ... > > -WANTLIB-main += GL Xxf86vm canberra drm xcb-render xcb-shm > > ${MODGETTEXT_WANTLIB}

Re: Build gtetrinet without esound

2014-11-04 Thread Jonathan Armani
> I noticed your diff adds libaudfile but there are no WANTLIB additions > which should be the case. I don't see anything in the gtetrinet code > that uses libaudfile. Was this intended? The rest of the diff looks > fine. You're right. New diff attached that regen wantlib completly (lot of extra)

Re: Remove remaining esound ports

2014-11-03 Thread Jonathan Armani
As notified by naddy, extace is linked to the build ... and I said gkrellmms in the mail but it is gkrellmss (ok in the diff). New diff with x11/Makefile and Quirks adjusted for extace Index: x11/Makefile === RCS file: /cvs/ports/x

Remove remaining esound ports

2014-11-03 Thread Jonathan Armani
To be commited in last, delete gkrellmms, extrace (not linked) and esound. Add quirk entry for gkrellmms and esound. Index: x11/extace/Makefile === RCS file: x11/extace/Makefile diff -N x11/extace/Makefile --- x11/extace/Makefile 9

x11/enlightenment sndio backend

2014-11-03 Thread Jonathan Armani
RCS file: files/sound_sndio.c diff -N files/sound_sndio.c --- /dev/null 1 Jan 1970 00:00:00 - +++ files/sound_sndio.c 3 Nov 2014 19:39:56 - @@ -0,0 +1,121 @@ +/* + * Copyright (c) 2012 Jonathan Armani + * + * Permission to use, copy, modify, and distribute this software for any

Build gtetrinet without esound

2014-11-03 Thread Jonathan Armani
Hi, Back on old diffs, remove esound from gtetrinet. This diff does not prevent esound to be picked by configure but I plan to remove it completly. Is that acceptable ? Better idea ? Index: Makefile === RCS file: /cvs/ports/games/

Re: Remove audio/aumix?

2014-10-29 Thread Jonathan Armani
Hello, I'm all for it, and I think this apply for all these [old] mixer : audio/aumix audio/mixer.app audio/wmix audio/wmmixer (maybe worth keeping for wm user, does it work ?) audio/xmix audio/xmmix 2014-10-28 22:43 GMT+01:00 Christian Weisgerber : > Portroach tells me that a newer version of

Re: UPDATE: FFmpeg 20141010

2014-10-18 Thread Jonathan Armani
On Sat, Oct 11, 2014 at 12:19:43AM -0400, Brad Smith wrote: > Here is an update to FFmpeg 20141010. This is the 2.4.2 release. > > A variety of bug fixes rolled into the 2.4.2 release. > > OK? > > Hi, Out of curiosity, why did you switch (only) amd64 to clang ? ffmpeg require the ioctl I jus

Re: [new] games/minecraft

2014-10-09 Thread Jonathan Armani
Hi ! Not tested yet, but : > > do-install: > ${INSTALL_DATA} ${WRKSRC}/minecraft ${PREFIX}/bin/ > @chmod +x ${PREFIX}/bin/minecraft Isn't that ${INSTALL_SCRIPT} ?

Re: [update] sysutils/dcled

2014-10-06 Thread Jonathan Armani
@@ HOMEPAGE = http://www.last-outpost.com/~ MAINTAINER = Jonathan Armani -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes MASTER_SITES= http://www.last-outpost.com/~malakai/dcled/ -WANTLIB += c hid usb +WANTLIB += c m pthread usb-1.0 -LIB_DEPENDS = devel/libhid +LIB_DEPENDS

Re: [update] sysutils/dcled

2014-10-06 Thread Jonathan Armani
@@ HOMEPAGE = http://www.last-outpost.com/~ MAINTAINER = Jonathan Armani -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes MASTER_SITES= http://www.last-outpost.com/~malakai/dcled/ -WANTLIB += c hid usb +WANTLIB += c m pthread usb-1.0 -LIB_DEPENDS = devel/libhid +LIB_DEPENDS

Re: Fix audio/id3ed homepage

2014-09-06 Thread Jonathan Armani
New diff : - Update HOMEPAGE but with a / at end of url - Remove bouncing maintainer email - Update MASTER_SITE, spotted by kirby@ - Replace spaces with tab in CATEGORIES - Adjust licence marker Index: Makefile === RCS file: /c

Re: Remove devel/ctm

2014-09-05 Thread Jonathan Armani
So the month passed, ok ? 2014-07-14 18:04 GMT+02:00 Jonathan Armani : > > As requested and explained by sthen, now with Quirks entry ! > > Index: Makefile > === > RCS file: /cvs/ports/devel/Makefile,v > retri

Re: Fix audio/id3ed homepage

2014-09-05 Thread Jonathan Armani
Nobody ? 2014-07-13 14:39 GMT+02:00 Jonathan Armani : > > Also remove maintainer while there as the email bounce. > 550 no mailbox by that name is currently available > > ok ? > > Index: Makefile > === >

[update] sysutils/dcled

2014-09-05 Thread Jonathan Armani
EXTRACT_SUFX = .tgz CATEGORIES = sysutils @@ -12,22 +11,23 @@ HOMEPAGE = http://www.last-outpost.com/~ MAINTAINER = Jonathan Armani -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes MASTER_SITES= http://www.last-outpost.com/~malakai/dcled/ -WANTLIB += c hid usb +WANTLIB

Re: [UPDATE] teeworlds-0.6.2

2014-09-05 Thread Jonathan Armani
Hi, I would like a review / ok from another porter to commit that. Thanks 2014-07-11 12:19 GMT+02:00 Jonathan Armani : > Hi, > > Tested ok on amd64 and diff looks good. > I'm not sure the tweaks in MESSAGE are still revelant, but it can be > adjusted later. > > Doe

Re: NEW: games/0ad

2014-07-20 Thread Jonathan Armani
I was proposing this because 0ad already has a launcher script. Anyways, as it segfault at start it is pretty obvious you have to bump them ;) 2014-07-20 4:00 GMT+02:00 Anthony J. Bentley : > Jonathan Armani writes: > > Hi, > > > > Works smoothly on my amd64 too but need

Re: NEW: games/0ad

2014-07-16 Thread Jonathan Armani
Hi, Works smoothly on my amd64 too but need an ulimit -d bump to not segfault at start. Maybe the launcher could be adjusted like chrome to handle it ? Or a readme ? 2014-07-13 21:45 GMT+02:00 Anthony J. Bentley : > Hi, > > 0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platfo

Fix devel/cxxtools homepage

2014-07-14 Thread Jonathan Armani
Fix homepage and remove bouncing maintainer email ok ? Index: Makefile === RCS file: /cvs/ports/devel/cxxtools/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile21 Mar 2013 08:45:14 - 1.8 +++ Make

Fix graphics/cqcam homepage

2014-07-13 Thread Jonathan Armani
ok ? Index: Makefile === RCS file: /cvs/ports/graphics/cqcam/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile7 Jan 2014 13:44:48 - 1.22 +++ Makefile13 Jul 2014 14:31:20 - @@ -5,7 +5,7

Re: Fix audio/id3ed homepage

2014-07-13 Thread Jonathan Armani
Also remove maintainer while there as the email bounce. 550 no mailbox by that name is currently available ok ? Index: Makefile === RCS file: /cvs/ports/audio/id3ed/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile ---

Fix cad/kicad homepage

2014-07-13 Thread Jonathan Armani
ok ? Index: Makefile === RCS file: /cvs/ports/cad/kicad/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile12 Dec 2013 20:21:45 - 1.20 +++ Makefile13 Jul 2014 10:51:57 - @@ -10,11 +10,12 @

Fix devel/{libguess,mcs,mowgli} homepages

2014-07-13 Thread Jonathan Armani
Hi, Correct libguess and mowgli homepages. mcs has no more homepage, link to the official github. I will commit them separately, ok ? Index: libguess/Makefile === RCS file: /cvs/ports/devel/libguess/Makefile,v retrieving revision 1.

Fix audio/id3ed homepage

2014-07-13 Thread Jonathan Armani
ok ? Index: Makefile === RCS file: /cvs/ports/audio/id3ed/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile11 Oct 2013 23:48:04 - 1.18 +++ Makefile13 Jul 2014 09:09:23 - @@ -3,10 +3,10 @

Fix lang/gambit homepage url

2014-07-12 Thread Jonathan Armani
Hi, I don't know if we care but add url scheme, it is the only port that miss it. Is there rule for HOMEPAGE ? Should it always end with a / ? ok ? objections ? Index: Makefile === RCS file: /cvs/ports/lang/gambit/Makefile,v retrie

[UPDATE] devel/geany 1.24.1

2014-07-11 Thread Jonathan Armani
Hi, Update geany to 1.24.1, tested on amd64. Remove USE_GROFF while there, no change in man page output. If ok, please commit it as I can't for now, thanks. Index: Makefile === RCS file: /cvs/ports/devel/geany/Makefile,v retrieving

Re: [UPDATE] teeworlds-0.6.2

2014-07-11 Thread Jonathan Armani
=0.5.2 > -DISTNAME = teeworlds-${V}-src > -PKGNAME = teeworlds-${V} > -REVISION = 4 > -CATEGORIES = games > +COMMENT= platform game featuring buggers equipped with weapons > > -MAINTAINER = Jonathan Armani > -HOMEPAGE = http://www.teew

Re: [Update] py-django 1.5.4 - fixed

2013-10-15 Thread Jonathan Armani
Hi, Tested by creating a small project, works fine on amd64, diff looks good. ok armani@ 2013/10/12 Ryan Boggs > Hi, > > Sorry for the delay/noise, my messages don't seem to be getting > through to ports@. > > Has anyone had a chance to review this update yet? > > Thanks, > Ryan > > > On Fri,

x11/enlightenment (e16) sndio backend

2012-11-28 Thread Jonathan Armani
amp; ${SETENV} ${CONFIGURE_ENV} \ Index: files/sound_sndio.c === RCS file: files/sound_sndio.c diff -N files/sound_sndio.c --- /dev/null 1 Jan 1970 00:00:00 - +++ files/sound_sndio.c 28 Nov 2012 09:28:02 - @@ -0,0 +1,121 @@ +/* + * Copyright (c) 2012 Jonathan Armani + * + * Permissio

Switch BasiliskII to sdl

2012-11-27 Thread Jonathan Armani
Switch BasiliskII from esd to sdl, makes the audio works for Ryan Freeman who also spoted that I forgot to regen WANTLIB. Comment / Ok ? Index: Makefile === RCS file: /cvs/ports/emulators/BasiliskII/Makefile,v retrieving revision 1.

Remove gkrellmss

2012-11-27 Thread Jonathan Armani
Ok to remove gkrell mss plugin ? Description Sound scope plugin for GkrellM2. *Uses ESD* Index: plugins/Makefile === RCS file: /cvs/ports/sysutils/gkrellm/plugins/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile -

Remove audio/bmp

2012-11-27 Thread Jonathan Armani
Hi, Diff to remove bmp, does someone still use it ? I don't use it myself, so I'm not the guy that will backport xmms backend, but I would like to remove esd and it is on my way. Index: Makefile === RCS file: /cvs/ports/audio/Makefil

Removing esound

2012-11-16 Thread Jonathan Armani
Hi, I plan to remove esound that is deprecated, old and unmaintained. The following port depends of it : audio/bmp,-main Who still use it ? There is tons of alternative in tree, and I'm not sure itworth converting to sndio. emulators/BasiliskII I have a diff to switch to sdl, any users ? g

Re: UPDATE: games/xmoto

2012-04-04 Thread Jonathan Armani
On Tue, Mar 20, 2012 at 04:02:15PM +0200, Antti Harri wrote: > Update to xmoto's newest release. > > Switch MAINTAINER, requested by previous maintainer. > > -- > Antti Harri > Hi, I plan to commit it this week-end, unless someone report problem with it.

Re: python library linkage with ctypes

2012-03-20 Thread Jonathan Armani
On Tue, Mar 20, 2012 at 09:02:13AM +, Edd Barrett wrote: > Hi, > > Having spoken to sthen and djm, I am still stuck on this, so I am posting on > ports, incase someone here knows. > > Im looking at porting something which uses ctypes to load first libGL and then > libGLU. Once we strip the gu

Re: update graphics/blender to 2.60a

2012-02-19 Thread Jonathan Armani
Hi, Works fine on amd64. Thanks

Re: NEW: games/naev

2011-10-09 Thread Jonathan Armani
Works fine i386, intel 965, thanks. The tutorial is a good start :) Le 9 octobre 2011 20:47, Kirill Bychkov a écrit : > On Sun, October 9, 2011 21:21, Josh Grosse wrote: >> On Sun, Oct 09, 2011 at 02:45:17AM +0400, Kirill Bychkov wrote: >> >>> I've killed some hours playing it on amd64. >>> OKs?

Re: [Update] Xmoto 0.5.7

2011-09-13 Thread Jonathan Armani
> > I will sent a corrected diff later. > > Thanks. > And the diff. -- Jonathan Armani Index: Makefile === RCS file: /cvs/ports/games/xmoto/Makefile,v retrieving revision 1.8 diff -u -p -u -p -r1.8 Makefile --

Re: [Update] Xmoto 0.5.7

2011-09-11 Thread Jonathan Armani
On Sun, 11 Sep 2011 21:59:17 +0200 Landry Breuil wrote: > On Sun, Sep 11, 2011 at 09:49:15PM +0200, Jonathan Armani wrote: > > > > Updated diff, with cleaned / sorted wantlib and add a patch to make > > the configure script pick up the good library to link against

Re: [Update] Xmoto 0.5.7

2011-09-11 Thread Jonathan Armani
Updated diff, with cleaned / sorted wantlib and add a patch to make the configure script pick up the good library to link against (.so and not .a). Tips from naddy, espie and fgs, thanks guys ! -- Jonathan Armani Index: Makefile

[Update] Xmoto 0.5.7

2011-09-11 Thread Jonathan Armani
Hi, Update xmoto to 0.5.7 and gives maintainer to Antti Harri (thanks !). Tested on amd64. Ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/ports/games/xmoto/Makefile,v retrieving revision 1.8 diff -u -p -r1.8

[Update] Inkscape

2011-09-11 Thread Jonathan Armani
Hi, Bugfix update to inkscape 0.48.2 which resolves annoying segfaults on amd64. Makes Inkscape fully usable again. ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/ports/graphics/inkscape/Makefile,v retrieving

Re: UPDATE: warzone2100 2.3.5

2010-10-22 Thread Jonathan Armani
- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > Played the first 2 missions on my i386 @ radeon x1650 without problem. -- Jonathan Armani

[update] gns3 0.7.2

2010-10-17 Thread Jonathan Armani
Hi, this diff update gns3 to the last version. Tested on i386 with 2 routers (c1700 <-> c3640) : Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: ! Success rate is 100 percent (5/5), round-trip min/avg/max = 12/12/12 ms Comments / ok ? -- Jonathan Armani

Re: New devel/dissy

2010-10-16 Thread Jonathan Armani
On Sat, 16 Oct 2010 19:33:00 +0200 Matthias Kilian wrote: > On Sat, Oct 16, 2010 at 06:44:24PM +0200, Jonathan Armani wrote: > > COMMENT = graphical frontend to the objdump disassembler > > HOMEPAGE = http://code.google.com/p/dissy/ > > > > $ cat pkg/DESCR

New devel/dissy

2010-10-16 Thread Jonathan Armani
. -- Jonathan Armani dissy.tgz Description: Unix tar archive

Re: [update] xmoto 0.5.3

2010-10-16 Thread Jonathan Armani
Hi, On Wed, 13 Oct 2010 16:38:37 +0200 Alexander Hall wrote: > On 10/12/10 16:35, Jonathan Armani wrote: > > > > Yup, that was an old diff ... Thanks, new diff inline. > > > > Any ok ? > > > > I got a handful of strange errors with this port (

Re: [update] xmoto 0.5.3

2010-10-12 Thread Jonathan Armani
Yup, that was an old diff ... Thanks, new diff inline. Any ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/games/xmoto/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile27 Sep

Re: Fix devel/ode

2010-10-11 Thread Jonathan Armani
On Mon, 11 Oct 2010 15:24:06 +0400 "Kirill Bychkov" wrote: > On Mon, October 11, 2010 14:26, Jonathan Armani wrote: > > > > Hi, > > > > Upstream rerolled the tar.gz and broke it by adding a root dir, switch to > > bz2. > > Update my email, upda

Re: Fix devel/ode

2010-10-11 Thread Jonathan Armani
New diff, thanks, also removed PKGNAME = ${DISTNAME}. -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/devel/ode/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile6 Aug 2009 10:59:21

Teeworlds

2010-10-11 Thread Jonathan Armani
Update my email address, new style depends + remove extra and bump. Ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/games/teeworlds/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile

[update] xmoto 0.5.3

2010-10-11 Thread Jonathan Armani
Hi, Update xmoto to 0.5.3, update my email and use new style depends. Tested on i386, comments / ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/games/xmoto/Makefile,v retrieving revision 1.3 diff -u -p

Fix devel/ode

2010-10-11 Thread Jonathan Armani
Hi, Upstream rerolled the tar.gz and broke it by adding a root dir, switch to bz2. Update my email, update depends, use new style and bump using REVISION. Ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports

Re: [new port] games/supertuxkart

2010-10-05 Thread Jonathan Armani
On Tue, 5 Oct 2010 13:58:48 + Jacob Meuser wrote: > On Tue, Oct 05, 2010 at 12:33:44PM +0200, Jonathan Armani wrote: > > On Tue, 5 Oct 2010 08:49:54 +0200 (CEST) > > Antoine Jacoutot wrote: > > > > > On Mon, 4 Oct 2010, Pascal Stumpf wrote: > > > &

Re: [new port] games/supertuxkart

2010-10-05 Thread Jonathan Armani
0x2b40fe68 in __func__.4241 () from /usr/lib/libpthread.so.12.1 #2 0x in ?? () -- Jonathan Armani

Re: net/scapy opening many bpf(4)

2010-10-05 Thread Jonathan Armani
/ -MAINTAINER=Jonathan Armani +MAINTAINER=Jonathan Armani # GPLv2 PERMIT_PACKAGE_CDROM= Yes @@ -41,8 +41,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scapy ${INSTALL_DATA} ${DISTDIR}/ethertypes ${PREFIX}/share/examples/scapy -# some tests require

Re: net/scapy opening many bpf(4)

2010-10-04 Thread Jonathan Armani
ts. (http://trac.secdev.org/scapy/ticket/371). -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/net/scapy/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile30 Aug 2010 21:21:54 -

Re: UPDATE: www/py-django 1.2.3

2010-10-04 Thread Jonathan Armani
; up when shutting down the development server. It doesn't seem to have > any impact on django since it happens during teardown but I thought I > should bring it up, just in case. A trouble ticket has been opened at > Django as well. > > Please test it out. > > Thanks, > Ryan -- Jonathan Armani

Re: net/scapy opening many bpf(4)

2010-09-30 Thread Jonathan Armani
ot;, line > 53, in > open_pcap = lambda *args,**kargs: _PcapWrapper_libpcap(*args,**kargs) > File "/usr/local/lib/python2.6/site-packages/scapy/arch/pcapdnet.py", line > 42, in __init__ > self.pcap.open_live(*args, **kargs) > File "/usr/local/lib/python2.6/site-packages/pcap.py", line 86, in open_live > def open_live(*args): return _pcap.pcapObject_open_live(*args) > Exception: /dev/bpf11: No such file or directory > > It tries bpf11 because i created bpf10 just to see. > I specify the mac address manualy because if i don't i get > "WARNING: Mac address to reach destination not found. Using broadcast." > and it uses one more bpf device per paket sent. > > Huhu. Help appreciated :) > laurent > > -- Jonathan Armani bpf.diff Description: Binary data

Re: update: Geany

2010-09-26 Thread Jonathan Armani
Updated after fgsch comments (Forgot some trailing \) and add a / to the website. -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/devel/geany/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile

Re: update: Geany

2010-09-24 Thread Jonathan Armani
And here is the right diff. -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/devel/geany/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile22 Dec 2009 15:31:27 - 1.23

update: Geany

2010-09-24 Thread Jonathan Armani
Hi, This patch - Update geany to 0.19.1 - Update my email address - Switch to new style depend Tested on i386/amd64, ok ? -- Jonathan Armani Index: Makefile === RCS file: /cvs/openbsd/ports/devel/geany/Makefile,v retrieving

Re: Make slim use setlogin

2010-07-09 Thread Jonathan Armani
On Fri, 9 Jul 2010 22:41:11 +0200 (CEST) Antoine Jacoutot wrote: > On Fri, 9 Jul 2010, Jonathan Armani wrote: > > > > > Hi, > > > > Fix from Freebsd : > > > > x11/slim, does not setlogin(). Some software use getlogin() > > to decide

Make slim use setlogin

2010-07-09 Thread Jonathan Armani
Hi, Fix from Freebsd : x11/slim, does not setlogin(). Some software use getlogin() to decide the user name, so when user is using slim as the login manager, those software would get wrong results, and some programs refuse to start (Seen with opencvs some times ago, reminded by a discution

Re: [update] Geany 0.19

2010-06-19 Thread Jonathan Armani
On Sat, 19 Jun 2010 16:38:36 +0200 Landry Breuil wrote: > On Sat, Jun 19, 2010 at 12:56:30PM +0200, Jonathan Armani wrote: > > > > Hi, > > > > Update geany to 0.19 (and my email address while here), tested on amd64. > > > > > +PKGNAME= ${DISTNA

[update] Geany 0.19

2010-06-19 Thread Jonathan Armani
= http://www.geany.org -MAINTAINER=Jonathan Armani +MAINTAINER=Jonathan Armani # GPL + Scintilla License PERMIT_PACKAGE_CDROM= Yes Index: distinfo === RCS file: /cvs/openbsd/ports/devel/geany/distinfo,v retrieving

Re: [update] Sylpheed 3.0.2

2010-06-15 Thread Jonathan Armani
.html share/sylpheed/manual/ja/sylpheed-25.html +share/sylpheed/manual/ja/sylpheed-26.html share/sylpheed/manual/ja/sylpheed-3.html share/sylpheed/manual/ja/sylpheed-4.html share/sylpheed/manual/ja/sylpheed-5.html On Tue, 15 Jun 2010 19:53:09 +0200 Jonathan Armani wrote: > > Works fi

[update] Sylpheed 3.0.2

2010-06-15 Thread Jonathan Armani
/sylpheed-25.html +share/sylpheed/manual/ja/sylpheed-26.html share/sylpheed/manual/ja/sylpheed-3.html share/sylpheed/manual/ja/sylpheed-4.html share/sylpheed/manual/ja/sylpheed-5.html -- Jonathan Armani

Re: update: www/py-django

2010-06-13 Thread Jonathan Armani
e tutorial using your diff without problem. Any other Django user ? -- Jonathan Armani

Re: [wip/testing] mozilla-thunderbird 3.0.2

2010-03-03 Thread Jonathan Armani
Hi, It builds and works fine on amd64, thanks for the update. On 03/01/10 12:57, Landry Breuil wrote: Hi, this is post-unlock material, but i'm sending that now to get feedback and testing on it. This is a major update to the latest release which i've been using at work extensively without big

Re: jdk-1.7.0.00b72 doesn't build jdk-1.6 anymore (jdk17_bootstrap flavor)

2010-01-03 Thread Jonathan Armani
Hi, Exactly the same problem here, 4.6 amd64 current, updated today. David Coppa wrote: Hi, Recent update of jdk-1.7 (early access build 72) broke compilation of jdk-1.6 using jdk17_bootstrap PSEUDO_FLAVOR: ln -s ../libjsig.so /usr/ports/pobj/jdk-1.6.0.03-jdk17_bootstrap/control/build/bsd-

[UPDATE] Teeworlds 0.5.2

2009-11-28 Thread Jonathan Armani
@@ COMMENT = platform game featuring buggers equipped with weapons -V =0.5.1 +V =0.5.2 DISTNAME = teeworlds-${V}-src -PKGNAME = teeworlds-${V}p0 +PKGNAME = teeworlds-${V} CATEGORIES = games MAINTAINER = Jonathan Armani Index: distinfo

Re: UPDATE: xcursor-themes 1.0.2

2009-10-19 Thread Jonathan Armani
Hi, I'm not fan of these cursors themes, but works fine here, amd64 / xfce4. Matthieu Herrb wrote: Matthieu Herrb wrote: This release adds the missing 'watch' cursor to the redglass theme and updates the build system. don't forget '-E' option to patch... one file ge

Re: WIP: audio/mixxx

2009-09-26 Thread Jonathan Armani
Stuart Henderson a écrit : On 2009/09/05 16:50, frantisek holop wrote: is it just my crazy system, or is the executable really ~150M? ah, thanks for spotting, looks like it's building with symbols and not stripping (which takes it down to a more reasonable 3.3M). it also dumps cor

[update] Xmoto 0.5.2

2009-09-26 Thread Jonathan Armani
MAINTAINER = Jonathan Armani Index: distinfo === RCS file: /cvs/openbsd/ports/games/xmoto/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo3 Aug 2009 14:16:26 - 1.1.1.1 +++ distinfo26 Sep

Re: [update] geany-0.18

2009-09-04 Thread Jonathan Armani
Pawlowski Marcin Piotr a écrit : On Thu, 3 Sep 2009 18:25:17 +0200 Landry Breuil wrote: On Thu, Sep 03, 2009 at 05:31:36PM +0200, Pawlowski Marcin Piotr wrote: Hi, recently there was an update of geany to 0.18. Things changed h

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-08-20 Thread Jonathan Armani
This was commited in current and in 4.5 -stable : CVSROOT:/cvs Module name:ports Changes by: will...@cvs.openbsd.org 2009/08/12 19:04:31 Modified files: www/php5 : Tag: OPENBSD_4_5 Makefile.inc www/php5/core : Tag: OPENBSD_4_5 Makefile www/php5/exte

Re: ldap viewer

2009-08-17 Thread Jonathan Armani
Jordi Espasa Clofent a écrit : Marco, ¿Maybe phpldapadmin? Isn't in ports, but is so easy to install. It is : http://www.openbsd.org/cgi-bin/cvsweb/ports/www/phpldapadmin/

tmw update

2009-08-01 Thread Jonathan Armani
Hi, Attached is an update to tmw 0.0.29.1, works for me on amd64 and tested by iku too. Thanks in advance Cheers, Index: Makefile === RCS file: /cvs/openbsd/ports/games/tmw/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Mak

Re: what happens when some site blocks openbsd $ ftp; User-Agent

2009-07-31 Thread Jonathan Armani
Yeah it was removed a while ago : http://www.openbsd.org/cgi-bin/cvsweb/ports/games/blobwars/Attic/Makefile Remove this. It claims to be GPL, but in truth it contains files the author "found on the web", and he's not going to fix this. "Yes" naddy Stuart Henderson a écrit : On 2009/07/31 00

Re: php 5.2.10 segfault on amd 4.5 -stable

2009-07-29 Thread Jonathan Armani
STeve Andre' a écrit : On Wednesday 29 July 2009 08:46:35 Stuart Henderson wrote: On 2009/07/29 10:02, Michiel van Baak wrote: I see the same segfaults with amd64 -current runnig php 5.2.10 as apache module. So far, the addition of "suhosin.session.encrypt = Off" seems to fix this.

Re: [wip] nmap-5.00

2009-07-27 Thread Jonathan Armani
Giovanni Bechis a écrit : Pawlowski Marcin Piotr wrote: Hi, few things I would like to mention about man pages. 0) I've wrote simple script that will cleanup man pages (attached) 1) it might be used in Makefile in post-install section 2) in that case patch would look like attached (ncat) 3) nmap

Re: [wip] nmap-5.00

2009-07-26 Thread Jonathan Armani
Giovanni Bechis a écrit : Pawlowski Marcin Piotr wrote: Hi, try this diff it should work now. Two thing corrected from previous: 0) ndiff.1 now is in proper place. 1) Nmap uses sctp protocol for -sS but AFAIK we don't have this protocol in pcap so I've just removed that from pcap filter rules a

php 5.2.10 segfault on amd 4.5 -stable

2009-07-20 Thread Jonathan Armani
Hi, Just a note for php users, php segfault on my server since I update it to 2.5.10 : [Mon Jul 20 17:28:03 2009] [notice] child pid 31165 exit signal Segmentation fault (11) [Mon Jul 20 17:28:04 2009] [notice] child pid 31388 exit signal Segmentation fault (11) [Mon Jul 20 17:28:04 2009] [n

p5-Net-Pcap update

2009-07-19 Thread Jonathan Armani
Hi, Attached is an update to p5-Net-Pcap, but It has a little problem : Looking at Makefile.PL : DynaLoader::dl_findfile(qw(-lpcap));' return static pcap.a. [04:20:36] d...@dbd-lappy:~ $ perl -e 'use DynaLoader print DynaLoader::dl_findfile(qw(-lpcap));' /usr/lib/libpcap.a If I create a symbo

Re: [wip] nmap-5.00

2009-07-19 Thread Jonathan Armani
Hi, Attached is your diff against current cvs. Seems to works fine except when using nmap with sudo / root : d...@dbd-lappy:~ $ sudo nmap localhost Starting Nmap 5.00 ( http://nmap.org ) at 2009-07-19 04:53 CEST Error compiling our pcap filter: syntax error in filter expression QUITTING! Any

[Update] tmw 0.28.1 -> 0.29

2009-05-28 Thread Jonathan Armani
Hi, Update to the last version of the mana world, tested on amd64. Cheers,

[Update] tmw 0.28.1 -> 0.29

2009-05-28 Thread Jonathan Armani
Hi, Update to the last version of the mana world, tested on amd64. Cheers, Index: Makefile === RCS file: /cvs/openbsd/ports/games/tmw/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile28 Mar 2009 11:54:14

Re: UPDATE: games/neverball

2009-05-03 Thread Jonathan Armani
I can take openarena, I will look at jakemsr@ patches soon. Antti Harri a écrit : Here's an update to 1.5.1 release. In my opinion the version in the tree should be replaced quickly because it is svn snapshot and not a release. http://openbsd.fi/iku/ports/neverball-1.5.1.diff The @conflict ma

Re: [update] wormux 0.8.3

2009-04-26 Thread Jonathan Armani
Landry Breuil a écrit : Hi, Here's an update to latest wormux release (50Mb tarball...), mostly bugfix release, cf http://wormux.org/blog/index.php?2009/03/05/58-wormux-083 Works fine here @i386 with a simple game test. Landry Hi, Works fine on @amd64 local and network game, I've just be

Re: RESUBMIT: games/armagetronad

2009-04-14 Thread Jonathan ARMANI
Hi, This is a little old but works fine on amd64 / intel 945 and seems nice with the 4.5 theme ;) Michael, can you send the corrected version based on Antti' comments ? Cheers, Michael Lechtermann a écrit : Hi, Antti Harri schrieb: You don't need to quote COMMENTs. Otherwise works fine o

Re: [update] Teeworlds 0.5.1

2009-04-06 Thread Jonathan ARMANI
Thanks sthen@, but the unsplited version was commited, people seems not interested in a split. Stuart Henderson a écrit : On 2009/01/25 18:02, Jonathan Armani wrote: This patch update teeworlds to the last version and split it : I've updated this to make it updatable with pkg_a

Re: [update] teeworlds 0.5.1

2009-04-05 Thread Jonathan Armani
Update patch after bump. Jonathan ARMANI wrote: Nobody ? Jonathan Armani a écrit : Hi, Update Teeworlds to last version, works fine on amd64 and tested on i386 by Alexander Hall. Please test and commit. Cheer, Jonathan Armani Index: Makefile

  1   2   >