Minor issue regarding dependancies in devel/p5-DateTime-Cron-Simple

2023-04-12 Thread Sven F.
Hello, p5-DateTime-Cron-Simple depends on p5-DateTime # pkg_info -L p5-DateTime-Cron-Simple | grep Simple.pm /usr/local/libdata/perl5/site_perl/DateTime/Cron/Simple.pm here it includes grep 'use DateTime;' /usr/local/libdata/perl5/site_perl/DateTime/Cron/Simple.pm so Index: Makefile

Re: [SSHGuard-users] Tiny fix to security/sshguard to allow use of daemon_flags

2021-07-22 Thread Sven F.
On Thu, Jul 22, 2021 at 11:22 AM Stuart Henderson wrote: > > On 2021/07/22 10:12, Sven F. wrote: > > On Thu, Jul 22, 2021 at 9:23 AM Stuart Henderson > > wrote: > > > > > > On 2021/07/21 22:55, Sven F. wrote: > > > > I'm not interested

Re: [SSHGuard-users] Tiny fix to security/sshguard to allow use of daemon_flags

2021-07-22 Thread Sven F.
On Thu, Jul 22, 2021 at 9:23 AM Stuart Henderson wrote: > > On 2021/07/21 22:55, Sven F. wrote: > > I'm not interested in disk file parsing. > > I run this on a device without storage , hence the use of the project > > front page, > > read from stdin. > >

Re: [SSHGuard-users] Tiny fix to security/sshguard to allow use of daemon_flags

2021-07-21 Thread Sven F.
On Wed, Jul 21, 2021 at 10:47 PM wrote: > > Unfortunately this is all misdirected effort. > > The config file /etc/sshguard.conf should have > > BACKEND="/usr/local/libexec/sshg-fw-pf" > > automatically added. And, > > FILES=/var/log/authlog > > I think you may have to add that one. > > WHITELIST

Re: [SSHGuard-users] Tiny fix to security/sshguard to allow use of daemon_flags

2021-07-16 Thread Sven F.
On Fri, Jul 16, 2021 at 3:03 PM Kevin Zheng wrote: > > Hi all, > > On 7/16/21 12:41 PM, Sven F. wrote: > > The website first page: > > > > sshguard can read log messages from standard input (suitable for > > piping from syslog) > > > > But since (o

Re: Tiny fix to security/sshguard to allow use of daemon_flags

2021-07-16 Thread Sven F.
On Fri, Jul 16, 2021 at 1:13 PM Sven F. wrote: > > > > On Tue, Mar 23, 2021 at 7:11 AM Andreas Kusalananda Kähäri > wrote: >> >> A user contacted me about the security/sshguard port. They wanted to >> use daemon_flags with the port, which means this needs to b

Re: Tiny fix to security/sshguard to allow use of daemon_flags

2021-07-16 Thread Sven F.
han in 6.8 reading STDIN was broken I was able to ktrace sshg-blocker : # kdump -f /tmp/ktrace.out | head 83231 sshg-blocker RET sched_yield 0 83231 sshg-blocker RET sched_yield 0 83231 sshg-blocker CALL sched_yield() 83231 sshg-blocker CALL sched_yield() 83231 sshg-blocker RET sched

libserf broken on 6.8

2021-02-03 Thread Sven F.
Some features are broken in openbsd serf on 6.8 This may break some apache2 (?) feature or subversion and OpenOffice Openbsd is on the 1.3.8 google code repo which is deprecated and apache foundation released a new version with up to date Index: Makefile =

[NEW] sysutils/VictoriaMetrics

2020-11-16 Thread Sven F.
VictoriaMetrics is a very efficient (small) way to backup time series: https://github.com/VictoriaMetrics/VictoriaMetrics/tree/master/ports/OpenBSD I use it on 6.7 and apparently someone else tested on 6.8, I ported my last modification to 6.8 ( i use the same thing for Prometheus which currently

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-10-20 Thread Sven F.
On Thu, Oct 1, 2020 at 6:14 PM Sven F. wrote: > > > > On Fri, Sep 25, 2020 at 8:42 AM Sven F. wrote: >> >> On Thu, Sep 10, 2020 at 10:19 PM Andrew Hewus Fresh >> wrote: >> > >> > p5-Struct-Dumb could use a TEST_DEPENDS on devel/p5-Data-Dump s

Logs, ' modernity', and stdout - daemon that log on stdout - prometheus

2020-10-19 Thread Sven F.
Many new software for ' reason ' think STDOUT is a logging interface. Of course level may become complex , and nothing stops the new https://www.freedesktop.org/software/systemd/man/sd-daemon.html * no comment * The prometheus package just uses the nice rcctl tool to daemonize and pipe to logger

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-10-01 Thread Sven F.
On Fri, Sep 25, 2020 at 8:42 AM Sven F. wrote: > On Thu, Sep 10, 2020 at 10:19 PM Andrew Hewus Fresh > wrote: > > > > p5-Struct-Dumb could use a TEST_DEPENDS on devel/p5-Data-Dump so tests > > are the same no matter what else is installed, other than that: > >

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-09-25 Thread Sven F.
On Thu, Sep 10, 2020 at 10:19 PM Andrew Hewus Fresh wrote: > > p5-Struct-Dumb could use a TEST_DEPENDS on devel/p5-Data-Dump so tests > are the same no matter what else is installed, other than that: > > OK afresh1@ > > p5-Net-Prometheus doesn't seem to need BUILD_DEPENDS=${RUN_DEPENDS}, but > wit

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-08-29 Thread Sven F.
On Tue, Aug 25, 2020 at 10:46 AM Sven F. wrote: > > On Sun, Aug 23, 2020 at 6:47 PM Andrew Hewus Fresh wrote: > > > > Comments inline. > > > > On Mon, Aug 17, 2020 at 07:04:12PM -0400, Sven F. wrote: > > &g

Re: [NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-08-25 Thread Sven F.
On Sun, Aug 23, 2020 at 6:47 PM Andrew Hewus Fresh wrote: > > Comments inline. > > On Mon, Aug 17, 2020 at 07:04:12PM -0400, Sven F. wrote: > > Index: devel/p5-Struct-Dumb/Makefile > > === > > RCS file:

[NEW] p5-Net-Prometheus ( with p5-Struct-Dumb )

2020-08-17 Thread Sven F.
Dear reader, Net::Prometheus is the official connector to Prometheus server from perl code. It is Available from CPAN, thanks to Paul E. I packaged it with the Struct-Dumb dependency and posted the CVS diff here : https://github.com/dohnuts/wip/tree/master/ports portcheck is happy , and packages

Fw: Enc: Documento .

2012-06-12 Thread Mariana F. Ribeiro
Segue abaixo em anexo o documento conforme solicitado. Obrigada pela preferencia e tenha um bom dia Baixar : Anexo-Documento.doc (145,9 Kb)

Re: rtorrent sigbus crash at startup on sparc64 (fix)

2012-02-10 Thread Christiano F. Haesbaert
On 9 February 2012 10:36, Christiano F. Haesbaert wrote: > On 26 January 2012 14:39, David Coppa wrote: >> >> Hi, >> >> Just noticed that rtorrent is broken on sparc64. >> >> This is a working fix I've cooked up, but I'd like to have some >>

Re: rtorrent sigbus crash at startup on sparc64 (fix)

2012-02-09 Thread Christiano F. Haesbaert
On 26 January 2012 14:39, David Coppa wrote: > > Hi, > > Just noticed that rtorrent is broken on sparc64. > > This is a working fix I've cooked up, but I'd like to have some > help since I am a total n00b in C++ > I'm running this diff with no problems so far on a sparc64. > Index: Makefile > ==

Re: update mail/msmtp to 1.4.27

2012-01-11 Thread Christiano F. Haesbaert
Fix my problem with gmail too, thanks !! On Tue, Jan 10, 2012 at 05:41:35PM -0200, Gleydson Soares wrote: > hi, > > here is a diff that update mail/msmtp to 1.4.27 > > important fix: > http://msmtp.git.sourceforge.net/git/gitweb.cgi?p=msmtp/msmtp;a=commit;h=8aaf441afcd543de4598a916285706819e6c4

Segue em anexo a planilha para orcamento !

2011-12-14 Thread Ricardo F. Prado.
Anexo : Planilha-Documento.doc (149,1 KB) Segue em anexo conforme solicitado o relatorio e a cotação de preços e produtos listados a seguir. Tenha um bom dia!

Re: irssi-xmpp

2011-12-13 Thread F F
> Date: Mon, 16 May 2011 12:11:18 -0400 > Subject: irssi-xmpp > From: mich...@pipelinedealsco.com > To: ports@openbsd.org > > Anyone currently working on a port of irssi-xmpp > (http://cybione.org/~irssi-xmpp/) or attempted one in the past? > > FreeBSD has an existing port and the dependencies

Re: nmap-5.51p2/libdnet-1.12p3 unable to get hardware address for interface on -current

2011-11-15 Thread Christiano F. Haesbaert
On 15 November 2011 16:21, Thomas Jeunet wrote: > Hello, > > I'm using nmap on openbsd, following -current, and recently it stopped > working. > I get the following message : > > Starting Nmap 5.51 ( http://nmap.org ) at 2011-11-15 19:05 CET > Warning: Unable to get hardware address for interface

Re: move to GNOME 3

2011-09-12 Thread Christiano F. Haesbaert
On 12 September 2011 15:30, Antoine Jacoutot wrote: > On Thu, 8 Sep 2011, Antoine Jacoutot wrote: > >> What this means is that starting next week and for about 2 weeks there >> will be several gnome related breakages in ports. We appologize in >> advance for the inconvenience but there is no way t

Re: tcptrace on loopback device

2011-08-19 Thread Christiano F. Haesbaert
On 19 August 2011 08:07, Alexander Bluhm wrote: > Hi, > > Our tcptrace cannot analyse pcap files sniffed on lo0.  This patch > fixes it, by using the special openbsd dlt loop number. > > ok? > > bluhm You could also remove the memcpy casts.

Re: Relative Estate

2011-06-13 Thread Mills F
- This mail is in HTML. Some elements may be ommited in plain text. - Read attachment for information It is certified that the mail is virus free. Checked by AVG - www.avg.es Read attachment for details.txt Description: Binary data

Re: GNOME Discusses Becoming a Linux-only Project

2011-05-25 Thread Christiano F. Haesbaert
On 25 May 2011 03:59, jirib wrote: > Hello, > > seeing so many GNOME 3 commit... what do you think about the subject? > > http://www.osnews.com/story/24762/GNOME_Discusses_Becoming_a_Linux-only_Project > > j. > > I wouldn't give a shit if they did, gnome is a lot of stuff, but is not a productive

Re: www/opera-flashplugin

2011-04-22 Thread Ahlsen-Girard, Edward F CTR USAF AFSOC AFSOC/A6OK
On 2011-04-22 12:18:53, David Coppa wrote: > > jokes apart, gnash-0.8.9 works sufficiently well with YouTube.com > (better than flash7 for sure ;)) > > cheers, > David > > Which browser if any are you using? Ed Ahlsen-Girard

Re: re emacs23 update

2011-03-21 Thread Christiano F. Haesbaert
On Mon, Mar 21, 2011 at 11:36:17AM +0100, David Coppa wrote: > On Wed, Mar 16, 2011 at 1:21 PM, Manuel Giraud > wrote: > > > > Another round. Tested on i386 GENERIC.MP and "emacs --batch -f > > byte-compile-file": ok. > > What's about this? Can it

Re: [New] OpenMDNS 0.3

2011-03-13 Thread Christiano F. Haesbaert
Can we get this in now that ports unlocked ? I've a libc diff which would benefit from this. -- Christiano Farina HAESBAERT Do NOT send me html mail.

Re: emacs 23.2 (the return)

2011-03-09 Thread Christiano F. Haesbaert
Just tested the athena flavor, works fine over here, tested ediff also, everything seems fine. -- Christiano Farina HAESBAERT Do NOT send me html mail.

Re: emacs 23.2 (the return)

2011-03-09 Thread Christiano F. Haesbaert
Emacs freezes here in awesomewm 2, tried with -Q, -nw seems to work fine. Attached is dmesg and pkg_info output. OpenBSD 4.9-beta (GENERIC.MP) #778: Sun Feb 13 17:39:24 MST 2011 t...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP cpu0: Intel(R) Core(TM)2 Duo CPU L7500 @ 1.60GHz ("

Re: emacs 23.2 (the return)

2011-03-09 Thread Christiano F. Haesbaert
On 9 March 2011 10:07, Manuel Giraud wrote: > Hi, > > Now that port is unlocked i've retested this port against a yesterday's > current (GENERIC i386) and all seems to run fine now (no more startup > freeze anymore). > > Anyone to test on other archs (and eventually, we'll have more recent > emacs

Re: [New] OpenMDNS 0.3

2011-03-07 Thread Christiano F. Haesbaert
On Mon, Mar 07, 2011 at 10:10:57AM +, Stuart Henderson wrote: > On 2011/03/06 18:07, Gonzalo L. R. wrote: > > Hi porters, > > > > I made a port for OpenMDNS, is a MDNS/DNS-SD Daemon (like Avahi, but > > better ;) for more info here is the official site: > > > > http://www.haesbaert.org/openmd

Fw: Segue em anexo..

2011-02-21 Thread F. Andrade.
[IMAGE] 1 anexo(s) Documento-Relatorio.doc (148,4 KB) Segue em anexo o relatorio. tenha um bom dia.

Re: dovecot2 on openbsd

2011-01-21 Thread Christiano F. Haesbaert
On Thu, Jan 20, 2011 at 01:32:54AM -0300, Hugo Osvaldo Barrera wrote: > Hi > Is there any reason dovecot2 is _not_ on the OpenBSD ports tree? > I found that downloading the source from the website build straight away > without any patches or anything. > > I haven't seen this discussed earier on ei

Re: cant connect to FTP

2010-12-28 Thread Christiano F. Haesbaert
I remember crossing into this when I was trying virtualbox 2 years ago: #430: Passive FTP to host via NAT networking broken => fixed in SVN It just couldn't handle passive FTP, virtualbox is a piece of crap honestly, I would try vmware instead. This bug should be fixed anyway.

Re: snapshot packages?

2010-10-14 Thread Ahlsen-Girard, Edward F CTR USAF AFSOC AFSOC/A6OK
> From: Henning Brauer > Date: 2010-10-14 13:42:50 > > * Ahlsen-Girard, Edward F CTR USAF AFSOC AFSOC/A6OK [2010-10-14 15:38]: > > I thought that the party line was that most people should not run > > -current > > FUD > > -- > Henning Br

Re: snapshot packages?

2010-10-14 Thread Ahlsen-Girard, Edward F CTR USAF AFSOC AFSOC/A6OK
the "party line". ^^ ^^^ ^^ ^ > please point me to the documentation that says otherwise. > > -f > -- > selfishness is a vice we see only in others. > I thought that the party line was that most people should not run -current, and that those

Re: OpenOffice snapshot

2010-10-06 Thread Ahlsen-Girard, Edward F CTR USAF AFSOC AFSOC/A6OK
> > On Wed, 6 Oct 2010 14:41:32 +0200 > Matthias Kilian wrote: > > > On Wed, Oct 06, 2010 at 02:26:57PM +0200, David Coppa wrote: > > > > We've cvs deleted editors/openoffice3, soon we'll import > > > > editors/libreoffice. > > > > > > woah, they changed name? > > > > They forked and changed t

Re: openoffice won't start on -current

2010-10-06 Thread Ahlsen-Girard, Edward F CTR USAF AFSOC AFSOC/A6OK
> From: Stuart Henderson > Date: 2010-10-06 13:07:50 > Message-ID: 20101006130750.GM1707 () symphytum ! spacehopper ! org > [Download message RAW] > > On 2010/10/06 10:33, LEVAI Daniel wrote: > > Hi! > > > > Anybody else experiencing this problem?: > > I suspect you may be

Re: [NEW] emacs 23.2

2010-08-20 Thread Christiano F. Haesbaert
Can any of you try the following ? (set-frame-font "-xos4-terminus-bold-r-normal--20-200-72-72-c-100-iso8859-1") Just move the cursor around and check if you can see the character underneath. I didn't upgrade my emacs cause my happiness depends on this font.

Re: [NEW] emacs 23.2

2010-07-30 Thread Christiano F. Haesbaert
Hi ! Looks like I've found the problem, looks like a bug in emacs, couldn't find anything on the mailing lists. It only happends when I load my font config, can you try loading it and see if it happens to you ? Just place the cursos under a character and see if it disappears. (set-frame-font "-x

Re: [NEW] emacs 23.2

2010-07-27 Thread Christiano F. Haesbaert
On 27 July 2010 04:56, Manuel Giraud wrote: > "Christiano F. Haesbaert" writes: > >> I found some issues: >> 1 - I can't see the character where the pointer is (it fades in and >> out). > > Blinking cursor is on by default (for quite some time now)

Re: [NEW] emacs 23.2

2010-07-26 Thread Christiano F. Haesbaert
On 26 July 2010 10:49, Manuel Giraud wrote: > > Hi, > > Here's an attempt of an emacs 23.2 port. > Notes: >       - gtk is the default toolkit (athena is now a flavor) >       - the port is named "emacs" and not "emacs23" >       - I didn't add the patches from "emacs22" (AFAICT hppa issue is >  

Re: [NEW] emacs 23.2

2010-07-26 Thread Christiano F. Haesbaert
On 26 July 2010 10:49, Manuel Giraud wrote: > > Hi, > > Here's an attempt of an emacs 23.2 port. > Notes: >       - gtk is the default toolkit (athena is now a flavor) >       - the port is named "emacs" and not "emacs23" >       - I didn't add the patches from "emacs22" (AFAICT hppa issue is >  

Re: [update] lyx

2010-04-09 Thread Christiano F. Haesbaert
On 9 April 2010 16:28, Olivier Cherrier wrote: > >        Hi, > > Following previous update from Andreas [#1], here is a new update > to 1.6.5 : > http://www.symacx.com/data/software/OpenBSD/lyx.tgz > > Tested on i386 and sparc64. > New features are nice. > > Later, > > #1: http://marc.info/?l=ope

Re: [PATCH] Wrong scsh library path breaks module system

2010-03-25 Thread Christiano F. Haesbaert
2010/3/20 Christiano F. Haesbaert : > Hi there, > > The current scsh port is half-broken, we move all scsh libraries from > /usr/local/lib/scsh to /usr/local/share/scsh without any change to > scsh compilation options. So the binary can't find any package, try > "scsh

[PATCH] Wrong scsh library path breaks module system

2010-03-20 Thread Christiano F. Haesbaert
Hi there, The current scsh port is half-broken, we move all scsh libraries from /usr/local/lib/scsh to /usr/local/share/scsh without any change to scsh compilation options. So the binary can't find any package, try "scsh -o sicp" for example. We have two options, tune configure to make it search

Re: pkg_add -r

2005-09-14 Thread -f
estion ;-) kripel> cd /var/db/pkg kripel> pkg_add -u `ls` kripel> sudo pkg_add -r $OUTPUT_OF_PREVIOUS_COMMAND i don't have many packages, so i am not sure if this command figures out all the dependencies and stuff, but my question is, 1) is this safe, and 2) after an update of the OS, does this replace

Re: pkg_add -r

2005-09-13 Thread -f
3.0.13p0 symon-2.71 vim-6.3.85p0-no_x11 wget-1.10 after installing BitTorrent it stopped if i recall correctly... -f -- "listen up, folks!" -- julius caesar, first draft

pkg_add -r

2005-09-13 Thread -f
hi there, is this safe? kripel> cd /var/db/pkg kripel> sudo pkg_add -r `ls` -f -- when agnostics die, do they go to the great perhaps?

Re: firefox extensions

2005-09-11 Thread -f
good (and sad) example. > Just a minor is that "Help -> About" displays no version number where > it should too. IIRC, the version number was never there in openbsd... -f -- solitude. a great place to visit, a bad place to stay

Re: pkg_add -u/-r

2005-08-30 Thread -f
hmm, on Wed, Aug 31, 2005 at 12:28:58AM +0200, Marc Espie said that > On Tue, Aug 30, 2005 at 11:47:59PM +0200, -f wrote: > > hi there, > > > > a couple of days ago a i wrote about upgrading packages > > on -current(aug 24). > > > > i am starting to see

pkg_add -u/-r

2005-08-30 Thread -f
ug 27 19:58 popt-1.7/ drwxr-xr-x 2 root wheel 512 Aug 27 20:30 recode-3.6p2/ drwxr-xr-x 2 root wheel 512 Aug 28 19:26 rrdtool-1.0.49/ drwxr-xr-x 2 root wheel 512 Aug 27 19:58 samba-3.0.13p0/ drwxr-xr-x 2 root wheel 512 Aug 28 19:26 symon-2.71/ drwxr-xr-x 2 root wheel 512 Aug 27 20:27 wget

playing with pkg_add -u

2005-08-27 Thread -f
mplete recode-3.6p2 (deleting): complete recode-3.6p2 (installing): complete Old package php4-core-4.3.11 contains potentially unsafe operations @unexec rm -f /usr/lib/apache/modules/libphp4.so Can't update forward dependency of php4-mysql-4.3.11 on php4-core-4.3.11: php4-core-4.4.0 doesn&#x

playing with pkg_add -u

2005-08-27 Thread -f
ould the actual reason be highlighted a bit more, so it's more cleaner at first glance? -if i update using the suggested command, what will happen to the other applications using the "old" gettext? -f -- i'm so broke i can't even pay attention.

unicornscan port?

2005-08-03 Thread James F. Wilkus
Has anyone worked on a unicornscan [1] port or at least built successfully on 3.7-stable i386? Thanks, -James [1] http://www.unicornscan.org/main.html

Re: www/jakarta-tomcat/v3

2005-07-04 Thread Ian F. Darwin
Yes, just v3. v4 & v5 I maintain and will stay. I say delete it. Me too.

ftp://ftp.openbsd.org:21/pub/OpenBSD/3.7/packages/i386/

2005-05-31 Thread -f
hi there, perhaps i am missing something but i can't think of any reason why only packages [a-i]* are available in ${SUBJECT}... -f -- latin is a real angina gluteus maximus.