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

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? > > > >

Re : Re: qt5/qtscript crash fix

2023-12-03 Thread Jonathan Armani
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

Re: update net/scapy

2016-01-22 Thread Jonathan Armani
efile 22 Jan 2016 12:19:55 - > > @@ -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} > > -REV

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 a...@caoua.org: 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

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 a...@caoua.org: On Wed, Oct 29, 2014 at 09:00:25PM +, Christian Weisgerber wrote: On 2014-10-29, Jonathan Armani d...@asystant.net wrote: audio/mixer.app audio/wmix audio/wmmixer (maybe worth keeping

CVS: cvs.openbsd.org: ports

2014-11-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/11/04 01:35:57 Modified files: x11/enlightenment: Makefile distinfo Added files: x11/enlightenment/files: sound_sndio.c x11/enlightenment/patches: patch-configure_ac

CVS: cvs.openbsd.org: ports

2014-11-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/11/04 01:47:36 Modified files: games/gtetrinet: Makefile distinfo Log message: Remove esound support, regen wantlib and distinfo tweaks and ok brad@, ok ratchov@

CVS: cvs.openbsd.org: ports

2014-11-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/11/04 06:03:37 Modified files: games/gtetrinet: Makefile Log message: Keep ${MODGCONF2_WANTLIB} ${MODGETTEXT_WANTLIB} in WANTLIB, bump again Requested by and ok sthen@

CVS: cvs.openbsd.org: ports

2014-11-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/11/04 12:00:13 Modified files: sysutils/gkrellm/plugins: Makefile Removed files: sysutils/gkrellm/plugins/mss: Makefile sysutils/gkrellm/plugins/mss/patches: patch-Makefile

CVS: cvs.openbsd.org: ports

2014-11-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/11/04 12:05:26 Modified files: x11: Makefile Removed files: x11/extace : Makefile distinfo x11/extace/patches: patch-configure patch-src_color_win_c

CVS: cvs.openbsd.org: ports

2014-11-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/11/04 12:12:01 Modified files: audio : Makefile Removed files: audio/esound : Makefile distinfo audio/esound/files: audio_sndio.c audio/esound/patches:

CVS: cvs.openbsd.org: ports

2014-11-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/11/04 12:21:45 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add esound, extace and gkrellmss

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) and

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} ${MODGCONF2_WANTLIB

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:

x11/enlightenment sndio backend

2014-11-03 Thread Jonathan Armani
--- /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 arm...@openbsd.org + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted

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

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:

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 na...@mips.inka.de: Portroach tells me that a

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} ?

CVS: cvs.openbsd.org: ports

2014-10-06 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/10/06 06:17:21 Modified files: audio/id3ed: Makefile Log message: Update homepage and while there : - Remove bouncing maintainer email - Update MASTER_SITE, spotted by kirby@ - Replace spaces

CVS: cvs.openbsd.org: ports

2014-10-06 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/10/06 15:36:32 Modified files: sysutils/dcled : Makefile distinfo sysutils/dcled/pkg: PLIST Log message: Update to 2.2 that remove depend on libhid ok jca@

Re: [update] sysutils/dcled

2014-10-06 Thread Jonathan Armani
@@ HOMEPAGE = http://www.last-outpost.com/~ MAINTAINER = Jonathan Armani arm...@openbsd.org -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

Re: [update] sysutils/dcled

2014-10-06 Thread Jonathan Armani
@@ HOMEPAGE = http://www.last-outpost.com/~ MAINTAINER = Jonathan Armani arm...@openbsd.org -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

CVS: cvs.openbsd.org: ports

2014-09-06 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/09/06 05:53:05 Modified files: devel : Makefile Removed files: devel/ctm : Makefile distinfo devel/ctm/patches: patch-ctm_README patch-ctm_ctm_Makefile

CVS: cvs.openbsd.org: ports

2014-09-06 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/09/06 05:55:47 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add entry for ctm removal. While there add an entry that was missed in last commit. ctm

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 d...@asystant.net: 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. Does someone have

[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 arm...@openbsd.org -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM = Yes MASTER_SITES= http://www.last-outpost.com/~malakai/dcled/ -WANTLIB

Re: Fix audio/id3ed homepage

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

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 d...@asystant.net: As requested and explained by sthen, now with Quirks entry ! Index: Makefile === RCS file: /cvs/ports/devel/Makefile,v retrieving

CVS: cvs.openbsd.org: ports

2014-08-21 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/08/21 02:04:16 Modified files: archivers/sltar: Makefile devel/cmocka : Makefile devel/cxxtools : Makefile x11/xglobe : Makefile Log message: Remove tab at end of

CVS: cvs.openbsd.org: ports

2014-08-20 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/08/20 06:20:26 Modified files: emulators/nestopia: Makefile Log message: Fix homepage ok bentley@ (maintainer)

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 anth...@cathet.us: Jonathan Armani writes: Hi, Works smoothly on my amd64 too but need an ulimit -d

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 anth...@cathet.us: Hi, 0 A.D. (pronounced zero ey-dee) is a free, open-source,

Re: CVS: cvs.openbsd.org: ports

2014-07-15 Thread Jonathan Armani
Sorry for that 2014-07-15 11:02 GMT+02:00 Marc Espie es...@cvs.openbsd.org: CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2014/07/15 03:02:36 Modified files: cad/kicad : Makefile Log message: bad armani. if you're going to make typos,

CVS: cvs.openbsd.org: ports

2014-07-14 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/14 01:33:21 Modified files: devel/libguess : Makefile Log message: Fix homepage ok zhuk@

CVS: cvs.openbsd.org: ports

2014-07-14 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/14 01:34:08 Modified files: devel/mowgli : Makefile Log message: Fix homepage ok zhuk@

CVS: cvs.openbsd.org: ports

2014-07-14 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/14 01:35:40 Modified files: devel/mcs : Makefile Log message: Fix homepage ok zhuk@

CVS: cvs.openbsd.org: ports

2014-07-14 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/14 01:36:54 Modified files: graphics/cqcam : Makefile Log message: Fix homepage ok zhuk@ kirby@

CVS: cvs.openbsd.org: ports

2014-07-14 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/14 03:44:52 Modified files: devel/cxxtools : Makefile Log message: Correct homepage and remove bouncing maintainer email Make the license marker more specific while there as suggested by bentley@

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 +++

CVS: cvs.openbsd.org: ports

2014-07-13 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/13 02:57:53 Modified files: audio/midish : Makefile Log message: Fix homepage ok ratchov@ (maintainer)

CVS: cvs.openbsd.org: ports

2014-07-13 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/13 02:59:41 Modified files: lang/gambit: Makefile Log message: Complete homepage url with http:// ok sthen@

CVS: cvs.openbsd.org: ports

2014-07-13 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/13 03:02:05 Modified files: x11/xglobe : Makefile Log message: Fix homepage ok espie@ (maintainer)

CVS: cvs.openbsd.org: ports

2014-07-13 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/13 03:03:15 Modified files: x11/qt3: Makefile Log message: Update master site ok espie@ (maintainer)

CVS: cvs.openbsd.org: ports

2014-07-13 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/13 05:40:23 Modified files: audio/aucatctl : Makefile Log message: Fix homepage ok ratchov@ (maintainer)

CVS: cvs.openbsd.org: ports

2014-07-13 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2014/07/13 07:03:20 Modified files: cad/kicad : Makefile Log message: Fix homepage ok bentley@

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 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

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

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 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

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

Re: [UPDATE] teeworlds-0.6.2

2014-07-11 Thread Jonathan Armani
with weapons -MAINTAINER = Jonathan Armani arm...@openbsd.org -HOMEPAGE = http://www.teeworlds.com/ +V= 0.6.2 +DISTNAME= teeworlds-${V}-source +PKGNAME= teeworlds-${V} +CATEGORIES=games -BAM_VERSION = 0.2.0 -BAM_WRKSRC = ${WRKSRC}/bam-${BAM_VERSION

[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

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 rmbo...@gmail.com 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

x11/enlightenment (e16) sndio backend

2012-11-28 Thread Jonathan Armani
: 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 arm...@openbsd.org + * + * Permission to use, copy, modify, and distribute this software for any

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:

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

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

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 ?

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 gunk

Re: update graphics/blender to 2.60a

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

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 --- Makefile8 Jul

CVS: cvs.openbsd.org: ports

2011-09-11 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2011/09/11 05:19:13 Modified files: graphics/inkscape: Makefile distinfo Log message: Bugfix update to inkscape 0.48.2 which resolves annoying segfaults on amd64. Makes Inkscape fully usable again. ok

CVS: cvs.openbsd.org: ports

2011-09-11 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2011/09/11 06:11:05 Modified files: devel/ode : Makefile Log message: Remove myself from MAINTAINER and bump. ok landry@

[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 d...@asystant.net Index: Makefile === RCS file: /cvs/ports/graphics/inkscape/Makefile,v

[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 d...@asystant.net Index: Makefile === RCS file: /cvs/ports/games/xmoto/Makefile,v retrieving revision 1.8 diff

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 d...@asystant.net Index: Makefile

CVS: cvs.openbsd.org: ports

2011-09-10 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2011/09/10 07:39:48 Modified files: textproc/pdftk : Makefile Log message: Correct MAINTAINER email ok MAINTAINER, sthen@

CVS: cvs.openbsd.org: ports

2011-09-10 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2011/09/10 07:43:30 Modified files: devel/libyajl : Makefile Log message: Remove maintainer per his request and bump. ok sthen@

CVS: cvs.openbsd.org: ports

2011-09-07 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2011/09/07 15:11:09 Modified files: net/p5-Net-XWhois: Makefile Log message: Correct MAINTAINER, setting it the same as his other ports, bump REVISION Remove USE_GROFF as the man is ok without it,

CVS: cvs.openbsd.org: ports

2011-09-07 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2011/09/07 15:15:21 Modified files: java/javaPathHelper: Makefile Log message: Fix MAINTAINER ok sthen@, kurt@

Re: UPDATE: warzone2100 2.3.5

2010-10-22 Thread Jonathan Armani
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

CVS: cvs.openbsd.org: ports

2010-10-17 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/17 13:04:30 Log message: Import dissy, a graphical frontend to the objdump disassembler writen in py-gtk. With tweaks from k...@. Ok landry@ and kili@ Status: Vendor Tag:

CVS: cvs.openbsd.org: ports

2010-10-17 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/17 13:07:54 Modified files: devel : Makefile Log message: Add dissy

CVS: cvs.openbsd.org: ports

2010-10-17 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/17 13:12:33 Modified files: devel/ode : Makefile distinfo devel/ode/pkg : PFRAG.shared Log message: Upstream rerolled the tar.gz and broke it by adding a root dir, switch to bz2.

CVS: cvs.openbsd.org: ports

2010-10-17 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/17 16:07:27 Modified files: games/teeworlds: Makefile Log message: Update my email address, new style depends and add USE_X11 as noticed by jasper. ok jasper@

CVS: cvs.openbsd.org: ports

2010-10-17 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/17 16:10:29 Modified files: emulators/gns3 : Makefile distinfo emulators/gns3/pkg: PLIST Log message: Update to the last release, change my email address and as asked by jasper add a

[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 Index

Re: [update] xmoto 0.5.3

2010-10-16 Thread Jonathan Armani
Hi, On Wed, 13 Oct 2010 16:38:37 +0200 Alexander Hall ha...@openbsd.org 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 (on amd64). From the top of my head

New devel/dissy

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

Re: New devel/dissy

2010-10-16 Thread Jonathan Armani
On Sat, 16 Oct 2010 19:33:00 +0200 Matthias Kilian k...@outback.escape.de 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 Dissy

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

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

[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

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

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

Re: Fix devel/ode

2010-10-11 Thread Jonathan Armani
On Mon, 11 Oct 2010 15:24:06 +0400 Kirill Bychkov ya...@linklevel.net 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, update depends, use new style and bump using

CVS: cvs.openbsd.org: ports

2010-10-05 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/05 02:57:47 Modified files: graphics/inkscape: Makefile distinfo graphics/inkscape/patches: patch-src_ui_dialog_print_cpp graphics/inkscape/pkg: PLIST Added files:

CVS: cvs.openbsd.org: ports

2010-10-05 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/05 03:03:19 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: Update django to 1.2.3, from maintainer Ryan Boggs go for it sthen@

CVS: cvs.openbsd.org: ports

2010-10-05 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/05 03:18:05 Modified files: net/scapy : Makefile distinfo net/scapy/patches: patch-doc_scapy_1 patch-setup_py net/scapy/pkg : PLIST Added files: net/scapy/patches:

Re: net/scapy opening many bpf(4)

2010-10-05 Thread Jonathan Armani
/ -MAINTAINER=Jonathan Armani d...@asystant.net +MAINTAINER=Jonathan Armani arm...@openbsd.org # GPLv2 PERMIT_PACKAGE_CDROM= Yes @@ -41,8 +41,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scapy ${INSTALL_DATA} ${DISTDIR}/ethertypes ${PREFIX}/share

Re: [new port] games/supertuxkart

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

Re: [new port] games/supertuxkart

2010-10-05 Thread Jonathan Armani
On Tue, 5 Oct 2010 13:58:48 + Jacob Meuser jake...@sdf.lonestar.org 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 ajacou...@bsdfrog.org wrote: On Mon, 4 Oct 2010, Pascal Stumpf wrote: Come

CVS: cvs.openbsd.org: ports

2010-10-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/04 04:04:46 Modified files: games/tmw : Makefile Log message: Update my email, convert to new depends, use REVISION and bump ok sthen@

CVS: cvs.openbsd.org: ports

2010-10-04 Thread Jonathan Armani
CVSROOT:/cvs Module name:ports Changes by: arm...@cvs.openbsd.org 2010/10/04 04:00:05 Modified files: devel/guichan : Makefile Log message: Update my email, convert to new / clean depends, use REVISION and bump with tweaks ok sthen@

  1   2   >