Re: python3 module location (py3-junos-eznc broken)

2024-01-22 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > > Updating this will need new ports for two modules (transitions and > yamlordereddictloader; tgz attached), and the update of ncclient > that I've just committed. > This works, thank you Stuart.

Re: python3 module location (py3-junos-eznc broken)

2024-01-22 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > On 2024/01/22 02:00, Daniel Dickman wrote: > > > > > > AttributeError: module 'collections' has no attribute 'MutableMapping' > > > > > > I suspect the module may require python3.9 or earlier? > > > > Release 2.7.0 claims support for python 3.10

python3 module location (py3-junos-eznc broken)

2024-01-21 Thread Chris Cappuccio
With python 3.10, py3-junos-eznc is broken: class _FactCache(collections.MutableMapping): AttributeError: module 'collections' has no attribute 'MutableMapping' I suspect the module may require python3.9 or earlier? How the heck do you make a port python3 module install for 3.9 instead of

Re: librdkafka, libfds, ipfixcol2

2021-06-30 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > > These ports are to support IPFIXcol2 which is the first set of ports I've > > done in a long time. CMake and all those extra layers of abstraction are a > > bit of a pain in the ass. Can somoene please take a look and let me know how > > close I

librdkafka, libfds, ipfixcol2

2021-06-10 Thread Chris Cappuccio
These ports are to support IPFIXcol2 which is the first set of ports I've done in a long time. CMake and all those extra layers of abstraction are a bit of a pain in the ass. Can somoene please take a look and let me know how close I am getting to the mark here? Is this stuff close to an

NEW: ipfixcol2 2.1.0

2021-06-10 Thread Chris Cappuccio
DESCR: IPFIXcol2 is a flexible, high-performance NetFlow v5/v9 and IPFIX flow data collector designed to be extensible by plugins. ipfixcol2.tgz Description: application/tar-gz

NEW: libfds 0.2.0

2021-06-10 Thread Chris Cappuccio
DESCR: The library provides components for parsing and processing IPFIX Messages. IPFIX Data structure parsers, IPFIX Data Record iterators (with Biflow support), IPFIX Template manager, IPFIX Data type coverters (getters, setters, to string), Manager of Information Elements (i.e. id, name, type,

NEW: librdkafka 1.7.0

2021-06-06 Thread Chris Cappuccio
OK to import? DESCR: librdkafka is a C library implementation of the Apache Kafka protocol, providing Producer, Consumer and Admin clients. It was designed with message delivery reliability and high performance in mind, current figures exceed 1 million msgs/second for the producer and 3 million

Re: Fwd: ports/shells/nsh-10.0.20201006p0-RC

2021-04-14 Thread Chris Cappuccio
f the version displayed when running NSH > so it is easier for the user to see the version and patch level. > > > My sincere thanks to Chris Cappuccio for authoring and opensourcing NSH.

Re: shells/nsh

2021-03-28 Thread Chris Cappuccio
Marc Espie [es...@nerim.net] wrote: > I've looked a bit at this code. > > I'm on the fence between marking it as BROKEN and give Chris a chance to > fix the code, or downright removing it. > > Specifically, it's currently broken thanks to recent changes to if.h, > but the code warns all over the

Re: Update devel/scons

2020-02-06 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > > Wouldn't they just do the same they've done with Java when their license > changed (i.e. make people install it themselves)? Or keep on providing the > old binaries themselves but not force the no-longer-supported command line > flags so it works

Re: Update devel/scons

2020-02-06 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > On 2020/02/06 21:01, Denis Fondras wrote: > > Update to 3.1.2. Will be useful to upgrade MongoDB. > > btw, replacing mongodb with a newer version is blocked until ubiquiti > get round to fixing unifi, though a newer version could be added

Re: firefox pledge "", syscall 289

2019-12-02 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > > Two simpler ways likely to bypass it, one is the diff below which is > expected to slow things down for non-pledged programs, the other is to > disable pledge in firefox which you can do with lines like these in > prefs.js (replace if already

firefox pledge "", syscall 289

2019-11-26 Thread Chris Cappuccio
I keep getting random crashes on firefox tabs related to DRI use of shm. The funny thing is, 'ipcs' never shows any allocated shm right before the crash, or at any time. The shmget is entirely superfluous, but it crashes my browser. If I restart firefox, this can go away for hours or a few days,

Re: shells/nsh: cope with mobileip removal

2019-11-06 Thread Chris Cappuccio
Christian Weisgerber [na...@mips.inka.de] wrote: > The removal of mobileip(4) has broken shells/nsh. > > The patches below simply remove mobileip support from nsh and update > the MANUAL, including a paragraph that became obsolete when mobileip(4) > was added. I don't use nsh at all, but with

CVS: cvs.openbsd.org: ports

2018-04-02 Thread Chris Cappuccio
CVSROOT:/cvs Module name:ports Changes by: ch...@cvs.openbsd.org 2018/04/02 09:33:32 Modified files: security/suricata: Makefile Log message: The configure script tries to use -march=native automatically. This is not appropriate for package building. ok sthen@

suricata portable binary

2018-03-31 Thread Chris Cappuccio
suricata documents this option as "Do not optimize the binary for the hardware it is built on." I think it is appropriate for the amd64 build since not every machine is the ports build machine. Index: Makefile === RCS file:

Re: Chromium and Iridium no longer working (current 2016-07-10T00:21:52Z)

2016-07-12 Thread Chris Cappuccio
Martijn Rijkeboer [mart...@bunix.org] wrote: > > I can't tell from your message whether this is the following problem: > > There is a diff being discussed that makes pledge "recvfd" stricter. It > > is plausible that Theo put this diff into the most recent snapshot. One > > result is that this

CVS: cvs.openbsd.org: ports

2016-05-31 Thread Chris Cappuccio
CVSROOT:/cvs Module name:ports Changes by: ch...@cvs.openbsd.org 2016/05/31 12:30:23 Modified files: net/flowd : Makefile distinfo net/flowd/pkg : PLIST Log message: Move up to flowd github version. IPFIX support was hiding out there in the cloud! ok

Re: UPDATE: misc/redshift

2016-05-19 Thread Chris Cappuccio
Ryan Freeman [r...@slipgate.org] wrote: > > Context may help. By 'this', I mean the geoclue.conf hint: > > [redshift] > allowed=true > system=false > users= > absolutely

Re: mail/sympa, sysutils/backuppc: remove forced mod_fastcgi dep

2016-04-29 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > fastcgi support is built-in to pretty much every modern > web-server, no need for an apache1 dep to make it "easier". > It may be worth removing spawn-fcgi as well, since slowcgi is in base. > ok? > > Index: mail/sympa/Makefile >

Re: rsyslog [Re: CVS: cvs.openbsd.org: ports]

2016-03-13 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > On 2016/03/06 05:18, Antoine Jacoutot wrote: > > CVSROOT:/cvs > > Module name:ports > > Changes by: ajacou...@cvs.openbsd.org 2016/03/06 05:18:31 > > > > Modified files: > > sysutils/rsyslog: Makefile > >

Re: shell/nsh is broken

2015-07-23 Thread Chris Cappuccio
Yes that looks right. I think there will be other changes to adapt to current too.

CVS: cvs.openbsd.org: ports

2015-05-05 Thread Chris Cappuccio
CVSROOT:/cvs Module name:ports Changes by: ch...@cvs.openbsd.org 2015/05/05 11:19:57 Modified files: telephony/spandsp: Makefile distinfo telephony/spandsp/patches: patch-configure telephony/spandsp/pkg: PLIST Log message: Update to spandsp 0.0.6,

Re: php-version for roundcubemail

2014-10-20 Thread Chris Cappuccio
Stuart Henderson [st...@openbsd.org] wrote: Problem is with PHP extension modules outside of the main php release, as these are compiled for the default PHP version in port (5.4 at present). So e.g. you won't be able to use things like pecl-memcache, xcache, etc from packages with php-5.5

gnome on 5.6-current

2014-10-20 Thread Chris Cappuccio
I setup a box w/gnome for someone using the latest amd64 snapshot + gnome snapshot package. The box has radeondrm with the fw_update installed. I followed the directions in the pkg-readmes to start dbus-daemon, avahi, gdm. The stuff all starts, and gdm pops up the gnome screen with the clock at

CVS: cvs.openbsd.org: ports

2014-06-19 Thread Chris Cappuccio
CVSROOT:/cvs Module name:ports Changes by: ch...@cvs.openbsd.org 2014/06/19 16:45:56 Modified files: net/iodine : Makefile distinfo net/iodine/patches: patch-src_Makefile patch-src_iodine_c patch-src_iodined_c Added files:

Update for net/iodine

2014-06-19 Thread Chris Cappuccio
Like this? Index: Makefile === RCS file: /cvs/ports/net/iodine/Makefile,v retrieving revision 1.13 diff -u -p -u -r1.13 Makefile --- Makefile11 Oct 2013 23:50:18 - 1.13 +++ Makefile19 Jun 2014 19:43:02 - @@ -2,8

Re: Fix: shells/nsh

2014-01-28 Thread Chris Cappuccio
Sorry I didn't get back to you on this earlier. The time_t stuff is already updated in github. But it all looks fine to me. Chris

Freeswitch

2013-11-22 Thread Chris Cappuccio
Does Freeswitch compile and run on OpenBSD? I thought it was already done, but just noticed it isn't in the official ports tree yet.

Re: Freeswitch

2013-11-22 Thread Chris Cappuccio
James Turner [ja...@calminferno.net] wrote: On Fri, Nov 22, 2013 at 03:50:25PM -0800, Chris Cappuccio wrote: Does Freeswitch compile and run on OpenBSD? I thought it was already done, but just noticed it isn't in the official ports tree yet. There seems to be a port in openbsd-wip [0

Re: NEW: sysutils/binwalk

2013-10-26 Thread Chris Cappuccio
Vadim Zhukov [persg...@gmail.com] wrote: It tries to use pymatplotlib, which we don't have, for entropy analisis. Probably, this should be mentioned in DESCR, to clear the doubt if this dependency was missed by accident. We don't have py-matplotlib? Except, we do.

Re: Chromium core dumps

2013-10-26 Thread Chris Cappuccio
Stuart Henderson [st...@openbsd.org] wrote: On 2013/10/25 22:46, Fred wrote: Hi ports@ I have had an issue with Chromium for the last couple of week where it will segmentation fault if I click on the tools button and select settings. Apart from this Chromium seems to run fine...

Re: Preview of 5.4?

2013-08-09 Thread Chris Cappuccio
snapshots ? Jones, Bill [bill.jo...@lpsvcs.com] wrote: Is there going to be a preview of 5.4? http://ftp.openbsd.org/pub/OpenBSD/5.4/ ? Thx/Bill The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete

Re: segfaults firefox20 i386

2013-05-15 Thread Chris Cappuccio
Martijn van Duren [martijn...@gmail.com] wrote: Try to move i386 from MODCLANG_ARCHS to MODGCC4_ARCHS, run make clean and then rebuild. Thus helped me in a similar issue. After an hour of online gaming, I think I can safely say that building it with gcc4.6 fixes this issue for me.

Re: ruby on openbsd

2013-05-06 Thread Chris Cappuccio
Chris Cappuccio [ch...@nmedia.net] wrote: Ted Unangst [t...@tedunangst.com] wrote: On Fri, May 03, 2013 at 15:46, Jeremy Evans wrote: Basically, the native code in the libv8 gem doesn't compile correctly on OpenBSD. It probably requires patches (lang/libv8 requires patches

ruby on openbsd

2013-05-03 Thread Chris Cappuccio
hi trying to get some rails stuff working but the ruby-gem port keeps trying to install libv8 when it is already installed via ports. clue stick? # thin20 start Using rack adapter Could not find libv8-3.11.8.13 in any of the sources Run `bundle install` to install missing gems.

Re: ruby on openbsd

2013-05-03 Thread Chris Cappuccio
Jeremy Evans [jeremyeva...@gmail.com] wrote: On Fri, May 3, 2013 at 10:13 AM, Chris Cappuccio ch...@nmedia.net wrote: hi trying to get some rails stuff working but the ruby-gem port keeps trying to install libv8 when it is already installed via ports. clue stick? # thin20 start

Re: ruby on openbsd

2013-05-03 Thread Chris Cappuccio
Jeremy Evans [jeremyeva...@gmail.com] wrote: Like I mentioned earlier, there's libv8 the shared library, and libv8 the ruby gem. The port you installed is for the shared library. The rails app is complaining because it wants you to install the libv8 ruby gem. The Gemfile includes gem

Re: ruby on openbsd

2013-05-03 Thread Chris Cappuccio
Jeremy Evans [jeremyeva...@gmail.com] wrote: You didn't mention what happens when you run `bundle install`. As the rails app you are working on uses bundler, running `bundle install` is basically the first thing you should do after cloning the repository. I got the bright idea to ln -s

Re: ruby on openbsd

2013-05-03 Thread Chris Cappuccio
Ted Unangst [t...@tedunangst.com] wrote: On Fri, May 03, 2013 at 15:46, Jeremy Evans wrote: Basically, the native code in the libv8 gem doesn't compile correctly on OpenBSD. It probably requires patches (lang/libv8 requires patches to compile). There are two ways to go about fixing it:

Re: mplayer: Audio device got stuck

2013-03-24 Thread Chris Cappuccio
Jan Stary [h...@stare.cz] wrote: While playing audio, mplayer accasionaly gets stuck with A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0 (31:53.0) 1.2% Audio device got stuck! A:1036.4 (17:16.3) of 1913.0

CVS: cvs.openbsd.org: ports

2013-02-12 Thread Chris Cappuccio
CVSROOT:/cvs Module name:ports Changes by: ch...@cvs.openbsd.org 2013/02/12 09:23:33 Modified files: shells/nsh : Makefile distinfo shells/nsh/pkg : DESCR Removed files: shells/nsh/patches: patch-conf_c patch-if_c Log message: update to 1.0 ok

Re: scribus displays strangely and emits errors

2012-11-13 Thread Chris Cappuccio
Tim Howe [th...@bendtel.net] wrote: Chris Cappuccio pointed out to me that it is probably a resource issue. It then occurred that it only works fine when PostgreSQL isn't running. I made the sysctl changes as specified in the PostgreSQL pkg-readme and that appears to have resolved

Re: NEW: editors/vigor

2012-10-04 Thread Chris Cappuccio
It can only exist in the ports tree with proper balance. Imagine a world without yin AND yang, Coke and Pepsi, Ford and Chevy, tomato and tomato, democrat and republican, etc. There need to be proper balancing, countermading forces to keep vigor from spiraling into a zombie drug causing our

Re: Rollback to 0.8.9/0.12.9 (Was: Unresponsive -current + rtorrent)

2012-07-16 Thread Chris Cappuccio
David Coppa [dco...@gmail.com] wrote: This new release is an epic fail, I don't want to ship it with 5.2. Apart from the huge ipi storms that lead to system freezes, it also segfaults with strict malloc flags :( Latest fix to src/sys/kern/kern_synch.c from haesbaert@ does not help

chrome embedded pdf viewer

2012-05-03 Thread Chris Cappuccio
Newer versions of chromium on OpenBSD have a working embedded pdf viewer. It only works for certain types of PDFs embedded, when you click on a pdf document, instead of opening it in the viewer, it always wants to download it. Has anyone found a way to fix this?

alpine

2012-03-05 Thread Chris Cappuccio
has anyone else noticed that alpine is very incompatible with rthreads? i sent diagnostics to guenther that were so bad, he didn't even reply.

Re: alpine

2012-03-05 Thread Chris Cappuccio
Marc Espie [es...@nerim.net] wrote: On Mon, Mar 05, 2012 at 02:06:05PM -0800, Chris Cappuccio wrote: has anyone else noticed that alpine is very incompatible with rthreads? Nope. Nobody uses alpine. I don't either, but some other folks do. i sent diagnostics to guenther that were so

Kamilio/SER

2011-12-09 Thread Chris Cappuccio
Is anyone working on a Kamilio 3 update by any chance? Also is there any reason why an ancient version of net/ser still exists when Kamilio 1.5 is in the tree?

clamav

2006-09-25 Thread Chris Cappuccio
PFRAG.shared on the clamav port should list libclamav.so.1.20 and not libclamav.so.0.0 -- Do you even send e-mails? I told you, I'm from the Wild West. I write by hand. -- Chuck Norris