QEMU acceleration layer not activated

2008-10-27 Thread Mikolaj Kucharski
Hi, Anyone is using qemu with kqemu? I have installed: kqemu-1.3.0pre11p3 qemu-0.9.1p4 Loaded module on startup: # modstat Type Id Off Loadaddr Size Info Rev Module Name DEV 0 29 dd047000 001b dd061360 2 kqemu # ls -l /dev/kqemu crw-rw 1 root _kqemu 29, 0 Oct 26 07:4

Re: gnome-session broken?

2008-10-25 Thread Mikolaj Kucharski
On Sat, Oct 25, 2008 at 11:07:28PM +0200, Markus Bergkvist wrote: > Temporary work-around > http://marc.info/?l=openbsd-ports&m=122492925032482&w=2 That helped, cheers. -- best regards q#

Re: gnome-session broken?

2008-10-25 Thread Mikolaj Kucharski
On Sat, Oct 25, 2008 at 03:02:48PM +, Daniel Dickman wrote: > Failed to get dbus-daemon's pid I can confirm that. Same story on my system. -- best regards q#

Re: Cannot load specified object

2008-10-24 Thread Mikolaj Kucharski
Damn me. That was so f*** obvious: ldconfig(8) -- best regards q#

Cannot load specified object

2008-10-23 Thread Mikolaj Kucharski
Hi, I have a problem which I never seen before. Could someone comment on the outputs from the commands below? There are two machines: # sysctl -n kern.version OpenBSD 4.4-current (GENERIC) #1104: Sat Oct 18 21:05:37 MDT 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC # sysc

Re: UPD: graphics/gimp

2008-10-23 Thread Mikolaj Kucharski
On Thu, Oct 23, 2008 at 07:08:22PM +0200, Antoine Jacoutot wrote: > On Thu, 23 Oct 2008, Giovanni Bechis wrote: > > > James Wright ha scritto: > > > Trivial, bugfix update to gimp 2.6.1. From > > > http://developer.gimp.org/NEWS-2.6 > > > > > PKGNAME = ${DISTNAME} is not needed, I think we can al

PATCH: infrastructure/build/dpb

2008-10-22 Thread Mikolaj Kucharski
Obsolete variable BIN_PACKAGES can be removed. Index: dpb === RCS file: /cvs/ports/infrastructure/build/dpb,v retrieving revision 1.13 diff -u -r1.13 dpb --- dpb 3 Mar 2005 21:08:03 - 1.13 +++ dpb 23 Oct 2008 01:22:28 -

FIX: x11/gnome/empathy

2008-10-22 Thread Mikolaj Kucharski
Hi, It didn't build for me, so I don't think bump is needed. python-config was marked as @comment in the PLIST-main from python2.5 so I'm symlinking to python${MODPY_VERSION}-config. Any okays? -- best regards q# Index: Makefile ===

Re: PATCH: infrastructure/fetch/check-all

2008-10-19 Thread Mikolaj Kucharski
On Tue, Aug 12, 2008 at 04:05:14PM +0100, Mikolaj Kucharski wrote: > I like the way it works with my patch, as currently it has some issues, > one of them is showed below. > > > # grep -A6 ^bzip2 /usr/ports/distfiles/Makefile > bzip2-1.0.5.tar.gz: $F > @[EMAIL PROT

Re: UPDATE: www/mplayerplug-in

2008-10-19 Thread Mikolaj Kucharski
On Mon, Sep 22, 2008 at 03:00:47PM +0100, Mikolaj Kucharski wrote: > On Sun, Sep 14, 2008 at 10:07:02PM +0100, Mikolaj Kucharski wrote: > > On Thu, Aug 21, 2008 at 06:23:55PM +0200, Claudio Jeker wrote: > > > On Thu, Aug 21, 2008 at 03:58:55PM +0100, Mikolaj Kucharski wrot

Re: UPDATE: www/mplayerplug-in

2008-09-22 Thread Mikolaj Kucharski
On Sun, Sep 14, 2008 at 10:07:02PM +0100, Mikolaj Kucharski wrote: > On Thu, Aug 21, 2008 at 06:23:55PM +0200, Claudio Jeker wrote: > > On Thu, Aug 21, 2008 at 03:58:55PM +0100, Mikolaj Kucharski wrote: > > > I would appreciate quick look into the patch. Tested for few days with

Re: SECURITY UPDATE: security/clamav -> 0.94

2008-09-10 Thread Mikolaj Kucharski
On Thu, Sep 11, 2008 at 01:53:35AM +0100, Stuart Henderson wrote: > > WANTLIB= c milter pthread wrap z > > +BUILD_DEPENDS= ::devel/check > + > LIB_DEPENDS= gmp.>=6::devel/gmp \ > bz2.>=10::archivers/bzip2 \ > iconv.

Re: UPDATE: www/mplayerplug-in

2008-08-21 Thread Mikolaj Kucharski
On Thu, Aug 21, 2008 at 06:23:55PM +0200, Claudio Jeker wrote: > On Thu, Aug 21, 2008 at 03:58:55PM +0100, Mikolaj Kucharski wrote: > > I would appreciate quick look into the patch. Tested for few days with > > firefox2 and with firefox3. > > > > While you're on i

UPDATE: www/mplayerplug-in

2008-08-21 Thread Mikolaj Kucharski
I would appreciate quick look into the patch. Tested for few days with firefox2 and with firefox3. -- best regards q# diff -ruN -x CVS mplayerplug-in.orig/Makefile mplayerplug-in/Makefile --- mplayerplug-in.orig/MakefileThu Aug 21 03:56:21 2008 +++ mplayerplug-in/Makefile Thu Aug 21 1

Re: How to be depend on port1 or port2

2008-08-21 Thread Mikolaj Kucharski
On Thu, Aug 21, 2008 at 11:45:35AM +0100, Mikolaj Kucharski wrote: > Hi, > > I have update for mplayerplug-in and I would like write dependency rule > > RUN_DEPENDS=::www/mozilla-firefox or ::www/firefox3 > > How I can achieve that? For the records. It' c

How to be depend on port1 or port2

2008-08-21 Thread Mikolaj Kucharski
Hi, I have update for mplayerplug-in and I would like write dependency rule RUN_DEPENDS=::www/mozilla-firefox or ::www/firefox3 How I can achieve that? -- best regards q#

PATCH: infrastructure/fetch/check-all

2008-08-12 Thread Mikolaj Kucharski
I like the way it works with my patch, as currently it has some issues, one of them is showed below. # grep -A6 ^bzip2 /usr/ports/distfiles/Makefile bzip2-1.0.5.tar.gz: $F @[EMAIL PROTECTED]; ${SIMPLE_LOCK}; \ MAINTAINER="The OpenBSD ports mailing-list " \ SITES="http://

FIX: misc/shared-mime-info

2008-07-28 Thread Mikolaj Kucharski
--- shared-mime-info-0.40 --- Couldn't delete /usr/local/share/mime/globs2 (bad checksum) Files kept as partial-shared-mime-info-0.40 package -- best regards q# Index: Makefile === RCS file: /cvs/ports/misc/shared-mim

Re: Annoying firefox messages

2008-06-17 Thread Mikolaj Kucharski
On Tue, Jun 17, 2008 at 06:00:47PM +0200, Jasper Lievisse Adriaanse wrote: > On Tue, Jun 17, 2008 at 04:52:31PM +0100, Federico G. Schwindt wrote: > > On Tue, Jun 17, 2008 at 05:32:11PM +0200, Antoine Jacoutot wrote: > > > On Tue, 17 Jun 2008, Marco Peereboom wrote: > > > > > > > One of the worst

PATCH: infrastructure/package/check-lib-depends

2008-04-22 Thread Mikolaj Kucharski
Okay? -- best regards q# Index: check-lib-depends === RCS file: /cvs/ports/infrastructure/package/check-lib-depends,v retrieving revision 1.15 diff -u -r1.15 check-lib-depends --- check-lib-depends 20 Feb 2008 07:04:25 - 1

Really small patch for x11/xdesktopwaves

2008-04-02 Thread Mikolaj Kucharski
Ok from maintainer. -- best regards q# Index: Makefile === RCS file: /cvs/ports/x11/xdesktopwaves/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile1 Apr 2008 07:47:39 - 1.1.1.1 +++ Makefile

Re: esound 2.38 revisited

2008-03-13 Thread Mikolaj Kucharski
On Thu, Mar 13, 2008 at 08:02:23PM +0100, Ingo Schwarze wrote: > I'm not the one to choose either scheme - but imho both schemes > could profit from an additional u-level. I proposed in the past partial patch-level, like p1.1, I don't think that another ``u'' suffix is needed. Devs could just use

Re: esound 2.38 revisited

2008-03-11 Thread Mikolaj Kucharski
On Tue, Mar 11, 2008 at 12:05:13AM +, Jacob Meuser wrote: > On Tue, Mar 11, 2008 at 02:22:52AM +0300, Vadim Jukov wrote: > > > Wow! But... What port version did you made diff from? > > oops. try this instead. ... > -PKGNAME= ${DISTNAME}p1v0 ... > +PKGNAME= ${DISTNAME} Can we remove

Re: kqemu cleaning

2008-01-22 Thread Mikolaj Kucharski
Thanks Stuart. -- best regards q#

Re: kqemu cleaning

2008-01-21 Thread Mikolaj Kucharski
On Mon, Jan 21, 2008 at 10:32:55PM +0100, DbD wrote: > I can confirm, there are no problem if kernel-kqemu is not enable. > > My conclusions about qemu-kqemu, the are 3 options : > >- Default, no option : User acceleration (qemu compile with kqemu) >- no-kqemu : Disable all acceleration >

Re: kqemu cleaning

2008-01-20 Thread Mikolaj Kucharski
On Sun, Jan 20, 2008 at 11:42:13AM +0100, Antoine Jacoutot wrote: > Hi. > > This diff does some cleaning and add missing stuffs to the newly imported > kqemu port. > > - add missing RCS tags > - respect $CC > - add NO_REGRESS > - s/$LOCALBASE/$PREFIX > - lowercase email > - hook to the build > - a

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 11:29:31PM +0100, Michael Knudsen wrote: > Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): > [..] > > Compaq Armada M300 has MTRR too with Intel PIII processor. Do you think > > it support hardware virtualization? MTRR it something completely > > d

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 11:10:56PM +0100, Michael Knudsen wrote: > Quoting Mikolaj Kucharski ([EMAIL PROTECTED]): > > Which flag acutally says that CPU supports hardware virtualizatoin? I > > have few dmesgs from different machines. None of them have VMX or SVM > > flag.

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 10:49:39PM +0100, Michael Knudsen wrote: > Quoting Michael Knudsen ([EMAIL PROTECTED]): > [..] > > Something like this: > > > > grep -E '^cpu?:.*(VMX|SVM)' /var/run/dmesg.boot > > Err: > > grep -E 'cpu.*... etc. Which flag acutally says that CPU supports hardw

Re: kqemu port

2008-01-19 Thread Mikolaj Kucharski
On Sat, Jan 19, 2008 at 08:43:56AM -0600, Marco Peereboom wrote: > I know someone was working on a kqemu port. Any clues where that is? > > qemu is awesome for test but it really could use some extra speed... Slightly off topic, but how to check on OpenBSD does cpu support hardware virtualizatio

Re: clamav-0.92

2007-12-20 Thread Mikolaj Kucharski
On Thu, Dec 20, 2007 at 07:28:19PM +0100, Marc Balmer wrote: > Helmut Schneider wrote: >> Hi, >> >> I successfully compiled clamav-0.92 from ports on 4.2 stable. I'm using it >> with postfix and it is running fine for more than 24h now. Attached are >> distinfo and Makefile (partially stolen from

pkg_add -ui and evolution-data-server, db/v3, db/v4

2007-11-24 Thread Mikolaj Kucharski
Hi, This helps when I have db/v3 and db/v4 installed and I want to do pkg_add -ui. pkg tools are confused and they see only major=3. -- best regards q# Index: Makefile === RCS file: /cvs/ports/databases/evolution-data-server/Makefil

Re: security/libotr 3.1.0

2007-11-22 Thread Mikolaj Kucharski
On Thu, Nov 22, 2007 at 04:59:39AM +, Sebastien Carlier wrote: > The security/libotr port has no maintainer. I have upgraded this port > to the latest release and cleaned up old cruft (thanks to espie@ for > useful guidance). I have a tarball ready to go, would someone be > willing to have a

Re: mail/mutt: patch to ask for reply-to header

2007-09-26 Thread Mikolaj Kucharski
On Thu, Sep 27, 2007 at 02:28:55AM +0200, Ingo Schwarze wrote: > -PKGNAME= ${DISTNAME}p0 > +PKGNAME= ${DISTNAME}p0u0 First time I see that kind of patchlevel. Why you used that? -- best regards q#

UPDATE: misc/shared-mime-info

2007-09-10 Thread Mikolaj Kucharski
Hi, - removed quotes around comment - this update fix locales for us - don't hardcode `/usr/local' - add 3 `no checksum' comments to plist - add only exec to plist, thanks to `no checksum' comments, no unexec line as files regenerated should be removed when package goes away If you will have

Re: openvpn + bsdauth

2007-09-06 Thread Mikolaj Kucharski
On Thu, Sep 06, 2007 at 10:56:28PM +0200, Felix kronlage wrote: > On Wed, Sep 05, 2007 at 01:16:34AM +0200, Tamas TEVESZ wrote: > > > i've created a small app that can be used by openvpn's > > auth-user-pass-verify to authenticate vpn users against the system > > user db. snarf it from > > http

NEW: x11/gnome/vino

2007-08-31 Thread Mikolaj Kucharski
Hi, > Comment: > VNC server for GNOME > > Description: > Vino is integrated VNC server for GNOME. vino has an issue with IPv6, as it binds only to inet6 socket by default, that's why I have --disable-ipv6 in Makefile. I'm using this port for three months now without a problem. -- best regards

Re: [patch] Sync FLAVORS and DESCR

2007-08-30 Thread Mikolaj Kucharski
On Thu, Aug 30, 2007 at 04:54:09PM +, Christian Weisgerber wrote: > Pierre Riteau <[EMAIL PROTECTED]> wrote: > > > Also fixes a missing URL. > > > --- devel/glade/pkg/DESCR 15 Dec 2003 21:42:19 - 1.4 > > +++ devel/glade/pkg/DESCR 29 Aug 2007 19:41:42 - > > @@ -8,3 +8,4 @@ > >

Re: graphics/evince vs textproc/gpdf

2007-08-01 Thread Mikolaj Kucharski
On Fri, Jul 27, 2007 at 02:14:02AM -0400, Daniel Dickman wrote: > Any reason to keep textproc/gpdf? It seems that graphics/evince is the > successor to gpdf. I don't see a reason for keeping it. -- best regards q#

Re: simplification of the FLAVORs defined for mutt

2007-07-25 Thread Mikolaj Kucharski
Hi, On Wed, Jul 25, 2007 at 09:28:33AM -0500, Todd T. Fries wrote: > So, anybody have _any_ comments? > > I don't see why this would hurt, because these flavors add functionality > that is not enabled by default, one must add .muttrc entries to enable > them. These also (as Brad points out) do n

Re: Enable SASL support for Mutt 1.5

2007-07-18 Thread Mikolaj Kucharski
On Wed, Jul 18, 2007 at 05:48:32PM -0500, Todd T. Fries wrote: > Since compressed and sidebar add not dependencies, and do not even do anything > unless you enable them via .muttrc, I vote to remove them as flavors and add > sasl as proposed below. > > Any objections? I like that, even using only

Re: pkg tools, exec-add question

2007-07-17 Thread Mikolaj Kucharski
Hi, On Thu, Jul 05, 2007 at 10:51:33AM +0100, Mikolaj Kucharski wrote: > Just wondered, should @exec-add be executed with `-r' flag to pkg_add > added as @exec-delete wasn't in example below executed? Please see > attached patch for plist changes. > > > # env PKG_PA

Re: Enable SASL support for Mutt 1.5

2007-07-08 Thread Mikolaj Kucharski
On Sun, Jul 08, 2007 at 09:42:37PM +0200, steven mestdagh wrote: > Joachim Schipper [2007-07-08, 11:39:41]: > > On Sun, Jul 08, 2007 at 10:27:50AM +0900, Mathieu Sauve-Frankel wrote: > > > On Fri, Jul 06, 2007 at 10:01:14AM +0200, Joachim Schipper wrote: > > > > On Fri, Jul 06, 2007 at 12:20:31AM -

Re: Enable SASL support for Mutt 1.5

2007-07-06 Thread Mikolaj Kucharski
On Fri, Jul 06, 2007 at 10:57:51AM +0100, Mikolaj Kucharski wrote: > On Fri, Jul 06, 2007 at 12:20:31AM -0400, Brad wrote: > > mutt having SMTP support is pretty cool. Having SASL support enabled > > would make it usable for a lot more users. > > Cool indeed. With NTLM ena

Re: Enable SASL support for Mutt 1.5

2007-07-06 Thread Mikolaj Kucharski
On Fri, Jul 06, 2007 at 12:20:31AM -0400, Brad wrote: > mutt having SMTP support is pretty cool. Having SASL support enabled > would make it usable for a lot more users. Cool indeed. With NTLM enabled SASL I can login with it to exchange. Antoine, please consider attached patch for cyrus-sasl for

Re: MAINTAINER-UPDATE: x11/tellico

2007-07-05 Thread Mikolaj Kucharski
On Thu, Jul 05, 2007 at 02:15:39PM +0200, Andreas Bihlmaier wrote: > Index: pkg/PLIST > === > RCS file: /cvs/ports/x11/tellico/pkg/PLIST,v > retrieving revision 1.2 > diff -u -u -r1.2 PLIST > --- pkg/PLIST 28 Apr 2007 16:15:41 -

Re: Porting problem, `Missing library for..'

2007-07-04 Thread Mikolaj Kucharski
Found my answer.. On Wed, Jul 04, 2007 at 10:31:34PM +0100, Mikolaj Kucharski wrote: > Does anyone know why my entry for below library isn't working as > expected? What did I miss? Work-in-progress port attached. > > > > # make port-lib-depends-check > Missing

Porting problem, `Missing library for..'

2007-07-04 Thread Mikolaj Kucharski
Hi, Does anyone know why my entry for below library isn't working as expected? What did I miss? Work-in-progress port attached. # make port-lib-depends-check Missing library for evolution/2.10/emiscwidgets Can't resolve libspec evolution/2.10/emiscwidgets Error reading plist *** Error code 1 (i

Re: UPDATE: Pidgin 2.0.2 (and silc-toolkit 1.1)

2007-06-20 Thread Mikolaj Kucharski
On Fri, Jun 15, 2007 at 09:33:28PM -0400, Brad wrote: > Here is an update to Pidgin 2.0.2 as well as an update to silc-toolkit 1.1 > as the Pidgin SILC support has been updated to use the 1.1 API. > > http://comstyle.com/pidgin/pidgin.diff Pidgin is working with gmail and hotmail for me. -- bes

Re: How to invoke gm4 from autoconf-2.59 in a port?

2007-06-13 Thread Mikolaj Kucharski
On Wed, Jun 13, 2007 at 03:00:27AM -0700, Vortechz wrote: > > I need to invoke /usr/local/bin/gm4 to get a configure.ac script processed by > autoconf. Some GNOME ports have trick like below. Maybe this will help. post-patch: @ln -s ${LOCALBASE}/bin/gm4 ${WRKDIR}/bin/m4 -- best regards

Re: gnome 2.18 issues

2007-06-07 Thread Mikolaj Kucharski
On Thu, Jun 07, 2007 at 06:58:58AM -0400, Rodolfo Gouveia wrote: > Hi! Just installed gnome 2.18 and have some issues. > The first is with sound. Although it works with xmms, it seems Gnome doesn't > detect my soundcard. When I click on the speaker for "Volume Control" > I get this error message:

Re: squidguard

2007-06-01 Thread Mikolaj Kucharski
Hi, On Fri, Jun 01, 2007 at 12:07:26PM -0600, Alexandre Anriot wrote: > - don't use RUN_DEPENDS=${BUILD_DEPENDS} but > BUILD_DEPENDS=${RUN_DEPENDS} ; Can someone clarify why this makes a difference or give me an example? Thanks in advance. -- best regards q#

Anyone have ffmpeg plugins for GStreamer?

2007-05-13 Thread Mikolaj Kucharski
Hi, Someone have maybe port of FFmpeg plugins for GStreamer? References 1. http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html 2. http://gstreamer.freedesktop.org/src/gst-ffmpeg/ -- best regards q#

Re: wine-0.9.37 ktrace

2007-05-12 Thread Mikolaj Kucharski
Hi, On Sun, May 13, 2007 at 12:38:30AM +0200, Vortechz Anderson wrote: > wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi > > Execution leads to segfault. > (Note: Generic kernel _has_ SYSV MSG/SHM/SEMand I > have not forgot sysctl machdep.userldt=1) > > I know there are some issues a

Fix installation of ImageMagic, lib_depends+=expat..

2007-04-26 Thread Mikolaj Kucharski
Hi, ImageMagic fails to install even when expat port is installed. -- best regards q# [...] ===> Installing ImageMagick-6.3.2.1p0 from /usr/ports/packages/i386/all/ Can't install /usr/ports/packages/i386/all/ImageMagick-6.3.2.1p0.tgz: lib not found expat.7.0 Even by looking in the dependency t

package compiled with two vesrions of same library

2007-04-15 Thread Mikolaj Kucharski
Hi, Currently there is two expat libraries in OpenBSD, one in ports, and one in Xenocara. I'm working on some ports related to GNOME 2.18 and one port compiled with two versions of expat > # cd w-gucharmap-1.10.0-no_gnome-mystuff/fake-i386-no_gno... > # objdump -p lib/libgucharmap.so.1.0 | grep e

New/updated ports and expat question

2007-04-15 Thread Mikolaj Kucharski
Hi, Which expat should we use for new/updated ports? This one from Xenocara or from ports? Does expat port will be removed in the future? -- best regards q#

Re: Pseudo flavors and dependencies

2007-03-17 Thread Mikolaj Kucharski
On Sat, Mar 17, 2007 at 07:17:44PM +0100, Simon Dassow wrote: > On Sat, Mar 17, 2007 at 05:48:55PM +0000, Mikolaj Kucharski wrote: > > Hi, > > > > Port depends on `xml2::textproc/libxml' and by default this will > > build libxml with python subpackage. But if my

Pseudo flavors and dependencies

2007-03-17 Thread Mikolaj Kucharski
Hi, Port depends on `xml2::textproc/libxml' and by default this will build libxml with python subpackage. But if my port don't depends on python subpackage and python itself can I put depend line like xml2::textproc/libxml,no_python as this is pseudo flavor? -- best regards q#

Re: PATCH: x11/gnome/icon-theme

2007-03-17 Thread Mikolaj Kucharski
On Sat, Mar 17, 2007 at 03:50:59PM +, Mikolaj Kucharski wrote: > On Sat, Mar 17, 2007 at 03:36:02PM +0000, Mikolaj Kucharski wrote: > > I want to remove my local changes to ports tree. Build dependecny > > textproc/intltool isn't necessary as textproc/p5-XML-Parser alrea

PATCH: x11/gnome/icon-theme

2007-03-17 Thread Mikolaj Kucharski
Hi, I want to remove my local changes to ports tree. Build dependecny textproc/intltool isn't necessary as textproc/p5-XML-Parser already depends on it. Besides that PKG_ARCH=* and NO_REGRESS=Yes. PKGNAME bump, right? -- best regards q# diff -ruNx CVS x11/gnome/icon-theme/Makefile mystuff/x11/

Re: PATCH: x11/gnome/icon-theme

2007-03-17 Thread Mikolaj Kucharski
On Sat, Mar 17, 2007 at 03:36:02PM +, Mikolaj Kucharski wrote: > I want to remove my local changes to ports tree. Build dependecny > textproc/intltool isn't necessary as textproc/p5-XML-Parser already > depends on it. Well I wrote that wrong. gnome-icon-theme creates intltool-

NEW: x11/gnome/gdm-themes

2007-03-17 Thread Mikolaj Kucharski
Hi, Some themes for GDM login manager mostly from freshmeat.net. Please comment and test. -- best regards q# gdm-themes.tgz Description: application/tar-gz

UPDATE: devel/desktop-file-utils 0.12

2007-03-17 Thread Mikolaj Kucharski
Hi, I'm using this for a while. Please test and comment. I'm using this with glib2 which I've send today. -- best regards q# diff -ruNx CVS devel/desktop-file-utils/Makefile mystuff/devel/desktop-file-utils/Makefile --- devel/desktop-file-utils/Makefile Sun Dec 17 01:20:40 2006 +++ mystuff/de

Re: UPDATE: devel/glib2 2.12.9

2007-03-17 Thread Mikolaj Kucharski
On Sat, Mar 17, 2007 at 12:32:25PM +, Mikolaj Kucharski wrote: > Hi, > > This is based on patch send by alek@ in last year. I've changed a patch > patches/patch-glib_gutils_c to fix problem with nautilus. With this it > is possible to open files with default assigned a

UPDATE: deve/libIDL

2007-03-17 Thread Mikolaj Kucharski
Hi, This updates libIDL to version 0.8.8. Please test and comment. patch -E needed. -- best regards q# diff -ruNx CVS devel/libIDL/Makefile mystuff/devel/libIDL/Makefile --- devel/libIDL/Makefile Sun Dec 17 01:20:51 2006 +++ mystuff/devel/libIDL/Makefile Sat Mar 17 12:37:23 2007 @@ -

UPDATE: devel/glib2 2.12.9

2007-03-17 Thread Mikolaj Kucharski
Hi, This is based on patch send by alek@ in last year. I've changed a patch patches/patch-glib_gutils_c to fix problem with nautilus. With this it is possible to open files with default assigned application by simple click. Please test. References 1. http://www.atlantilde.com/~alek/ports/gtk+2/

FIX: x11/gnome/mime-data

2007-03-17 Thread Mikolaj Kucharski
Hi, This fix location of `locale' directory from ${LOCALBASE} to ${LOCALBASE/share. Please comment if I missed something. -- best regards q# diff -ruNx CVS x11/gnome/mime-data/Makefile mystuff/x11/gnome/mime-data/Makefile --- x11/gnome/mime-data/MakefileSat Jan 20 08:56:37 2007 +++ mystu

UPDATE: x11/hicolor-icon-theme

2007-03-17 Thread Mikolaj Kucharski
Please test version 0.10. -- best regards q# diff -ruNx CVS x11/hicolor-icon-theme/Makefile mystuff/x11/hicolor-icon-theme/Makefile --- x11/hicolor-icon-theme/Makefile Sat Jan 20 08:56:59 2007 +++ mystuff/x11/hicolor-icon-theme/Makefile Sat Mar 17 11:20:31 2007 @@ -2,7 +2,7 @@ COMMENT

Re: UPDATE: devel/libgtop2 up to 2.14.8

2007-03-17 Thread Mikolaj Kucharski
On Sat, Mar 17, 2007 at 10:24:55AM +, Mikolaj Kucharski wrote: > patch -E necessary. ..and diff is here. -- best regards q# diff -ruNx CVS devel/libgtop2/Makefile mystuff/devel/libgtop2/Makefile --- devel/libgtop2/Makefile Wed Feb 21 20:46:25 2007 +++ mystuff/devel/libgtop2/Makef

UPDATE: devel/libgtop2 up to 2.14.8

2007-03-17 Thread Mikolaj Kucharski
Hi, This updates libgtop2 to 2.14.8 version. This fixes a problem when GNOME System Monitor freezes after few seconds of usage and now it is possible to see process list in it and send signals (like SIGKILL). Still not resolved issue with CPU% usage -- it is always 0 or 100. I'll appreciate if som

Re: Crashes with SVG image in mozilla-firefox

2007-03-16 Thread Mikolaj Kucharski
On Fri, Mar 16, 2007 at 08:52:47PM +0100, Eric Faurot wrote: > >Thanks for the report. I reproduced w/the debug version > >and have this backtrace info. Most likely suspect is > >cairo. > > I can not reproduce this. It works ok here with the following config: > $ pkg_info | grep mozilla-firefox >

Crashes with SVG image in mozilla-firefox

2007-03-15 Thread Mikolaj Kucharski
Hi, When I open html with embedded SVG image I've got random crashes of Firefox when I click with right button and try to navigate menu or when I open main menu e.g. to check in help->about browser version. An example page is here http://www.ba.infn.it/~zito/xml/embed.html $ pkg_info |

Re: nmap run out of bpf devices

2007-02-23 Thread Mikolaj Kucharski
On Sun, Feb 18, 2007 at 03:41:45PM +0100, Giovanni Bechis wrote: > On Sun, Feb 18, 2007 at 11:30:43AM +0000, Mikolaj Kucharski wrote: > > I read netbsd thread and they give a solution to create more bpf(4) > > devices. So I created 10 more and started nmap again with bpf0-19 in >

Re: PATCH: fix compilaton of libnet-1.0 when /dev/bpf0 don't exists

2007-02-21 Thread Mikolaj Kucharski
Any comments on this? On Tue, Feb 20, 2007 at 03:05:43PM +, Mikolaj Kucharski wrote: > I'm using chroot environment for ports compilation, and this fix > compilation when I have only a stub in /dev > > Index: patches/p

PATCH: fix compilaton of libnet-1.0 when /dev/bpf0 don't exists

2007-02-20 Thread Mikolaj Kucharski
Hi, I'm using chroot environment for ports compilation, and this fix compilation when I have only a stub in /dev -- best regards q# Index: patches/patch-configure.in === RCS file: /cvs/ports/net/libnet/1.0/patches/patch-configure.in

nmap run out of bpf devices

2007-02-18 Thread Mikolaj Kucharski
Hi, I read netbsd thread and they give a solution to create more bpf(4) devices. So I created 10 more and started nmap again with bpf0-19 in /dev directory, but still have same error. Can someone check this simple nmap usage on Ethernet and wireless device? I'm able to check it only on ral right n

x11/gnome/libgnomecups question

2007-02-15 Thread Mikolaj Kucharski
Hi, I know that this port came recently but I cannot see it in upcoming GNOME 2.18 and it is BROKEN right now, and in future GNOME will use GtkPrint (as it's stated on the website, but I didn't follow topic), so I want to say, why it cannot be removed? If not now because of soft lock, maybe later.

small patch for databases/sqlports

2007-02-13 Thread Mikolaj Kucharski
rm -f distinfo -- best regards q# Index: Makefile === RCS file: /cvs/ports/databases/sqlports/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile2006/12/27 11:16:10 1.8 +++ Makefile2007/02/14 00:26:33 @

Re: sha256 update

2007-02-13 Thread Mikolaj Kucharski
part4: cad, chinese (defaulting to gmail) -- best regards q# Index: cad/chipmunk/distinfo === RCS file: /cvs/ports/cad/chipmunk/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- cad/chipmunk/distinfo 2005/01/05 15:

Shouldn't `make clean=dist' wipe out ${SUPDISTFILES} files too?

2007-02-13 Thread Mikolaj Kucharski
When I run `make checksum' in `audio/festival/core' and after this `make clean=dist' it leaves one file which is definded as SUPDISTFILES. Should it be removed too or there is another taraget to remove those files? -- best regards q#

sha256 update

2007-02-13 Thread Mikolaj Kucharski
part1: archivers, astro -- best regards q# Index: archivers/arc/distinfo === RCS file: /cvs/ports/archivers/arc/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- archivers/arc/distinfo 2006/06/21 10:19:32 1.4 +++

Re: NEW: x11/gdm-themes

2007-02-11 Thread Mikolaj Kucharski
On Sun, Feb 11, 2007 at 08:08:22AM +, Mikolaj Kucharski wrote: > Few themes from freshmeat.net. Please check is it working on 2.6.x as I'm > on 2.16.3. Please comment on port and category as I'm not sure x11/ or > x11/gnome/ is better for this port. If you are willing to com

NEW: x11/gdm-themes

2007-02-11 Thread Mikolaj Kucharski
Hi, Few themes from freshmeat.net. Please check is it working on 2.6.x as I'm on 2.16.3. Please comment on port and category as I'm not sure x11/ or x11/gnome/ is better for this port. If you are willing to commit this port can you bump version to 0.2 without patch level. Thanks. -- best regards

Re: UPDATE: x11/hicolor-icon-theme

2007-02-10 Thread Mikolaj Kucharski
On Sun, Feb 11, 2007 at 04:08:38AM +, Mikolaj Kucharski wrote: > Hi, > > I'm using this ports from half of December 2006. Attached patch in previous mail was reversed. -- best regards q#

Packages suffix for mystuff/ ports

2007-02-10 Thread Mikolaj Kucharski
Hi, How can I add suffix to packages (like flavors has) to packages made from ports under mystuff/? For example I have port in devel/foobar and devel/mystuff/foobar first in version 1.1 second in 1.2. After pkg_info I can see that: # pkg_info | grep foobar foobar-1.1 and when I u

UPDATE: x11/gnome/doc-utils

2007-02-10 Thread Mikolaj Kucharski
Hi, I'm using this port from half of December 2006. # ls -lh /var/db/pkg/gnome-doc-utils-0.8.0/ total 24 -rw-r--r-- 1 root wheel 5.4K Dec 10 12:04 +CONTENTS -rw-r--r-- 1 root wheel 422B Dec 10 12:04 +DESC -rw-r--r-- 1 root wheel12B Feb 11 01:26 +REQUIRED_BY -rw-r--r-- 1 root wheel

UPDATE: x11/hicolor-icon-theme

2007-02-10 Thread Mikolaj Kucharski
Hi, I'm using this ports from half of December 2006. $ ls -lh /var/db/pkg/hicolor-icon-theme-0.10/ total 32 -rw-r--r-- 1 root wheel 11.6K Dec 12 19:40 +CONTENTS -rw-r--r-- 1 root wheel 275B Dec 12 19:40 +DESC -rw-r--r-- 1 root wheel91B Dec 24 09:32 +REQUIRED_BY -- best regards q# d

graphics/libkipi and debug flavor

2007-02-10 Thread Mikolaj Kucharski
Shouldn't FLAVORS=debug line be removed from Makefile, as FLAVOR variable isn't used any where else in this port. -- best regards q#

Re: UPDATE: audio/esound

2007-01-23 Thread Mikolaj Kucharski
On Mon, Sep 18, 2006 at 06:34:18AM +0100, Mikolaj Kucharski wrote: > Please test. Resending again updated patch with same version as before. I'm using this version from September 2006. -- best regards q# diff -x CVS -ruN audio/esound/Makefile mystuff/audio/esound/Makefile --- audi

Wrappers support, compilation problem

2006-12-20 Thread Mikolaj Kucharski
Hi, Can anyone give me a hint why I have errors like this configure:31273: cc -o conftest -O2 -pipe -Wall \ -Wmissing-prototypes -I/usr/local/include \ -I/usr/X11R6/include -L/usr/local/lib conftest.c -lwrap >&5 /usr/lib/libwrap.so.4.0: undefined reference to `allow_severity' /usr

Are dot.mo files architecture independend?

2006-12-20 Thread Mikolaj Kucharski
Hi, Are they? Can I mark this package as PKG_ARCH=* ? # file * gnome-mime-data.mo: GNU message catalog (little endian), revision 0, 363 messages -- best regards q#

How much space is needed for bulk build on i386?

2006-12-20 Thread Mikolaj Kucharski
Hi, Can someone send me `du -sch' from distfiles/ and tell me aprox. how much I will need space for full build of ports? I see that all packages for i386 have less than 4.5GB -- best regards q#

Does anyone needs textproc/gnome-spell?

2006-12-20 Thread Mikolaj Kucharski
Hi, I don't see anything is using it, and also there is no such module in GNOME 2.14/2.16 anymore. If nothing is using this port any more, why it cannot be removed? -- best regards q#

New master site for graphics/aalib

2006-12-17 Thread Mikolaj Kucharski
Hi, Distfile for aalib are on SourceForge mirrors, but tarball from there doesn't have config.cache file so md5/sha1/rmd160/size is different. I'm not sure what about aalib-1.2.tar.gz which is on OpenBSD site. Should attached pach have DIST_SUBDIR variable set to something? -- best regards q# In

Re: Fix to gtk2 falvor of audio/timidity

2006-12-16 Thread Mikolaj Kucharski
On Sun, Dec 17, 2006 at 12:29:16AM +, Mikolaj Kucharski wrote: > -PKGNAME= ${DISTNAME:L:S/++//} > +PKGNAME= ${DISTNAME:L:S/++//}p0 Looking into cvs, it dosen't need PKGNAME bump. But still not sure.. -- best regards q#

New style libspecs for kmplayer and fuse

2006-12-16 Thread Mikolaj Kucharski
Hi, For fuse, can you please check lib-depends-check before commit? -- best regards q# Index: Makefile === RCS file: /cvs/ports/x11/kmplayer/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile2006/11/11 18:38:

Fix to gtk2 falvor of audio/timidity

2006-12-16 Thread Mikolaj Kucharski
Hi, Can you please verify lib-depends-check, as I have gtk2 from alek@ on my build env? -- best regards q# Index: Makefile === RCS file: /cvs/ports/audio/timidity/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makef

Re: small patch to print/poppler

2006-12-16 Thread Mikolaj Kucharski
On Sat, Dec 16, 2006 at 06:04:00AM +, Mikolaj Kucharski wrote: > Index: pkg/PLIST-qt > === > RCS file: /cvs/ports/print/poppler/pkg/PLIST-qt,v > retrieving revision 1.1 > diff -u -r1.1 PLIST-qt > --- pkg/PLIST-

small patch to print/poppler

2006-12-15 Thread Mikolaj Kucharski
-- best regards q# Index: pkg/PLIST-qt === RCS file: /cvs/ports/print/poppler/pkg/PLIST-qt,v retrieving revision 1.1 diff -u -r1.1 PLIST-qt --- pkg/PLIST-qt2006/10/29 11:03:26 1.1 +++ pkg/PLIST-qt2006/12/16 06:02:

<    2   3   4   5   6   7   8   >