Re: games/godot: split the editor in a subpackage

2022-04-25 Thread Leo Unglaub
Hey, i love the idea, it makes a lot of sence. As a godot user i would welcome such a change! Patch works fine for me on amd64. Thanks and greetings Leo On 25.04.22 20:45, Omar Polo wrote: I'd like to split the godot package into two: the engine alone and the editor. We're currently buildin

Re: gitea rc script broken

2021-02-01 Thread Leo Unglaub
gitea_timeout=30 gitea_user=_gitea Thanks so mich and sorry for the noise! Greetings Leo Am 01.02.2021 um 15:33 schrieb Leo Unglaub: Hi, the last commit to the gitea port simplefied the rc script. The following diff was used: diff --git a/www/gitea/pkg/gitea.rc b/www/gitea/pkg/gitea.rc index 5a71caba4fb

gitea rc script broken

2021-02-01 Thread Leo Unglaub
Hi, the last commit to the gitea port simplefied the rc script. The following diff was used: diff --git a/www/gitea/pkg/gitea.rc b/www/gitea/pkg/gitea.rc index 5a71caba4fb..0b7e4d745cd 100644 --- a/www/gitea/pkg/gitea.rc +++ b/www/gitea/pkg/gitea.rc @@ -1,21 +1,13 @@ #!/bin/ksh # -# $OpenBSD

Re: devel/cargo: change few default build options

2020-06-05 Thread Leo Unglaub
Hey, i have a question about that change. Is there a reason to disable LTO? I always enable it for my Rust projects and it works very well. If you dont mind me asking, what is the reason behind that default? Thanks and greetings Leo Am 05.06.2020 um 09:31 schrieb Sebastien Marie: Hi, I woul

Re: UPDATE: www/gitea

2019-08-05 Thread Leo Unglaub
Hey, your diff works fine here locally on my amd64. But i an not an official developer, so i cannot give you an ok for it. But thanks a lot for doing the diff for the upgrade! Thanks Leo On 04.08.19 00:36, Pavel Korovin wrote: Dear all, Please find the update for gitea-1.9.0 attached. Relase

Re: build failed for php-7.0.23p2

2018-02-27 Thread Leo Unglaub
Hey, On 02/27/18 17:23, Stuart Henderson wrote: Don't set MAKE_JOBS in mk.conf, many ports don't work with it so it's not a sane default. You can set it per build job on the command line, but I think it's likely to be responsible for your build problem here. yeah, that fixes my problem. Thank

build failed for php-7.0.23p2

2018-02-27 Thread Leo Unglaub
Hey friends, i am trying to build php-7.0.23p2 on a clean snapshot (OpenBSD batdesk.wayne-data.com 6.2 GENERIC.MP#10 amd64) with a fresh ports tree. The build fails with the following error message. I wanted to get a clean build of this PHP version before i update it to the latest version 7.0.

x11/mate/eom: build error

2017-06-03 Thread Leo Unglaub
Hey friends, i am trying to build x11/mate/eom and get the following error: ===> Extracting for eom-1.18.2p2 ===> Patching for eom-1.18.2p2 ===> Configuring for eom-1.18.2p2 Using /usr/ports/pobj/eom-1.18.2/config.site (generated) configure: WARNING: unrecognized options: --disable-vala, --d

x11/mate/terminal: missing build dependency

2017-05-31 Thread Leo Unglaub
Hey friends, the port "x11/mate/terminal" needs the port "itstool" as a dependency in order to build correctly. Here are the build logs: checking for itstool... no configure: error: itstool not found *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2646 '/usr/ports/pobj/mate-termina

Re: Remove math/libneural?

2017-04-16 Thread Leo Unglaub
Hey, Am 15.04.17 um 22:47 schrieb Christian Weisgerber: > math/libneural will need C++ fixes for clang. Or should we just > remove it? > > - Dates from the turn of the century. > - Appears abandoned. Home page/master site is down. > - Nothing in the ports tree uses it. i would be fine with get

Re: rust-doc removal ?

2017-03-12 Thread Leo Unglaub
Hey, Am 12.03.17 um 18:58 schrieb Sebastien Marie: I would like to know if there are any user of rust-doc. The package installs locally the documentation of the several standard compoments of rustc as std, core, collections... All are available online at https://doc.rust-lang.org/ If nobody us

Re: [UPDATE] net/corebird 1.4.1 => 1.4.2

2017-02-09 Thread Leo Unglaub
Hey, On 02/09/17 14:51, Adam Wolk wrote: > Version 1.4.2 (2017-01-27) > > Changelog: > - Fix a crash when going back from a tweet with media to another > tweet with media > - Fix compilation with --disable-video > - Decrease log level of UserStream output to debug when no internet >

npm in lang/node is outdated

2017-02-09 Thread Leo Unglaub
Hey friends, i noticed that npm (gets shiped with lang/node) is very outdated. Currently version 3.10.10 is shipped, but 4.1.2 should be included. I looked at the Makefile but I don't see a reason for node containing this old version of npm. Is that on purpose? Or is this a bug? Thanks and greeti

www/composer: Fix "out of memory" error

2017-02-01 Thread Leo Unglaub
Hey friends, when using composer on a normal or large size project it happens very quickly that composer runs out or memory. It's recommended to set the PHP memory_limit for composer only to -1. I added you a diff. Documentation on the projects website: https://getcomposer.org/doc/articles/trouble

Re: devel/geany: upgrade from 1.26 to 1.28

2016-09-04 Thread Leo Unglaub
Hey, On 09/03/16 20:02, Giovanni Bechis wrote: Diff attached. ok ? it looks good to me. Greetings Leo

devel/geany: upgrade from 1.26 to 1.28

2016-09-02 Thread Leo Unglaub
Hey, currently the geany package in ports is based on version 1.26. The developers released version 1.28 some time ago. Maybe someone could be so kind and bump the version number on that package. Thanks a lot and greetings Leo

Re: gvfs: re-enable fuse support

2016-07-21 Thread Leo Unglaub
Hey, On 07/15/16 16:48, Antoine Jacoutot wrote: I never said it was unacceptable at all. It's just going to be tricky to integrate this with graphical apps is all. And anyway, it's way too late to come up with something for 6.0 so we have time to think about something. i took a look at it an

Re: gvfs: re-enable fuse support

2016-07-15 Thread Leo Unglaub
Hey, On 07/15/16 14:44, Antoine Jacoutot wrote: The kern.usermount sysctl has been removed so fuse(4) has become moot with gvfs. There is no way to mount/unmount anything as a regular user graphically anymore. oh, i am sorry. I must have missed that change. Sorry for the confusion. Greetings

gvfs: re-enable fuse support

2016-07-15 Thread Leo Unglaub
Hey friends, starting in version 1.156 you disabled fuse support via --disable-fuse. This was caused by not allowing users to mount. But for people who enabled kern.usermount and added them self to /dev/fuse0 it worked quit well. It was not as fast as it should have been, but it worked. I wan

Re: Using gvfsd-fuse with /dev/fuse0

2016-05-17 Thread Leo Unglaub
Hey, On 05/17/16 14:32, David Coppa wrote: Only the superuser may mount file systems unless kern.usermount is nonzero (see sysctl(8)), the special device is readable and writeable by the user attempting the mount, and the mount point node is owned by the user attempting the mount. So, besides s

Re: Using gvfsd-fuse with /dev/fuse0

2016-05-17 Thread Leo Unglaub
Hey, On 05/17/16 13:18, Leo Unglaub wrote: What's the output of: # ls -al /dev/fuse0 On your system? the output is as followed. I am on OpenBSD 5.9 (amd64) $ ls -al /dev/fuse0 crw--- 1 root wheel 92, 0 May 10 01:51 /dev/fuse0 My user is also in the wheel group: $ use

Using gvfsd-fuse with /dev/fuse0

2016-05-17 Thread Leo Unglaub
Hey friends, i am trying to get gvfsd-fuse to work with the OpenBSD fuse implementation /dev/fuse0. My goal is to get gvfsd-fuse to mount remote filesystems in ~/.gvfs so that pure posix applications can access the files from remote systems. The general workflow should be as followed: 1: Br