Re: Cannot start www/sogo 5.7.1

2022-09-14 Thread Sebastian Reitenbach
Hi, On Wednesday, September 14, 2022 13:08 CEST, Stuart Henderson wrote: > On 2022/09/14 12:44, Landry Breuil wrote: > > Le Wed, Sep 14, 2022 at 12:03:49PM +0200, Giovanni Bechis a écrit : > > > On 9/14/22 11:19, Landry Breuil wrote: > > > > Le Tue, Sep 13, 2022 at 11:29:01PM +0200, Giovanni Be

Re: Cannot start www/sogo 5.7.1

2022-09-16 Thread Sebastian Reitenbach
On Wednesday, September 14, 2022 15:16 CEST, Giovanni Bechis wrote: > On 9/14/22 13:08, Stuart Henderson wrote: > > On 2022/09/14 12:44, Landry Breuil wrote: > >> Le Wed, Sep 14, 2022 at 12:03:49PM +0200, Giovanni Bechis a écrit : > >>> On 9/14/22 11:19, Landry Breuil wrote: > Le Tue, Sep 1

Re: Cannot start www/sogo 5.7.1

2022-09-17 Thread Sebastian Reitenbach
On Friday, September 16, 2022 15:19 CEST, Landry Breuil wrote: > Le Fri, Sep 16, 2022 at 02:18:54PM +0200, Sebastian Reitenbach a écrit : > > On Wednesday, September 14, 2022 15:16 CEST, Giovanni Bechis > > wrote: > > > > > On 9/14/22 13:08, Stuart Henderson w

NEW: sysutils/ruby-pdk

2024-05-20 Thread Sebastian Reitenbach
Hi, attached two tarballs, one bare sysutils/ruby-pdk, and the other one containing all new required dependencies. I know, it's quite a number of dependencies, but taking MAINTAINER for all of them. The categories of some of them may be debatable, I'm happy to change them if necessary. Now tha

net/libproxy breaks at least net/cadaver audio/cantata and x11/gnustep/cynthiune

2023-08-20 Thread Sebastian Reitenbach
Hi, there are more that pull in net/libproxy, but these I at least tested on amd64, snapshot a few days old. They all refuse to start with message: ld.so: cadaver: can't load library 'libpxbackend-1.0.so' Killed I can for example LD_PRELOAD=/usr/local/lib/libproxy/libpxbackend-1.0.so  cadaver

loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-29 Thread Sebastian Reitenbach
Hi, on a recent snapshot: OpenBSD 7.3-current (GENERIC) #1292: Wed Aug 23 10:34:04 MDT 2023     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC starting httpd fails: sudo /etc/rc.d/apache2 -d start  doing _rc_parse_conf apache2_flags empty, using default >< doing rc_check apac

Re: loading mod_ssl in apache-httpd fails with undefined symbols

2023-08-30 Thread Sebastian Reitenbach
Hi Theo, On Tuesday, August 29, 2023 21:53 CEST, Theo Buehler wrote:  > httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_first' > httpd2:/usr/local/lib/apache2/mod_ssl.so: undefined symbol 'ENGINE_get_next' These were removed in the last libcrypto bump. Does mod_ssl work

problem with login_ldap port

2009-02-12 Thread Sebastian Reitenbach
Hi, I wanted to setup login_ldap for authpf, and it took me a while to figure out what my problem is. The name of the file /usr/local/libexec/auth/login_-ldap is wrong. After changing it to: /usr/local/libexec/auth/login_ldap fixed the problem and everything started to work just fine. cheers S

NEW: devel/ruby-get_process_mem

2020-02-19 Thread Sebastian Reitenbach
Hi, this is a port of get_process_mem Ruby gem, a new requirement for updating security/wpscan: cat pkg/DESCR Do you need to get the memory usage of a process? Great because this library does that. OK? Sebastian ruby-get_process_mem.tar.gz Description: GNU Zip compressed data

NEW: devel/ruby-sys-proctable

2020-02-19 Thread Sebastian Reitenbach
Hi, this is a port of sys-proctable Ruby gem, a new requirement for updating security/wpscan: cat pkg/DESCR The sys-proctable library provides an interface for gathering information about processes on your system, i.e. the process table. Most major platforms are supported and, while different pl

Re: NEW: devel/ruby-sys-proctable

2020-03-06 Thread Sebastian Reitenbach
ping, reattached port cheers, Sebastian Am Mittwoch, Februar 19, 2020 12:46 CET, schrieb "Sebastian Reitenbach" : > Hi, > > this is a port of sys-proctable Ruby gem, a new requirement for updating > security/wpscan: > > cat pkg/DESCR > The sys-proctable li

Re: NEW: devel/ruby-get_process_mem

2020-03-06 Thread Sebastian Reitenbach
ping, reattached port. cheers, Sebastian Am Mittwoch, Februar 19, 2020 12:44 CET, schrieb "Sebastian Reitenbach" : > Hi, > > this is a port of get_process_mem Ruby gem, a new requirement for updating > security/wpscan: > > cat pkg/DESCR > Do you need to ge

Add joystick/gamecontroller support to multimedia/sfml

2020-03-09 Thread Sebastian Reitenbach
Hi, attached patch adds gamecontroller support for multimedia/sfml. My first attempt was to just enable the FreeBSD driver, with that, it detected my gamepads, however, no buttons, axis, hat, etc. worked. Then I looked at how the SDLs do it, adapted their logic, and finally, all the buttons, ax

games/supertuxcart add Gamepad/Joystick support

2020-03-10 Thread Sebastian Reitenbach
Hi, attached patch switches the backend from LinuxX11 to SDL, and enables joystick support. With the LinuxX11 backend, it's not possible to enable Joystick/Gamepad support, since it relies on Linuxism (include linux/joystick.h etc.) Switching to SDL backend, allows me to play with two GamePads

Re: Add joystick/gamecontroller support to multimedia/sfml

2020-03-13 Thread Sebastian Reitenbach
Hi, ping, anyone gaming? patches reattached for convenience. cheers, Sebastian Am Montag, März 09, 2020 23:42 CET, schrieb "Sebastian Reitenbach" : > Hi, > > attached patch adds gamecontroller support for multimedia/sfml. > > My first attempt was to just enable the

Re: games/supertuxcart add Gamepad/Joystick support

2020-03-13 Thread Sebastian Reitenbach
Hi, ping, anyone gaming? patch reattached for convenience. cheers, Sebastian Am Dienstag, März 10, 2020 20:47 CET, schrieb "Sebastian Reitenbach" : > Hi, > > attached patch switches the backend from LinuxX11 to SDL, and enables > joystick support. > With the L

Update textproc/ruby-nokogiri

2020-03-22 Thread Sebastian Reitenbach
Hi, this updates nokogiri to 1.10.8, an update of security/ruby-cms_scanner, and ultimately security/wpscan would require it. Tested all dependencies that they still build with updated version, the only one that has tests, www/ruby-sanitize, has the same 5 tests failing with the update. OK? chee

no sound with gcompris

2020-03-23 Thread Sebastian Reitenbach
Hi, I guess I'm just missing a minor thing, but so far, gcompris is refusing to play any sound. In case it matters, I'm running a windowmaker desktop, other applications have sound, i.e. firefox, witchblast, supertuxkart etc. I've seen gcompris seems to rely on gstreamer to play audio, so I test

MAINTAINER UPDATE: www/sope www/sogo

2015-09-21 Thread Sebastian Reitenbach
Hi, here an update from 2.2.17a to a current 2.3.2. Works for me so far on amd64 with postgres db and LDAP authentication. Besides the usual upgrade procedure, the database shema has to be updated this time too, see the pkg README. I'm going to commit it at the end of the week if I don't hear a

MAINTAINER UPDATE: cad/xtrkcad

2015-10-27 Thread Sebastian Reitenbach
This updates to a current release, only a few weeks old, adding a lot of new parameter files. The added patch is fix from upstream to prevent xtrkcad from segfaulting when trying to add anything to the new trackplan. OK? Index: Makefile =

struggle renaming ruby package

2019-11-24 Thread Sebastian Reitenbach
Hi, I wanted to get rid of a MODRUBY_BIN_SUFFIX for the installed binaries, on a couple of ruby ports, so added GEM_FLAGS = --no-format-executable however, then, as I was pointed out by jeremy@, ruby25 and ruby26 flavored packages conflict. So he recommended to additionally add MODR

Re: struggle renaming ruby package

2019-11-25 Thread Sebastian Reitenbach
Am Sonntag, November 24, 2019 09:54 CET, schrieb "Sebastian Reitenbach" : > Hi, > > I wanted to get rid of a MODRUBY_BIN_SUFFIX for the installed binaries, on a > couple of ruby ports, so added > GEM_FLAGS = --no-format-executable > > however, then,

UPDATE: misc/dtcltiny

2020-01-29 Thread Sebastian Reitenbach
Hi, @rsadowski pointed out that the port we have is rather old, despite having much higher version number than recent versions. attached an update to the latest, now using Qt5 instead of Qt3. Had to patch it to work around a clang vs. gcc oddity (or bug?). It starts up for me, but can't test mu

Re: MAINTAINER UPDATE: x11/gnustep/sqlclient

2012-12-20 Thread Sebastian Reitenbach
Hi, anyone? Nothing uses it (yet), but in not too far future, MPDCon will make use of it. cheers, Sebastian On Saturday, November 10, 2012 16:38 CET, "Sebastian Reitenbach" wrote: > Hi, > > below an easy update of the GNUstep SQLClient library to 1.6.0. Changes: >

UPDATE: x11/gnustep/mpdcon

2012-12-30 Thread Sebastian Reitenbach
Hi, here is an update of MPDCon 1.4. Some new features: * now possible to rate songs * new Playlist Inspector * allows to configure a random feed to the playlist * random feed can be based on the song ratings * other minor fixes and additions * new dependency to x11/gnustep/sqlclient O

problem with combination of cmake and clang module

2013-01-13 Thread Sebastian Reitenbach
Hi, I'm testing x11/gnustep/libobjc2 from svn. Upstream changed the build environment to use cmake. Since the recommended compiler is clang, I thought about trying that too, but that made me run into trouble: so I have this in the Makefile: MODULES = devel/cmake lang/clang MODCLANG_ARCHS

little fixup to lang/clang in port-modules.5

2013-01-13 Thread Sebastian Reitenbach
Hi, in port-modules, the section about the lang/clang module falsely talks about MODGCC3_ARCHS, but should talk about MODCLANG_ARCHS instead. OK? Sebastian Index: port-modules.5 === RCS file: /cvs/src/share/man/man5/port-modules.5

MAINTAINER UPDATE: x11/gnustep/sqlclient

2013-01-13 Thread Sebastian Reitenbach
Hi, below an easy update of the GNUstep SQLClient library to 1.6.0. Changes: * Change execute methods to return a count of the rows to which the executed operation applies, or -1 if not supported. Implement for postgresql and mysql. * Add support for asynchronous notifications OK? Index

UPDATE: x11/gnustep/mpdcon

2013-01-13 Thread Sebastian Reitenbach
Hi, here is an update of MPDCon 1.4. Some new features: * now possible to rate songs * new Playlist Inspector * allows to configure a random feed to the playlist * random feed can be based on the song ratings * other minor fixes and additions * new dependency to x11/gnustep/sqlclient O

Re: problem with combination of cmake and clang module

2013-01-13 Thread Sebastian Reitenbach
On Sunday, January 13, 2013 17:39 CET, "Sebastian Reitenbach" wrote: > Hi, > > I'm testing x11/gnustep/libobjc2 from svn. Upstream changed the build > environment to use cmake. > Since the recommended compiler is clang, I thought about trying that too, but &

MAINTAINER UPDATE: www/sope www/sogo

2013-01-27 Thread Sebastian Reitenbach
Hi, attached are updates to SOPE/SOGo to 2.0.4. A list of bugfixes and changes can be found from the annoucement mail here: https://inverse.ca/sogo/lists/arc/users/2013-01/msg00275.html so far lightly tested on amd64. OK? Sebastian Index: Makefile

NEW: www/opengroupware

2013-02-06 Thread Sebastian Reitenbach
Hi, attached a tarball of the just released OpenGroupware 5.5 rc2 release. cat pkg/DESCR: OpenGroupware is a full-featured groupware system developed in Objective-C on SOPE using a WebObject paradigm. Besides the standard groupware features as webmail, contacts, appointment and task management,

Re: NEW net/tkabber

2013-03-05 Thread Sebastian Reitenbach
On Tuesday, March 5, 2013 04:35 CET, Stuart Cassoff wrote: > On 03/04/13 23:13, Dmitrij D. Czarkoff wrote: > > On Mon, Mar 04, 2013 at 01:18:56PM -0500, Stuart Cassoff wrote: > >> I also notice a TclXML in there, maybe that can be excised as well? > > > > It is Tkabber's fork of TclXML. They

UPDATE: www/sope www/sogo

2013-04-23 Thread Sebastian Reitenbach
Hi, attached patches update www/sope, www/sogo to the last release: 2.0.5a. Patches should come after the GNUstep updates I just sent in a different mail, but its supposed to work with the current version too. So, when this may enter the ports tree before, would need a bump. OK? SebastianIndex:

NEW: x11/gnustep/cynthiune

2013-05-01 Thread Sebastian Reitenbach
Hi, $ cat pkg/DESCR Cynthiune is a versatile music player based on GNUstep, able to play a lot of different audio formats. Two of the supported audio-backends are enabled, sndio and libao. libao backend is there, since gnustep-gui h

UPDATE: geo/qlandkartegt

2013-05-01 Thread Sebastian Reitenbach
Hi, a long overdue update to geo/qlandkartegt from 1.5.0 to 1.7.0, jumping over the 1.6 releases. In 1.6.X some basic support for Magellan devices was added. Since I don't have such device, cannot really test it ;) Otherwise, the few features I really use all the time, work well for me on amd64.

Re: problem with combination of cmake and clang module

2013-05-01 Thread Sebastian Reitenbach
LLVM_SOURCE_DIR@/cmake/modules") ++ list(APPEND CMAKE_MODULE_PATH "${LLVM_ROOT}/share/llvm/cmake") + include( LLVM-Config ) + endif() + On Sunday, January 13, 2013 19:01 CET, "Sebastian Reitenbach" wrote: > > On Sunday, January 13, 2013 17:39 CET,

Re: problem with combination of cmake and clang module

2013-05-02 Thread Sebastian Reitenbach
On Wednesday, May 1, 2013 22:48 CEST, Vadim Zhukov wrote: > Sorry, I have to run right now, so I could not dive in throughly ATM > (but I will be able to do this tomorrow). > > Could you please test the following patch instead? Policy CMP0017 defaults > to OLD now, I suspect this could be re

Re: problem with combination of cmake and clang module

2013-05-02 Thread Sebastian Reitenbach
On Thursday, May 2, 2013 13:23 CEST, Vadim Zhukov wrote: > 02.05.2013 15:17 пользователь "Sebastian Reitenbach" < > sebas...@l00-bugdead-prods.de> написал: > > > > > > On Wednesday, May 1, 2013 22:48 CEST, Vadim Zhukov > wrote: > > > >

Re: NEW: x11/gnustep/cynthiune

2013-05-03 Thread Sebastian Reitenbach
Ping On Wednesday, May 1, 2013 09:47 CEST, "Sebastian Reitenbach" wrote: > Hi, > > $ cat pkg/DESCR > > Cynthiune is a versatile music player based on GNUstep, able to play a > lot of different au

Re: UPDATE: geo/qlandkartegt

2013-05-03 Thread Sebastian Reitenbach
Ping On Wednesday, May 1, 2013 11:03 CEST, "Sebastian Reitenbach" wrote: > Hi, > > a long overdue update to geo/qlandkartegt from 1.5.0 to 1.7.0, jumping > over the 1.6 releases. In 1.6.X some basic support for Magellan devices > was added. Since I don't h

Re: NEW: x11/gnustep/cynthiune

2013-05-12 Thread Sebastian Reitenbach
Hi, On Friday, May 10, 2013 02:50 CEST, Stuart Henderson wrote: > On 2013/05/01 09:47, Sebastian Reitenbach wrote: > > Hi, > > > > $ cat pkg/DESCR > > > > Cynthiune is a versatile music player

UPDATE: lang/expect

2013-05-14 Thread Sebastian Reitenbach
lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expect/} @@ -14,38 +15,22 @@ MAINTAINER= Sebastian Reitenbach #endif @@ -14,8 +14,8 @@ Get rid of implicit declaration of funct #ifdef TIME_WITH_SYS_TIME # include -@@ -118,6 +120,7 @@ extern unsigned long strtoul _ANSI_ARGS_((CONST char *

Re: UPDATE: lang/expect

2013-05-14 Thread Sebastian Reitenbach
On Tuesday, May 14, 2013 14:56 CEST, Giovanni Bechis wrote: > On 05/14/13 13:22, Sebastian Reitenbach wrote: > [...] > > Ports, that need a bump, because depending on lang/expect,no_tk in one way > > or another are: > > devel/dejagnu > > mail/courier-auth

Re: Fixup path adjustment in Tcl/Tk ports

2013-05-15 Thread Sebastian Reitenbach
@${MODTK_WISH_ADJ} ${WRKSRC}/august > > ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/august > > ${INSTALL_SCRIPT} ${WRKSRC}/august ${PREFIX}/bin > > ${INSTALL_DATA} ${WRKSRC}/specchars.txt ${PREFIX}/share/doc/august

drop privileges for net/arpwatch

2018-10-29 Thread Sebastian Reitenbach
Hi, attached patch updates arpwatch to add -u flag, to drop privileges to non-privileged user after startup. Patch taken from Debian/Ubuntu, which originates from RedHat. user/group _arpwatch added to PLIST, and a user to be added to users.list rc script is updated to add -u _arpwatch user to to

Re: drop privileges for net/arpwatch

2018-10-29 Thread Sebastian Reitenbach
Hi, Am Montag, Oktober 29, 2018 15:26 CET, Antoine Jacoutot schrieb: > On Mon, Oct 29, 2018 at 02:58:11PM +0100, Sebastian Reitenbach wrote: > > Hi, > > > > attached patch updates arpwatch to add -u flag, to drop > > privileges > > to non-privileged use

Re: drop privileges for net/arpwatch

2018-10-29 Thread Sebastian Reitenbach
Hi, Am Montag, Oktober 29, 2018 16:44 CET, Antoine Jacoutot schrieb: > On Mon, Oct 29, 2018 at 04:43:02PM +0100, Sebastian Reitenbach wrote: > > Hi, > > > > Am Montag, Oktober 29, 2018 15:26 CET, Antoine Jacoutot > > schrieb: > > > > > On Mon, O

Re: drop privileges for net/arpwatch

2018-10-30 Thread Sebastian Reitenbach
Hi, Am Dienstag, Oktober 30, 2018 08:58 CET, Antoine Jacoutot schrieb: > > > > > On Mon, Oct 29, 2018 at 02:58:11PM +0100, Sebastian Reitenbach wrote: > > > > > > Hi, > > > > > > > > > > > > attached patch updates arpwatc

Re: [amd64/SOGO] : Floating point exception on current snapshot

2018-11-01 Thread Sebastian Reitenbach
Am Dienstag, Oktober 30, 2018 12:25 CET, Éric Jacquot schrieb: > Le ven. 26 oct. 2018 à 15:46, Stuart Henderson a écrit > : > > > > On 2018/10/26 14:11, Éric Jacquot wrote: > > > I don't know if it is related to the recent switch on ld LLVM, but > > > sogo failed with current snap ((GENERIC.M

Re: [amd64/SOGO] : Floating point exception on current snapshot

2018-11-01 Thread Sebastian Reitenbach
Am Donnerstag, November 01, 2018 15:39 CET, "Sebastian Reitenbach" schrieb: > Am Dienstag, Oktober 30, 2018 12:25 CET, Éric Jacquot > schrieb: > > > Le ven. 26 oct. 2018 à 15:46, Stuart Henderson a > > écrit : > > > > > > On 2018/10/26 14:1

Re: [amd64/SOGO] : Floating point exception on current snapshot

2018-11-01 Thread Sebastian Reitenbach
Am Donnerstag, November 01, 2018 15:53 CET, "Sebastian Reitenbach" schrieb: > Am Donnerstag, November 01, 2018 15:39 CET, "Sebastian Reitenbach" > schrieb: > > > Am Dienstag, Oktober 30, 2018 12:25 CET, Éric Jacquot > > schrieb: > > > >

Re: RFC: USE_LLD=No for default-is-lld arches

2018-11-01 Thread Sebastian Reitenbach
Am Donnerstag, November 01, 2018 21:50 CET, Stuart Henderson schrieb: > On 2018/10/30 17:49, Christian Weisgerber wrote: > > Marc Espie: > > > > > > I'm more inclined to remove USE_LLD again. > > > > What actual use do you envision for either USE_LLD=Yes on !clang > > > > or USE_LLD=No on clang

Re: RFC: USE_LLD=No for default-is-lld arches

2018-11-01 Thread Sebastian Reitenbach
Am Donnerstag, November 01, 2018 22:44 CET, "Sebastian Reitenbach" schrieb: > Am Donnerstag, November 01, 2018 21:50 CET, Stuart Henderson > schrieb: > > > On 2018/10/30 17:49, Christian Weisgerber wrote: > > > Marc Espie: > > > > >

Re: RFC: USE_LLD=No for default-is-lld arches

2018-11-01 Thread Sebastian Reitenbach
Am Donnerstag, November 01, 2018 22:44 CET, "Sebastian Reitenbach" schrieb: > Am Donnerstag, November 01, 2018 21:50 CET, Stuart Henderson > schrieb: > > > On 2018/10/30 17:49, Christian Weisgerber wrote: > > > Marc Espie: > > > > >

UPDATE: puppet to 5.5.8

2018-11-07 Thread Sebastian Reitenbach
Hi, find below the update to Puppet 5.5.8, works for me on my master as well as on clients. Skipping 5.5.7, since kn@ reported some problem with it, which is apparently fixed in the 5.5.8. While there, add a portroach marker to limit to the 5.X versions. If noone objects, I'd go ahead with it in

UPDATE: puppetdb5 to 5.2.6

2018-11-07 Thread Sebastian Reitenbach
petdb/ MAINTAINER=Sebastian Reitenbach Index: distinfo === RCS file: /cvs/ports/databases/puppetdb5/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo24 Jul 2018 20:40:15 - 1.5 +++ distinfo7 Nov

use ld.bfd for everything using the gnustep module, fixing also www/sogo

2018-11-26 Thread Sebastian Reitenbach
Since the switch to lld, GNUstep objc stuff loading Bundles breaks with a floating point exception. This basically breaks www/sogo and > 90% of x11/gnustep. On the weekend I actually found time to look into it a bit deeper. >From the libobjc2 maintainer I got the info that there might be somethin

bison SIGILL while building re2c on alpha

2018-12-12 Thread Sebastian Reitenbach
I blew off the dust of my alpha, and attempted some investigations, one of the required packages to build would be devel/re2c, however, bison aborts with SIGILL: (gdb) r Starting program: /usr/local/bin/bison --output=src/ast/parser.cc --defines=src/ast/y.tab.h ./src/ast/parser.yp warning: Hit

set notes via MIDI in musescore possible?

2019-01-02 Thread Sebastian Reitenbach
Hi, in musescore preferences "note input" tab, I have set "Enable MIDI input", and I run musescore like: MIDIDEVICE=rmidi/2 musescore with the hope that it picks up the right device, but nope, when I enable note input in a score, and hit my MIDI controller, no luck. I know it's the right rmidi/

go build failure on amd64 because of retpoline?

2019-01-03 Thread Sebastian Reitenbach
Seems the package is missing on mirrors, I tried to build it myself on a fresh installed snapshot: OpenBSD 6.4-current (GENERIC) #531: Wed Jan 2 20:25:22 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC Building Go cmd/dist using /usr/local/go/bootstrap. Building

UPDATE: audio/hydrogen and make it actually usable again

2019-01-07 Thread Sebastian Reitenbach
The version of hydrogen in ports is quite old, and when you startup the GUI, it is totally broken and unusable. So the patch below updates to 0.9.5 (still quite old), but with 0.9.6 the build infrastructure was changed from scons to cmake, so updating to something newer is an excercise left for an

Re: set notes via MIDI in musescore possible?

2019-01-08 Thread Sebastian Reitenbach
Am Dienstag, Januar 08, 2019 11:10 CET, Alexandre Ratchov schrieb: > On Wed, Jan 02, 2019 at 11:32:50PM +0100, Sebastian Reitenbach wrote: > > Hi, > > > > in musescore preferences "note input" tab, I have set "Enable MIDI input", > > and I run m

Re: UPDATE: audio/hydrogen and make it actually usable again

2019-01-08 Thread Sebastian Reitenbach
Hi, I was told the patch doesn't apply, and it seems it got mangled when I cut'n pasted it into the mail. another try, and also attached. Sebastian Am Montag, Januar 07, 2019 23:39 CET, "Sebastian Reitenbach" schrieb: > The version of hydrogen in ports is quite old, a

Re: UPDATE: audio/hydrogen and make it actually usable again

2019-01-08 Thread Sebastian Reitenbach
Am Dienstag, Januar 08, 2019 16:44 CET, Alexandre Ratchov schrieb: > On Tue, Jan 08, 2019 at 03:12:05PM +0100, Sebastian Reitenbach wrote: > > > > @@ -240,15 +240,15 @@ > > QString name; > > int i; > > > > - /* midithru:* */ > > +

Re: UPDATE: audio/hydrogen and make it actually usable again

2019-01-08 Thread Sebastian Reitenbach
Am Dienstag, Januar 08, 2019 18:14 CET, Stuart Henderson schrieb: > On 2019/01/08 15:12, Sebastian Reitenbach wrote: > > Hi, > > > > I was told the patch doesn't apply, and it seems it got mangled when I > > cut'n pasted it into the mail. > > another

UPDATE: audio/mscore to 3.0.0

2019-01-10 Thread Sebastian Reitenbach
Find attached and inline an update of Musescore to 3.0.0. See the release notes for changes: https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3 Also you may find this mentioning remarks/bugs/issues with the Musescore 3 version: https://musescore.org/en/h

Re: UPDATE: audio/mscore to 3.0.0

2019-01-11 Thread Sebastian Reitenbach
Hi Brian, Am Freitag, Januar 11, 2019 23:14 CET, Brian Callahan schrieb: > Hi Sebastian -- > > On 1/10/19 8:26 AM, Sebastian Reitenbach wrote: > > Find attached and inline an update of Musescore to 3.0.0. > > See the release notes for changes: > > https://musescore

UPDATE www/sope www/sogo to 2.1.1b

2013-12-15 Thread Sebastian Reitenbach
Hi, attached update of SOPE and SOGo from 2.0.7 to 2.1.1.b, jumping over a few releases. For SOGo, I had to re-add the patch to the patch-UI_MailPartViewers_GNUmakefile. in order to prevent the unknown symbols problem on startup :( Further, the default changed where the SOGo daemon listens on:

Re: UPDATE www/sope www/sogo to 2.1.1b

2013-12-25 Thread Sebastian Reitenbach
ping On Sunday, December 15, 2013 13:11 CET, "Sebastian Reitenbach" wrote: > Hi, > > attached update of SOPE and SOGo from 2.0.7 to 2.1.1.b, jumping over a few > releases. > > For SOGo, I had to re-add the patch to the > patch-UI_MailPartViewers_GNUmake

devel/ffcall fixes for mips64el

2014-01-18 Thread Sebastian Reitenbach
Hi, while playing with GNUstep on my lemote, I found libffi absolute unusable. Since the GNUstep stuff also supports to link against ffcall, I tried that. The patches make ffcall compile with lots of warnings suppressed, and allow the configure script of gnustep-base to pass the test (before it

Re: devel/ffcall fixes for mips64el

2014-01-18 Thread Sebastian Reitenbach
On Saturday, January 18, 2014 16:29 CET, James Turner wrote: > On Sat, Jan 18, 2014 at 02:36:13PM +0100, Sebastian Reitenbach wrote: > > Hi, > > > > while playing with GNUstep on my lemote, I found libffi absolute > > unusable. Since the GNUstep stuff al

Re: SOGo on 5.5 not working

2014-06-02 Thread Sebastian Reitenbach
On Monday, June 2, 2014 11:55 CEST, "Martijn Rijkeboer" wrote: > Hi, > > I'm trying to use SOGo on OpenBSD 5.5 AMD64 but it is not working. When I > try to connect I get a timeout and the log file contains many lines with > the following errors: > > Loading two versions of SOGoEMailAlarmsM

Re: nmap broken?

2014-06-03 Thread Sebastian Reitenbach
On Tuesday, June 3, 2014 09:28 CEST, "Shawn K. Quinn" wrote: > On Tue, Jun 3, 2014, at 02:09 AM, Giovanni Bechis wrote: > > On 06/03/14 01:06, Kent Fritz wrote: > > > Here's a very simple scan that shows a fundamental problem: > [...] > > > That answer is wrong, both ports are open and respo

sane-backend/hplip problem finding plugin for printer

2014-06-16 Thread Sebastian Reitenbach
Hi, I have a HP LaserJet Pro CM1415fn, connected via network. Printing works fine as described in the package README of the hplip command. However, I tried to configure scanning, but struggled a bit. I added hpaio to /etc/sane.d/dll.conf, scanimage -L then showed me the printer: device `hpaio

Re: sane-backend/hplip problem finding plugin for printer

2014-06-16 Thread Sebastian Reitenbach
On Monday, June 16, 2014 14:33 CEST, Antoine Jacoutot wrote: > On Mon, Jun 16, 2014 at 01:20:02PM +0200, Sebastian Reitenbach wrote: > > Hi, > > > > I have a HP LaserJet Pro CM1415fn, connected via network. Printing works > > fine as described > > i

alpine fails linking because of undefined reference to `RAND_egd'

2014-06-18 Thread Sebastian Reitenbach
Hi, not sure if this is known already, but this happens to me on i386: OpenBSD 5.5-current (GENERIC) #177: Sun Jun 15 10:11:48 MDT 2014 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC cpu0: Geode(TM) Integrated Processor by AMD PCS ("AuthenticAMD" 586-class) 500 MHz cpu0: FPU

Re: alpine fails linking because of undefined reference to `RAND_egd'

2014-06-18 Thread Sebastian Reitenbach
On Wednesday, June 18, 2014 20:23 CEST, Stuart Henderson wrote: > On 2014/06/18 18:54, Sebastian Reitenbach wrote: > > Hi, > > > > not sure if this is known already, but this happens to me on i386: > > Check you don't have old libs around, especially

Re: alpine fails linking because of undefined reference to `RAND_egd'

2014-06-19 Thread Sebastian Reitenbach
On Thursday, June 19, 2014 10:28 CEST, Stuart Henderson wrote: > On 2014/06/19 10:02, Sebastian Reitenbach wrote: > > > > On Wednesday, June 18, 2014 22:02 CEST, Stuart Henderson > > wrote: > > > > > On 2014/06/18 21:54, Sebastian Reitenbach wrote: &

let nikto find its installed DTD out of the box

2019-04-25 Thread Sebastian Reitenbach
Hi, below a little patch to security/nikto to let it use the installed DTD when saving xml files out of the box. While there, switch homepage to https. OK? Index: Makefile === RCS file: /cvs/ports/security/nikto/Makefile,v retrievi

NEW: security/whatweb

2019-04-26 Thread Sebastian Reitenbach
Hi, attached a port of WhatWeb: Next generation web scanner. Identify the technology stack that powers a website and explore the Web of Things. tests, comments, concerns or even OK to import welcome. cheers, Sebastian

Re: NEW: security/whatweb

2019-04-26 Thread Sebastian Reitenbach
Am Freitag, April 26, 2019 16:10 CEST, Solene Rapenne schrieb: > On Fri, Apr 26, 2019 at 04:06:01PM +0200, Sebastian Reitenbach wrote: > > Hi, > > > > attached a port of WhatWeb: > > > > Next generation web scanner. Identify the technology stack that powers a &

Re: NEW: security/whatweb

2019-04-26 Thread Sebastian Reitenbach
Am Freitag, April 26, 2019 20:27 CEST, Antoine Jacoutot schrieb: > On Fri, Apr 26, 2019 at 06:29:00PM +0200, Sebastian Reitenbach wrote: > > Am Freitag, April 26, 2019 16:10 CEST, Solene Rapenne > > schrieb: > > > > > On Fri, Apr 26, 2019 at 04:06:01PM +02

fix x11/itk

2019-04-29 Thread Sebastian Reitenbach
Hi, seems x11/itk is broken, without the patch: > wish8.5 % package require Itk couldn't load file "/usr/local/lib/tcl/itk/libitk33.so.0.0": File not found and with the patch: > wish8.5 % package require Itk 3.3 Also, this makes x11

UPDATE: net/rabbitmq

2019-05-28 Thread Sebastian Reitenbach
bitmq.com/ +HOMEPAGE = https://www.rabbitmq.com/ MAINTAINER = Sebastian Reitenbach # MPL PERMIT_PACKAGE_CDROM = Yes -MASTER_SITES = http://www.rabbitmq.com/releases/rabbitmq-server/v${V}/ +MASTER_SITES = https://www.rabbitmq.com/releases/rabbitmq-server/v${V}/ +EXTRACT_SUFX = .tar.xz

add rcscript for dumpcap to tshark

2019-06-04 Thread Sebastian Reitenbach
Hi, I'm experimenting with Suricata, but don't want to let suricata listen on network interface, as it has to run as root. Suricata has a user/group options, but they require libcap-ng. Looking around, what we have, I came across dumpcap. So, put the _suricata user into the _wireshark group, a

Re: add rcscript for dumpcap to tshark

2019-06-04 Thread Sebastian Reitenbach
Am Dienstag, Juni 04, 2019 10:37 CEST, Stuart Henderson schrieb: > On 2019/06/04 10:21, Sebastian Reitenbach wrote: > > Hi, > > > > I'm experimenting with Suricata, but don't want to let suricata listen on > > network interface, as it has to run as root. S

tcl 8.6 binary encode / decode not reversible?

2019-06-07 Thread Sebastian Reitenbach
Hi, tcl 8.6 has binary encode/decode functions [1], so I'm trying to convert a hex string representation of an IPv4 or IPv6 address into binary and back to the hex representation. I'd have expected that this decode hex to binary and back should always be reversible, but doesn't seem to be the

Re: tcl 8.6 binary encode / decode not reversible?

2019-06-09 Thread Sebastian Reitenbach
Am Freitag, Juni 07, 2019 23:46 CEST, Stuart Henderson schrieb: > On 2019/06/07 23:08, Sebastian Reitenbach wrote: > > Hi, > > > > tcl 8.6 has binary encode/decode functions [1], so I'm trying to convert a > > hex string representation of an IPv4 or IPv6 addr

kibana doesn't work with current node version??

2019-06-20 Thread Sebastian Reitenbach
Hi, just updated, or better say freshly installed, my elkstack host to a snapshot as of today, and starting kibana fails with: Kibana does not support the current Node.js version v10.15.3. Please use Node.js v>=10.15.0 <10.16. OpenBSD 6.5-current (GENERIC) #42: Wed Jun 19 21:41:26 MDT 2019

Re: NEW: security/sn0int

2019-06-24 Thread Sebastian Reitenbach
Hi, Am Freitag, Juni 21, 2019 16:12 CEST, kpcyrd schrieb: > On Tue, May 14, 2019 at 03:45:45AM +, kpcyrd wrote: > > Thanks for pointing this out, I've looked into this bug and released a > > bugfix release, the updated port is attached to this email. > > > > The in-depth analysis of this bug

FIX RECENTLY BROKEN sysutils/augeas to deal with not yet existing files

2019-07-11 Thread Sebastian Reitenbach
Hi, this fixes something that IIRC worked forever, however, the last box I installed where it worked was on June 24th, now I installed a new box just yesterday, and this now fails: # rm /etc/sysctl.conf # augtool augtool> set /files/etc/sysctl.conf/a b augtool> save attached patch makes it work

UPDATE: textproc/ruby-nokogiri

2019-09-25 Thread Sebastian Reitenbach
Hi, this updates nokogiri to 1.10.4, an update of security/ruby-cms_scanner would require it. Tested all dependencies that they still build with updated version, the only one that has tests, www/ruby-sanitize, has the same 5 tests failing with the update. OK? cheers, Sebastian Index: Makefile =

UPDATE: www/ruby-addressable

2019-09-25 Thread Sebastian Reitenbach
Hi, I now want to update devel/ruby-opt_parse_validator, which relaxed the dependency to addressable, to allow this one updating as well. The other dependency on addressable still builds. I'd time the update together with updating ruby-opt_parse_validator. OK? cheers, Sebastian ? addressabl

NEW: devel/ruby-zeitwerk

2019-09-25 Thread Sebastian Reitenbach
Hi, Zeitwerk is a new dependency I need to update devel/ruby-activesupport. cat pkg/DESCR Zeitwerk implements constant autoloading with Ruby semantics. Each gem and application may have their own independent autoloader, with its own configuration, inflector, and logger. Supports autoloading, prel

NEW: devel/ruby-colored2

2020-05-27 Thread Sebastian Reitenbach
Hi, sysutils/ruby-r10k update has colored2 gem as dependency, in favor of the old colored dependency. The port is more or less a copy of the old devel/ruby-colored port. Afterward, the devel/ruby-colored could be sent to attic, it's not used by anything else. OK? Sebastian ruby-colored2.tar.

UPDATE: security/hydra to 9.2

2021-07-11 Thread Sebastian Reitenbach
hi, below an update from 9.1 to 9.2. Getting rid of a few patches, lightly tested SSH brute force, works for me, as well as triggering it via xhydra. so far seems to work for me. any feedback, tests etc. welcome, otherwise OK to update? cheers, Sebastian Index: Makefile =

UPDATE: net/py-impacket

2021-08-24 Thread Sebastian Reitenbach
Hi, below patch updates impacket from 0.9.21 to 0.9.23. tested with a zerologon exploit, that requires at least 0.9.22, as the NETLOGON structs for NetrServerPasswordSet2 were only added there. OK? cheers, Sebastian Index: Makefile ==

NEW: www/ruby-jwt

2021-09-02 Thread Sebastian Reitenbach
Hi, this pure gem without dependencies, is required as a new dependency for an update of sysutils/ruby-r10k. pkg/DESCR A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard. OK? Sebastian ruby-jwt.tar.gz Description: application/gzip

Re: UPDATE: net/py-impacket

2021-09-06 Thread Sebastian Reitenbach
ping, anyone? Am Dienstag, August 24, 2021 23:25 CEST, schrieb "Sebastian Reitenbach" : > Hi, > > below patch updates impacket from 0.9.21 to 0.9.23. > tested with a zerologon exploit, that requires at least 0.9.22, as the > NETLOGON structs for NetrServerPasswordS

  1   2   3   4   5   6   7   8   >