graphics/blender: missing dependency on libgmpxx.so.3.0

2020-12-30 Thread Fabian Raetz
Hi ports, after installing a fresh copy of OpenBSD, Blender did not start because of a missing dependency of libgmpxx.so.3.0. After manually installing gmpxx, Blender started. Thanks for the update to 2.91 :D Cheers, Fabian

Remove devel/hub after github-cli got imported?

2020-10-07 Thread Fabian Raetz
Hi ports, I'm listed as the maintainer of devel/hub which also is outdated. I propose that we remove devel/hub from ports once the github-cli port [0] got committed?. Reading [1], it seems that hub will still be maintained but if nobody objects I think one maintained solution in ports should be

net/net-snmp: fix off-by-one in file logging

2019-05-19 Thread Fabian Raetz
Hi i tried netsnmpd from net/net-snmp today and run into a problem with the default config where the daemon crashed while starting. It seemed to be an off-by-one related to file based logging which already got fixed upstream [0]. netsnmpd started after applying the patch from upstream. [0]

Re: Eclipse/SWT requires GL/glx.h

2019-01-20 Thread Fabian Raetz
Hi You can find the file in /usr/X11R6/include/GL/glx.h. In general the pkglocatedb port comes in handy if you're looking for a specific file. Cheers, Fabian Am So., 20. Jan. 2019 um 20:02 Uhr schrieb Karel Gardas : > > Hello, > > in an attempt to bring latest Eclipse IDE to OpenBSD I've hit

Re: UPDATE: lang/wabt

2019-01-19 Thread Fabian Raetz
On Fri, Jan 18, 2019 at 10:45:38PM +0100, Raphael Graf wrote: > The diff below updates wabt to 1.0.8. > > There is now a manpage for each of the tools. > The patch is no longer needed, both issues have been fixed by upstream. > > I have only lightly tested some of the tools, found no problems..

Re: new: net/go-ipfs

2018-09-19 Thread Fabian Raetz
On Tue, Sep 18, 2018 at 11:07:00PM +0100, Edd Barrett wrote: > Hi, > > Thanks for working on this. > > On Sun, Sep 16, 2018 at 09:52:52PM +0200, Fabian Raetz wrote: > > I'm running an ipfs node at home and pinned a "Hello, OpenBSD!" > > file [1] for you :)

new: lang/solidity

2018-09-16 Thread Fabian Raetz
Hi all. Attached is a new port for Solidity [0]. Normaly I use the Solidity compiler from NPM in combination with truffle [1]. However, the version from NPM does not support the SMT solver feature through Z3 or CVC4 which is why i'm interested in a native Solidity compiler package with the SMT

Re: math/z3: add missing SHARED_LIBS

2018-09-15 Thread Fabian Raetz
On Sat, Sep 15, 2018 at 12:19:43PM +0200, Rafael Sadowski wrote: > On Tue Sep 04, 2018 at 01:55:54AM +0200, Fabian Raetz wrote: > > Hi @ports. > > > > I've added math/z3 as a LIB_DEPENDS to lang/solidity in openbsd-wip. It > > seems > > that libz3 is not se

math/z3: add missing SHARED_LIBS

2018-09-03 Thread Fabian Raetz
Hi @ports. I've added math/z3 as a LIB_DEPENDS to lang/solidity in openbsd-wip. It seems that libz3 is not setup correctly? Here's my attempt to fix it. Does that make sense? Cheers, Fabian diff --git a/math/z3/Makefile b/math/z3/Makefile index c20e714d0ee..0354d957fe9 100644 ---

Re: [NEW] devel/wabt

2018-09-03 Thread Fabian Raetz
On Fri, Aug 31, 2018 at 05:38:53PM -0400, Brian Callahan wrote: > > On 08/31/18 12:25, Fabian Raetz wrote: > > On Fri, Aug 31, 2018 at 02:40:26PM +0200, Raphael Graf wrote: > > > Hi Fabian > > > > > > On 08/31/18 02:00, Fabian Raetz wrote: > > > &

Re: [NEW] devel/wabt

2018-08-31 Thread Fabian Raetz
On Fri, Aug 31, 2018 at 02:40:26PM +0200, Raphael Graf wrote: > Hi Fabian > > On 08/31/18 02:00, Fabian Raetz wrote: > > On Thu, Aug 30, 2018 at 06:49:34PM -0400, Brian Callahan wrote: > > > > > > On 08/30/18 18:35, Brian Callahan wrote: > > > > Hi

Re: [NEW] devel/wabt

2018-08-30 Thread Fabian Raetz
On Thu, Aug 30, 2018 at 06:49:34PM -0400, Brian Callahan wrote: > > On 08/30/18 18:35, Brian Callahan wrote: > > Hi Fabian -- > > > > On 08/30/18 17:28, Fabian Raetz wrote: > > > On Thu, Aug 30, 2018 at 05:12:35PM -0400, Brian Callahan wrote: > > > >

Re: [NEW] devel/wabt

2018-08-30 Thread Fabian Raetz
On Thu, Aug 30, 2018 at 05:12:35PM -0400, Brian Callahan wrote: > Hi Fabian -- > > On 08/30/18 16:42, Fabian Raetz wrote: > > Hi all. > > > > i've been using the "WebAssembly Binary Toolkit" lately and thought i > > create a > > proper port

[NEW] devel/wabt

2018-08-30 Thread Fabian Raetz
Hi all. i've been using the "WebAssembly Binary Toolkit" lately and thought i create a proper port for it. The port doesn't support running the tests as they require some git submodules including the gtest source. Sadly, my cmake skills are not good enough to make the build system use gtest

Re: NEW: net/bitcoin

2018-07-11 Thread Fabian Raetz
l Bychkov wrote: > >> On Wed, July 4, 2018 23:28, Rafael Sadowski wrote: > >> > HI ports@, Hi Fabian Raetz! > >> > > >> > Thanks for testing over two weeks and tweaks/feedback. Your rc changes > >> > works fine for me. > >> > > &g

Re: NEW: net/bitcoin

2018-07-02 Thread Fabian Raetz
add here's the missing diff xD Am Mo., 2. Juli 2018 um 23:06 Uhr schrieb Fabian Raetz < fabian.ra...@gmail.com>: > Hi > > i've been running a bitcoin node for the last two weeks and everything > seems to be fine! I tested the QT client as well as the no_x11 FLAVOR and > u

Re: NEW: net/bitcoin

2018-07-02 Thread Fabian Raetz
Hi i've been running a bitcoin node for the last two weeks and everything seems to be fine! I tested the QT client as well as the no_x11 FLAVOR and used it in combination with lnd [0] (in testnet) Please find the attached diff with two small improvements to the rc file: - add daemon_timeout=300.

Re: [UPDATE] devel/hub

2015-12-12 Thread Fabian Raetz
On Sat, Dec 12, 2015 at 02:26:05PM -0500, Michael Reed wrote: > On 11/22/15 18:25, Michael Reed wrote: > > On 11/13/15 19:13, Michael Reed wrote: > >> devel/hub 2.2.2 was recently released [1], and I've been > >> using it for a few days with no issues. The maintainer

security/kpcli: missing dependency on p5-XML-Parser

2015-12-06 Thread Fabian Raetz
Hi ports@, i've setup a new OpenBSD installation (with UEFI+GPT Yaaay :)) and noticed that security/kpcli has a missing dependency on p5-XML-Parser? Here's the error message which shows up as soon as i try to open a password file: Couldn't load the file test.kdbx: Cannot load XML library to

gnome-shell crashes while running desktop-update-database

2015-07-31 Thread Fabian Raetz
Hi ports@, i'm runnning -current/amd64 + GNOME environment. gnome-shell crashes multiple times while running pkg_add -u (since a few month?) but i didn't knew what / which package(s) exactly triggered the crash until today. The crash can be triggered by executing udpate-desktop-database. Does

Re: NEW: devel/hub-2.2.0

2015-05-25 Thread Fabian Raetz
On Mon, May 18, 2015 at 02:26:50PM -0500, Kent R. Spillner wrote: On Sat, May 16, 2015 at 11:52:10AM +0200, Fabian Raetz wrote: i've tested your diff and it looks good to me. I had a problem with my $GOPATH because i have the following line in my .profile: GOPATH=/home/mischi

Re: NEW: devel/hub-2.2.0

2015-05-25 Thread Fabian Raetz
On Mon, May 25, 2015 at 03:24:41PM +0200, Dmitrij D. Czarkoff wrote: Fabian Raetz said: is anybody willing to commit this port? I don't see how this is supposed to work - ${WRKSRC} is not in GOPATH, so it is not found at build time. The patch below (already in openbsd-wip) makes it build

Re: NEW: devel/hub-2.2.0

2015-05-16 Thread Fabian Raetz
On Thu, May 14, 2015 at 02:27:11PM -0500, Kent R. Spillner wrote: On Sat, May 09, 2015 at 07:49:24PM +0200, Fabian Raetz wrote: i finally found some time to look at this again. The go test cases were failing because they depend on an initialized git repo in ${WRKSRC} which i create now

Re: NEW: devel/hub-2.2.0

2015-05-09 Thread Fabian Raetz
On Wed, Apr 22, 2015 at 03:47:14PM -0500, Kent R. Spillner wrote: On Sun, Mar 29, 2015 at 01:07:52PM +0200, Fabian Raetz wrote: Updated port to use the newly defined GO_ARCHS variable. Any comments and/or feedback? Hey, sorry for letting this slip through the cracks but I finally just got

Re: [UPDATE] net/pidgin-sipe 1.19.1

2015-04-24 Thread Fabian Raetz
On Fri, Apr 24, 2015 at 12:10:14AM +0100, Tom Doherty wrote: Hi Here's an update for pidgin-sipe 1.19.1 Hi, i've testing this diff on amd64 and spotted no regressions so far! Thanks, Fabian version 1.19.1 Bug Fixes I (2015-04-04) Fixed [#278]: 488 error after libnice upgrade (Jakub Adam)

Re: NEW: devel/hub-2.2.0

2015-03-29 Thread Fabian Raetz
On Sun, Mar 15, 2015 at 04:11:31PM +0100, Fabian Raetz wrote: Hi ports@, attached is a new port for devel/hub-2.2.0 which has been a while in openbsd-wip. Tested only on amd64. DESCR: hub is a command line tool that wraps git in order to extend it with extra features and commands

Re: New port: devel/godoc

2015-03-19 Thread Fabian Raetz
On Thu, Mar 19, 2015 at 11:16:32AM +0100, Dmitrij D. Czarkoff wrote: Hi! Our go ports lacks godoc - useful tool for offline development in go. The attached port brings godoc together with rc.d script, allowing to start godoc as a daemon at system start. Hi, port works for me on amd64. I

NEW: devel/hub-2.2.0

2015-03-15 Thread Fabian Raetz
Hi ports@, attached is a new port for devel/hub-2.2.0 which has been a while in openbsd-wip. Tested only on amd64. DESCR: hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. See https://hub.github.com. Cheers,

multimedia/mpv - can't load library 'libcaca.so.1.2'

2015-01-11 Thread Fabian Raetz
Hi, i compiled multimedia/mpv and it works great so far. After cleaning up my installed packages i noticed: mpv: can't load library 'libcaca.so.1.2' After installing gstreamer-libcaca, everything worked again. Is there a missing RDEP or does have mpv picked up some installed stuff which it

Re: UPDATE: print/latex-mk-2.1

2015-01-06 Thread Fabian Raetz
Anyone interested in this? Will make portroach happy too ;) On Tue, Nov 25, 2014 at 05:05:18PM +0100, Fabian Raetz wrote: Hi ports@, below is an bugfix update for print/latex-mk. All tests pass. Cheers, Fabian Changelog: December 28, 2010. LaTeX-Mk version 2.1 has been released

[PATCH] audio/radiotray: add missing RDEP on devel/py-xdg

2015-01-05 Thread Fabian Raetz
Hi, radiotray did not start after installing because of a missing RDEP on py-xdg. Regards, Fabian Python 2.7.9 (default, Dec 14 2014, 07:35:05) [GCC 4.2.1 20070719 ] on openbsd5 Type help, copyright, credits or license for more information. from radiotray import radiotray ** Message:

UPDATE: print/latex-mk-2.1

2014-11-25 Thread Fabian Raetz
Hi ports@, below is an bugfix update for print/latex-mk. All tests pass. Cheers, Fabian Changelog: December 28, 2010. LaTeX-Mk version 2.1 has been released. This is a bug fix release. Fixed a bug in the quoting of lgrind related variables. The result is that the clean target didn't

gnome-shell: chrashes while running pkg_add -u on amd64

2014-07-24 Thread Fabian Raetz
Hi, with the last two snapshots i've seen contant crashes of gnome-shell while running pkg_add -u after updating to a newer snapshot. I have no malloc.conf. Running pkg_add -u inside gnome-terminal/ksh. Anything else i should provide? Regards, Fabian gnome-shell.core backtrace 1: #0

Re: Firefox: Crashes while watching youtube videos

2014-07-23 Thread Fabian Raetz
On Wed, Jul 23, 2014 at 11:33:44AM +0200, Landry Breuil wrote: On Wed, Jul 23, 2014 at 12:01:01AM +0200, Fabian Raetz wrote: On Tue, Jul 22, 2014 at 11:48:18PM +0200, Landry Breuil wrote: On Tue, Jul 22, 2014 at 11:27:36PM +0200, Fabian Raetz wrote: Hi, i am in the process

Re: Firefox: Crashes while watching youtube videos

2014-07-23 Thread Fabian Raetz
On Wed, Jul 23, 2014 at 01:33:14PM +0200, Landry Breuil wrote: On Wed, Jul 23, 2014 at 12:30:20PM +0200, Fabian Raetz wrote: On Wed, Jul 23, 2014 at 11:33:44AM +0200, Landry Breuil wrote: On Wed, Jul 23, 2014 at 12:01:01AM +0200, Fabian Raetz wrote: On Tue, Jul 22, 2014 at 11:48:18PM

Firefox: Crashes while watching youtube videos

2014-07-22 Thread Fabian Raetz
Hi, i am in the process of testing 5.6 on amd64 and noticed that firefox always coredumps while watching videos on youtube. Does someone see this too? I am uploading the coredumps to google drive. If someone want to take a look i will send the links. I will try on latest snapshot probably next

Re: Firefox: Crashes while watching youtube videos

2014-07-22 Thread Fabian Raetz
On Tue, Jul 22, 2014 at 11:48:18PM +0200, Landry Breuil wrote: On Tue, Jul 22, 2014 at 11:27:36PM +0200, Fabian Raetz wrote: Hi, i am in the process of testing 5.6 on amd64 and noticed that firefox always coredumps while watching videos on youtube. Does someone see this too

Re: NEW: gtk3-oxygen-engine

2014-07-19 Thread Fabian Raetz
On Sat, Jun 14, 2014 at 01:06:05PM +0200, Fabian Raetz wrote: On Sat, Jun 14, 2014 at 09:38:45AM +0200, Stefan Sperling wrote: On Sat, May 24, 2014 at 12:06:25AM +0200, David Coppa wrote: On Fri, May 23, 2014 at 10:09 PM, Stefan Sperling s...@openbsd.org wrote: On Wed, May 21, 2014

Re: PATCH: x11/gtk+3 - Add Default Theme sesction to pkg/README-main

2014-07-19 Thread Fabian Raetz
On Sat, Jun 14, 2014 at 01:57:45PM +0200, Stefan Sperling wrote: On Sat, Jun 14, 2014 at 01:02:27PM +0200, Fabian Raetz wrote: --- pkg/README-main 2 Apr 2013 10:14:20 - 1.2 +++ pkg/README-main 21 May 2014 13:22:20 - @@ -4,6 +4,15 @@ $OpenBSD: README-main,v 1.2 2013/04/02 1

Re: NEW: gtk3-oxygen-engine

2014-07-19 Thread Fabian Raetz
On Sat, Jul 19, 2014 at 03:41:44PM +0400, Vadim Zhukov wrote: 2014-07-19 15:13 GMT+04:00 Fabian Raetz fabian.ra...@gmail.com: On Sat, Jun 14, 2014 at 01:06:05PM +0200, Fabian Raetz wrote: On Sat, Jun 14, 2014 at 09:38:45AM +0200, Stefan Sperling wrote: On Sat, May 24, 2014 at 12:06:25AM

Re: net/wireshark - add .desktop and icons

2014-07-18 Thread Fabian Raetz
On Thu, Jul 17, 2014 at 11:56:24PM +0100, Stuart Henderson wrote: On 2014/07/17 22:23, Fabian Raetz wrote: Hi, I would like to see a wireshark.desktop file and icons added. Initial inspiration based on the archlinux package. https://projects.archlinux.org/svntogit/community.git/tree

net/wireshark - add .desktop and icons

2014-07-17 Thread Fabian Raetz
Hi, I would like to see a wireshark.desktop file and icons added. Initial inspiration based on the archlinux package. https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/wireshark Comments? Cheers, Fabian Index: Makefile

Re: nodejs ports -- best practice for depends

2014-07-09 Thread Fabian Raetz
On Wed, Jul 09, 2014 at 03:56:36AM -0700, Vasily Mikhaylichenko wrote: I think the path of least resistance would be to follow the Node way and to patch dependencies on the application port level. Two different applications are likely to have very different dependency graphs given how tiny

[PATCH] textproc/calibre: add --detach option on *bsd

2014-07-07 Thread Fabian Raetz
Hi ports@, Calibre does not start when using the calibre.desktop file because the '--detach' option is not defined on *BSD. The patch below fixes this. Cheers, Fabian Index: Makefile === RCS file:

Re: PATCH: x11/gtk+3 - Add Default Theme sesction to pkg/README-main

2014-06-14 Thread Fabian Raetz
On Wed, May 21, 2014 at 03:28:08PM +0200, Fabian Raetz wrote: On Wed, May 21, 2014 at 02:04:49PM +0100, Stuart Henderson wrote: On 2014/05/21 14:49, Fabian Raetz wrote: Hi ports@, should we add a Default theme section to the README like ajacoutot@ added to th gtk+2 README

Re: NEW: gtk3-oxygen-engine

2014-06-14 Thread Fabian Raetz
On Sat, Jun 14, 2014 at 09:38:45AM +0200, Stefan Sperling wrote: On Sat, May 24, 2014 at 12:06:25AM +0200, David Coppa wrote: On Fri, May 23, 2014 at 10:09 PM, Stefan Sperling s...@openbsd.org wrote: On Wed, May 21, 2014 at 02:43:28PM +0200, Fabian Raetz wrote: Hi port@ attached

Re: PATCH: x11/gtk+3 - Add Default Theme sesction to pkg/README-main

2014-06-14 Thread Fabian Raetz
On Sat, Jun 14, 2014 at 01:57:45PM +0200, Stefan Sperling wrote: On Sat, Jun 14, 2014 at 01:02:27PM +0200, Fabian Raetz wrote: --- pkg/README-main 2 Apr 2013 10:14:20 - 1.2 +++ pkg/README-main 21 May 2014 13:22:20 - @@ -4,6 +4,15 @@ $OpenBSD: README-main,v 1.2 2013/04/02 1

Re: firefox download issue

2014-05-26 Thread Fabian Raetz
On Wed, May 21, 2014 at 06:42:41PM +0200, Fabian Raetz wrote: Hi folks, i'm seeing a weird behavour in Firefox 30 beta (it was there already in 29 though). When downloading something, nothing happens. I opened the Show all Downloads Library and saw that there is an entry

NEW: gtk3-oxygen-engine

2014-05-21 Thread Fabian Raetz
Hi port@ attached is a new port for the gtk3-oxygen-engine. This port is pretty similar to the gtk2-oxygen-engine posted a while ago. DESCR: Oxygen-Gtk is a port of the default KDE widget theme (Oxygen) to GTK+3. Its primary goal is to ensure visual consistency between GTK+3 and QT-based

PATCH: x11/gtk+3 - Add Default Theme sesction to pkg/README-main

2014-05-21 Thread Fabian Raetz
Hi ports@, should we add a Default theme section to the README like ajacoutot@ added to th gtk+2 README? Regards, Fabian Index: pkg/README-main === RCS file: /cvs/ports/x11/gtk+3/pkg/README-main,v retrieving revision 1.2 diff -u

Re: PATCH: x11/gtk+3 - Add Default Theme sesction to pkg/README-main

2014-05-21 Thread Fabian Raetz
On Wed, May 21, 2014 at 02:04:49PM +0100, Stuart Henderson wrote: On 2014/05/21 14:49, Fabian Raetz wrote: Hi ports@, should we add a Default theme section to the README like ajacoutot@ added to th gtk+2 README? Regards, Fabian Index: pkg/README-main

firefox download issue

2014-05-21 Thread Fabian Raetz
Hi folks, i'm seeing a weird behavour in Firefox 30 beta (it was there already in 29 though). When downloading something, nothing happens. I opened the Show all Downloads Library and saw that there is an entry for the downloaded file but either it is marked as Failed or as Canceled. After

Re: firefox download issue

2014-05-21 Thread Fabian Raetz
On Wed, May 21, 2014 at 10:55:25AM -0700, patrick keshishian wrote: On 5/21/14, Fabian Raetz fabian.ra...@gmail.com wrote: Hi folks, i'm seeing a weird behavour in Firefox 30 beta (it was there already in 29 though). When downloading something, nothing happens. I opened the Show

Re: [NEW] audio/opusfile

2014-05-19 Thread Fabian Raetz
On Sat, May 17, 2014 at 09:31:15AM -0400, Brian Callahan wrote: On 05/17/14 07:04, Sergey Bronnikov wrote: $ cat audio/opusfile/pkg/DESCR Opusfile provides application developers with a high-level API for decoding and seeking in .opus files. Tested on amd64, -current. Sergey B. Is a

PATCH: sysutils/upower - expose capacity and energy-full-design properties

2014-05-18 Thread Fabian Raetz
Hi, the patch below will expose two more properties through upower. The porperties are EnergyFullDesign and Capacity From Upower Documentation: 'EnergyFullDesign' read 'd' Amount of energy (measured in Wh) the power source is designed to hold when it's considered full. This property

s/REGRESS_DEPENDS/TEST_DEPENDS/ in infrastructure/mk/README.internals

2014-05-17 Thread Fabian Raetz
Index: infrastructure/mk/README.internals === RCS file: /cvs/ports/infrastructure/mk/README.internals,v retrieving revision 1.11 diff -u -p -r1.11 README.internals --- infrastructure/mk/README.internals 11 Feb 2014 10:34:34 -

[proof-of-concept] Generate packages from NodeJS's npm modules

2014-05-12 Thread Fabian Raetz
://github.com/Mischi/npmopenbsdrepackager/ [2] http://mischi.selfhost.bz/packages/amd64/ repackager - #!/bin/ksh # # Copyright (c) 2014 Fabian Raetz fabian.ra...@gmail.com # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby

Reserve _bitcoind user

2014-05-02 Thread Fabian Raetz
Hi ports@, i would like to reserve a new user/group for an upcoming update to net/bitcoin in openbsd-wip Regards, Fabian Index: user.list === RCS file: /cvs/ports/infrastructure/db/user.list,v retrieving revision 1.225 diff -u -p

Re: [NEW] gtk2-oxygen-theme

2014-04-30 Thread Fabian Raetz
On Wed, Apr 02, 2014 at 12:13:57PM +0200, Fabian Raetz wrote: Hi ports@, here is a port for Oxygen-Gtk theme from http://kde-look.org/content/show.php/Oxygen+Gtk?content=136216 Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk. Its primary goal is to ensure visual

Re: [NEW] gtk2-oxygen-theme

2014-04-21 Thread Fabian Raetz
Hey, the port got not imported yet seems like eye candy is low on priority for developers due to recent activities :) 2014-04-21 17:22 GMT+02:00 Stefan Sperling s...@openbsd.org: On Wed, Apr 02, 2014 at 04:45:07PM +0200, Antoine Jacoutot wrote: I will take care of the gtk+2 part. Thank

Re: Update: databases/db/v4 - help needed

2014-04-14 Thread Fabian Raetz
On Mon, Apr 14, 2014 at 03:48:03PM +0200, Pierre-Emmanuel André wrote: On Mon, Apr 14, 2014 at 12:46:52PM +0100, Stuart Henderson wrote: On 2014/04/14 12:58, Fabian Raetz wrote: Hi ports@, I'm working on a update for databases/db/v4 in preparation for updating openbsd-wip/net

NEW: x11/choqok

2014-04-14 Thread Fabian Raetz
://choqok.gnufolks.org MAINTAINER =Fabian Raetz fabian.ra...@gmail.com # GPLv2 or GPLv3 or later PERMIT_PACKAGE_CDROM = Yes WANTLIB += QtDBus QtGui QtNetwork QtSvg QtXml attica c kcmutils WANTLIB += kdeui kemoticons khtml kidletime kio kjs knotifyconfig WANTLIB += kparts kprintutils kutils m nepomuk

[NEW] gtk2-oxygen-theme

2014-04-02 Thread Fabian Raetz
, how can i get cmake? to append the correct version to the lib? Your feedback is welcome! Port is attached. Cheers, Fabian Raetz Makefile: -- # $OpenBSD:$ COMMENT = default KDE widget theme (Oxygen), to gtk. #SHARED_ONLY = Yes V

Re: [NEW] gtk2-oxygen-theme

2014-04-02 Thread Fabian Raetz
On Wed, Apr 02, 2014 at 12:27:39PM +0200, David Coppa wrote: On Wed, Apr 2, 2014 at 12:21 PM, David Coppa dco...@gmail.com wrote: On Wed, Apr 2, 2014 at 12:13 PM, Fabian Raetz fabian.ra...@gmail.com wrote: Hi ports@, here is a port for Oxygen-Gtk theme from http://kde-look.org

[PATCH] KDE4: Enable Power Management (UPower Backend)

2014-04-02 Thread Fabian Raetz
I repost this here, just in case someone want to give this a try. Cheers, Fabian -- Forwarded message -- From: Fabian Raetz fabian.ra...@gmail.com Date: 2014-04-01 1:02 GMT+02:00 Subject: [PATCH] Enable Power Management (UPower Backend) To: openbsd-...@googlegroups.com Hi

Re: [NEW] gtk2-oxygen-theme

2014-04-02 Thread Fabian Raetz
On Wed, Apr 02, 2014 at 01:54:57PM +0200, Antoine Jacoutot wrote: On Wed, Apr 02, 2014 at 01:52:31PM +0200, Stefan Sperling wrote: On Wed, Apr 02, 2014 at 12:59:00PM +0200, Fabian Raetz wrote: thanks for your immediate feedback. I incorporated your suggested changes and fixed

Re: .desktop file for editors/vim

2013-11-09 Thread Fabian Raetz
added REVISION bump for completeness? Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.132 diff -u -p -r1.132 Makefile --- Makefile14 Oct 2013 22:13:21 - 1.132 +++ Makefile8 Nov

.desktop file for editors/vim

2013-11-05 Thread Fabian Raetz
if the files should only be added to some flavors and how to archive this? Here's the diff with the added files. Thanks in advance, Fabian Raetz Index: Makefile === RCS file: /cvs/ports/editors/vim/Makefile,v retrieving revision 1.132 diff

Re: .desktop file for editors/vim

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

Re: .desktop file for editors/vim

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