CVS: cvs.openbsd.org: ports

2017-11-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/13 00:11:53 Modified files: math/octave: Makefile Log message: bump after lapack update, switch to gfortran ok pirofti@

CVS: cvs.openbsd.org: ports

2017-11-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/13 00:10:46 Modified files: math/suitesparse: Makefile math/suitesparse/patches: patch-SuiteSparse_config_SuiteSparse_config_mk Log message: bump after

CVS: cvs.openbsd.org: ports

2017-11-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/13 00:09:06 Modified files: math/arpack: Makefile Added files: math/arpack/patches: patch-SRC_second_f Log message: bump after lapack update, switch to gfortran ok pirofti@

CVS: cvs.openbsd.org: ports

2017-11-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/13 00:01:56 Modified files: math/cblas : Makefile distinfo math/cblas/patches: patch-testing_Makefile Log message: bump after blas update, switch to gfortran ok pirofti@

CVS: cvs.openbsd.org: ports

2017-11-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/12 23:57:36 Modified files: math/lapack: Makefile distinfo math/lapack/files: Makefile math/lapack/patches: patch-manpages_man_manl_ilaver_l math/lapack/pkg: PLIST

CVS: cvs.openbsd.org: ports

2017-11-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/12 23:56:38 Modified files: math/blas : Makefile distinfo math/blas/files: Makefile math/blas/pkg : PLIST Log message: update to 3.7.1 ok pirofti@

CVS: cvs.openbsd.org: ports

2017-11-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/12 15:38:13 Modified files: lang/gcc/4.9 : Makefile Added files: lang/gcc/4.9/patches: patch-ltmain_sh Log message: fix quoting issue in installed libtool library ok pascal@

Re: gcc fix libgfortran.la

2017-11-12 Thread Steven Mestdagh
Steven Mestdagh [2017-11-10, 20:56:51]: > Marc Espie [2017-11-09, 00:40:28]: > > Can you have a look at a not so quick fix ? I mean such a bogus thing > > is generated from somewhere in the port. > > > > comparing to what the more recent gnu libtool port is doing

Re: [NEW] sysutils/xbattmon

2017-11-12 Thread Steven Mestdagh
Klemens Nanni [2017-11-11, 17:02:53]: > Hey, > > xbattmon is a simple battery monitor for X pretty similiar to > sysutils/xbattbar but actively maintained. > > It draws a colorized bar on the edge of your screen, that blinks on > critical battery level. > > Upstream ships our strtonum.c for all

Re: Explicitly disable OpenMP, categories archivers-converters

2017-11-12 Thread Steven Mestdagh
Brian Callahan [2017-11-12, 11:26:01]: > Hi ports -- > > In preparation for importing devel/openmp, I have (at sthen@'s suggestion) > been doing a careful review of the ports tree to figure out which ports will > try to pull in OpenMP if it exists on the system. > > I'm nowhere near done, but I

CVS: cvs.openbsd.org: ports

2017-11-11 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/11 03:48:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register removal of gnuvd

CVS: cvs.openbsd.org: ports

2017-11-11 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/11 03:44:29 Modified files: textproc : Makefile Removed files: textproc/gnuvd : Makefile distinfo textproc/gnuvd/patches: patch-src_gnuvd_c textproc/gnuvd/pkg: DESCR

remove textproc/gnuvd?

2017-11-10 Thread Steven Mestdagh
The software gnuvd looks unmaintained since 5 years. It's a CLI tool to query an online dictionary, and no longer works. Ok to remove it?

CVS: cvs.openbsd.org: ports

2017-11-10 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/10 14:58:26 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/files: syslog-ng.conf sysutils/syslog-ng/patches: patch-Makefile_in patch-configure

Re: gcc fix libgfortran.la

2017-11-10 Thread Steven Mestdagh
Marc Espie [2017-11-09, 00:40:28]: > On Wed, Nov 08, 2017 at 07:38:37PM +0100, Steven Mestdagh wrote: > > hi, > > > > As I mentioned previously, there is a quoting issue in libgfortran.la: > > dependency_libs=' '/usr/local/lib'/libquadmath.la -lm' > > should be

gcc fix libgfortran.la

2017-11-08 Thread Steven Mestdagh
hi, As I mentioned previously, there is a quoting issue in libgfortran.la: dependency_libs=' '/usr/local/lib'/libquadmath.la -lm' should be: dependency_libs='/usr/local/lib/libquadmath.la -lm' We would need this to be correct to link with libgfortran via libtool. This diff is a quick fix for

CVS: cvs.openbsd.org: ports

2017-11-07 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/07 23:51:35 Modified files: textproc/libxml: Makefile distinfo textproc/libxml/patches: patch-timsort_h patch-xmllint_c Log message: update to 2.9.7 ok jca@ test in bulk build by naddy@

Re: [UPDATE] math/lapack

2017-11-06 Thread Steven Mestdagh
Steven Mestdagh [2017-11-06, 07:47:09]: > Paul Irofti [2017-11-06, 01:27:51]: > > > Index: math/octave/Makefile > > > === > > > RCS file: /cvs/ports/math/octave/Makefile,v > > > retrieving r

Re: Remove net/pidgin-tlen?

2017-11-06 Thread Steven Mestdagh
Frederic Cambus [2017-11-06, 18:47:12]: > Hi ports@, > > The Tlen.pl server has been shut down on 10 May 2016 [1], so there is > no use case for this plugin anymore. > > [1] https://en.wikipedia.org/wiki/Tlen.pl > > Comments? OK to remove? ok with me.

Re: [UPDATE] libxml

2017-11-06 Thread Steven Mestdagh
Jeremie Courreges-Anglas [2017-11-04, 22:22:47]: > On Fri, Nov 03 2017, Steven Mestdagh <ste...@openbsd.org> wrote: > > could someone put this in a bulk build? > > The update looks good to me, the installed headers don't change much. > > One (small) problem though: th

Re: [UPDATE] math/lapack

2017-11-05 Thread Steven Mestdagh
Paul Irofti [2017-11-06, 01:27:51]: > > Index: math/octave/Makefile > > === > > RCS file: /cvs/ports/math/octave/Makefile,v > > retrieving revision 1.98 > > diff -u -p -u -r1.98 Makefile > > --- math/octave/Makefile3 Nov 2017

Re: [UPDATE] math/cblas

2017-11-05 Thread Steven Mestdagh
Paul Irofti [2017-11-05, 20:20:23]: > On Sat, Nov 04, 2017 at 05:15:08PM +0100, Steven Mestdagh wrote: > > update after blas update, a rerolled distfile, and also use gfortran. > > I can't get this to build. Using dpb with blas, cblas and lapack > patches. Am I missing something

Re: [UPDATE] math/lapack

2017-11-04 Thread Steven Mestdagh
Steven Mestdagh [2017-11-04, 18:55:19]: > long overdue update, and switch to gfortran. ok? > working on ports that depend on it. this should take care of dependent ports, and switches them to gfortran. Index: math/arpack/Ma

CVS: cvs.openbsd.org: ports

2017-11-04 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/04 15:43:41 ports/math/arpack/patches Update of /cvs/ports/math/arpack/patches In directory cvs.openbsd.org:/tmp/cvs-serv22613/patches Log Message: Directory /cvs/ports/math/arpack/patches added to the

[UPDATE] math/lapack

2017-11-04 Thread Steven Mestdagh
long overdue update, and switch to gfortran. ok? working on ports that depend on it. Index: Makefile === RCS file: /cvs/ports/math/lapack/Makefile,v retrieving revision 1.25 diff -u -p -u -r1.25 Makefile --- Makefile26 Aug 2016

[UPDATE] math/cblas

2017-11-04 Thread Steven Mestdagh
update after blas update, a rerolled distfile, and also use gfortran. Index: Makefile === RCS file: /cvs/ports/math/cblas/Makefile,v retrieving revision 1.16 diff -u -p -u -r1.16 Makefile --- Makefile16 Mar 2015 18:07:49 -

[UPDATE] math/blas

2017-11-04 Thread Steven Mestdagh
update to 3.7.1, switch to gfortran. an update to math/lapack will follow soon. Index: Makefile === RCS file: /cvs/ports/math/blas/Makefile,v retrieving revision 1.26 diff -u -p -u -r1.26 Makefile --- Makefile17 Jun 2017 15:25:37

CVS: cvs.openbsd.org: ports

2017-11-04 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/04 08:31:37 Modified files: textproc/libxslt: Makefile distinfo Log message: update to 1.1.32 ok ajacoutot@ "sounds good" rpointel@

[UPDATE] libxslt

2017-11-04 Thread Steven Mestdagh
minor update, ok ? Index: Makefile === RCS file: /cvs/ports/textproc/libxslt/Makefile,v retrieving revision 1.88 diff -u -p -u -r1.88 Makefile --- Makefile14 Sep 2017 14:57:13 - 1.88 +++ Makefile4 Nov 2017 10:48:38

CVS: cvs.openbsd.org: ports

2017-11-04 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/04 04:29:35 Modified files: math/fftw3 : Makefile distinfo Log message: update to 3.3.7 ok pirofti@

CVS: cvs.openbsd.org: ports

2017-11-04 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/04 04:28:21 Modified files: math/plplot: Makefile distinfo math/plplot/patches: patch-cmake_modules_csiro_cmake patch-cmake_modules_instdirs_cmake

Re: [UPDATE] math/fftw3

2017-11-03 Thread Steven Mestdagh
Paul Irofti [2017-11-03, 16:49:33]: > On Fri, Nov 03, 2017 at 03:27:03PM +0100, Steven Mestdagh wrote: > > minor update. comments/ok? > > What happened to the portable binary bit? Otherwise OK. they removed this config arg as it is now default.

[UPDATE] libxml

2017-11-03 Thread Steven Mestdagh
could someone put this in a bulk build? Index: Makefile === RCS file: /cvs/ports/textproc/libxml/Makefile,v retrieving revision 1.171 diff -u -p -u -r1.171 Makefile --- Makefile14 Sep 2017 14:56:41 - 1.171 +++ Makefile

[UPDATE] math/fftw3

2017-11-03 Thread Steven Mestdagh
minor update. comments/ok? Index: Makefile === RCS file: /cvs/ports/math/fftw3/Makefile,v retrieving revision 1.32 diff -u -p -u -r1.32 Makefile --- Makefile23 Mar 2016 21:14:58 - 1.32 +++ Makefile3 Nov 2017

CVS: cvs.openbsd.org: ports

2017-11-03 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/03 06:28:53 Modified files: math/octave: Makefile distinfo math/octave/patches: patch-configure patch-scripts_pkg_private_configure_make_m

CVS: cvs.openbsd.org: ports

2017-11-03 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/11/03 04:34:01 Modified files: devel/libivykis: Makefile distinfo Log message: update to 0.42 needed by newer syslog-ng ok ajacoutot@

UPDATE: sysutils/syslog-ng

2017-11-02 Thread Steven Mestdagh
= syslog-ng-$V -REVISION = 0 CATEGORIES = sysutils MAINTAINER = Steven Mestdagh <ste...@openbsd.org> @@ -17,8 +16,8 @@ PERMIT_PACKAGE_CDROM =Yes MASTER_SITES = http://github.com/balabit/syslog-ng/releases/download/${DISTNAME}/ -SHARED_LIBS = sys

Re: UPDATE: math/plplot

2017-11-02 Thread Steven Mestdagh
Steven Mestdagh [2017-11-02, 15:41:25]: > a long overdue update. comments / ok? better without the gettext module, as pointed out by naddy. Index: Makefile === RCS file: /cvs/ports/math/plplot/Makefile,v retrieving revision 1

UPDATE: devel/libivykis

2017-11-02 Thread Steven Mestdagh
update to a version used by newer syslog-ng Index: Makefile === RCS file: /cvs/ports/devel/libivykis/Makefile,v retrieving revision 1.7 diff -u -p -u -r1.7 Makefile --- Makefile25 Jul 2015 08:18:20 - 1.7 +++ Makefile

UPDATE: math/plplot

2017-11-02 Thread Steven Mestdagh
a long overdue update. comments / ok? Index: Makefile === RCS file: /cvs/ports/math/plplot/Makefile,v retrieving revision 1.58 diff -u -p -u -r1.58 Makefile --- Makefile26 Jul 2017 22:45:26 - 1.58 +++ Makefile2 Nov

UPDATE: math/octave

2017-11-02 Thread Steven Mestdagh
=Steven Mestdagh <steven@ope PERMIT_PACKAGE_CDROM = Yes WANTLIB += ${MODFORTRAN_WANTLIB} -WANTLIB += FLAC GL GLU GraphicsMagick GraphicsMagick++ ICE OSMesa QtGui -WANTLIB += QtNetwork QtOpenGL SM X11 X11-xcb Xau Xcursor Xdamage Xdmcp +WANTLIB += FLAC GL GLU GraphicsMagick GraphicsMagick++ ICE OSM

Re: security/gpgme (needs help)

2017-11-01 Thread Steven Mestdagh
Rafael Sadowski [2017-11-01, 17:53:43]: > Hi porters, > > I need help with the gpgme update. Special thing here, I need the Qt > bindings because kde-applications/gpgmepp is dead and all dependent > programs work with gpgme-qt now. > > But I always trap into the following link issue: > >

Re: [UPDATE] security/zaproxy

2017-10-21 Thread Steven Mestdagh
Remi Pointel [2017-04-17, 07:05:51]: > Hi, > > this is the diff to update zaproxy to latest release. > > Ok? any reason why this update is not yet in the tree? maybe the following rather large files could be skipped? +share/zaproxy/plugin/jxbrowser-alpha-2.zap

CVS: cvs.openbsd.org: ports

2017-06-08 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/06/08 12:19:37 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/files: syslog-ng.conf sysutils/syslog-ng/patches: patch-Makefile_in patch-configure

CVS: cvs.openbsd.org: ports

2017-06-03 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/06/03 10:24:05 Modified files: databases/libdbi-drivers: Makefile distinfo databases/libdbi-drivers/patches: patch-configure

CVS: cvs.openbsd.org: ports

2017-06-03 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2017/06/03 10:23:09 Modified files: databases/libdbi: Makefile distinfo databases/libdbi/patches: patch-Makefile_in patch-configure databases/libdbi/pkg: PLIST Log message: update to

UPDATE: sysutils/syslog-ng

2017-05-28 Thread Steven Mestdagh
major update, and enabled geoip and curl modules. note it requires the libdbi update that i posted a few days ago. basic test ok on amd64. comments and more tests welcome. Index: Makefile === RCS file:

UPDATE: databases/libdbi

2017-05-24 Thread Steven Mestdagh
this updates libdbi and related drivers to 0.9.0, it's a dependency of more recent syslog-ng versions. seems to work on amd64. didn't yet try the dependent ports gnucash, gammu, icinga, monitoring-plugins. if anyone who uses those could give this a try, or build on a different arch, it would be

Re: possible chromium regression on -current (caused by llvm)

2017-03-05 Thread Steven Mestdagh
Robert Nagy [2017-03-03, 16:01:25]: > The issue is caused by the llvm update most probably, > reverting back to llvm-3.9.1p0 fixes the issue, so it's either the > update or a commit after that. > > http://nerd.hu/chromium-56.0.2924.87p0.tgz for amd64 using llvm-3.9.1p0 this fixes the issue for

CVS: cvs.openbsd.org: ports

2016-11-06 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/11/06 15:42:59 Modified files: security/clusterssh: Makefile distinfo Log message: maintenance update to 4.08

CVS: cvs.openbsd.org: ports

2016-11-05 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/11/05 07:49:29 Modified files: x11: Makefile Log message: +p5-X11-Protocol-Other

CVS: cvs.openbsd.org: ports

2016-11-05 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/11/05 03:04:05 Log message: import X11::Protocol::Other, some extensions to X11::Protocol feedback and ok jca@ Status: Vendor Tag: steven Release Tags: steven-20161105

NEW: x11/p5-X11-Protocol-Other

2016-11-03 Thread Steven Mestdagh
Some extensions to X11::Protocol, required by a newer version of clusterssh. Ok to import? p5-X11-Protocol-Other.tgz Description: application/tar-gz

CVS: cvs.openbsd.org: ports

2016-10-23 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/10/23 07:53:04 Modified files: security/keepassx: Makefile distinfo Log message: update to 2.0.3 from Rafael Sadowski, ok landry@

CVS: cvs.openbsd.org: ports

2016-08-14 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/08/14 15:29:44 Modified files: net/argus-clients: Makefile distinfo Log message: distfile was rerolled, spotted by naddy@

CVS: cvs.openbsd.org: ports

2016-08-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/08/12 15:38:52 Modified files: net/argus : Makefile distinfo net/argus/patches: patch-argus_ArgusModeler_c net/argus/pkg : PLIST Log message: update to 3.0.8.2

CVS: cvs.openbsd.org: ports

2016-08-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/08/12 15:39:14 Modified files: net/argus-clients: Makefile distinfo net/argus-clients/patches: patch-common_argus_util_c Log message: update to 3.0.8.2

CVS: cvs.openbsd.org: ports

2016-08-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/08/12 11:40:41 Modified files: www/llgal : Makefile distinfo Log message: maintenance update to 0.13.18

CVS: cvs.openbsd.org: ports

2016-05-01 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/05/01 05:19:09 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/files: syslog-ng.conf sysutils/syslog-ng/patches: patch-Makefile_in patch-configure

CVS: cvs.openbsd.org: ports

2016-05-01 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/05/01 04:40:56 Modified files: security/clusterssh: Makefile distinfo security/clusterssh/pkg: PLIST Log message: update to 4.07

CVS: cvs.openbsd.org: ports

2016-04-23 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/04/23 06:44:14 Modified files: math/octave: Makefile distinfo math/octave/patches: patch-configure Log message: update to 4.0.2

CVS: cvs.openbsd.org: ports

2016-04-22 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/04/22 11:21:39 Added files: math/octave/patches: patch-doc_interpreter_Makefile_in patch-doc_liboctave_Makefile_in Log message: unbreak by completely disabling building

CVS: cvs.openbsd.org: ports

2016-04-18 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/04/18 23:55:44 Modified files: math/octave: Makefile distinfo math/octave/patches: patch-configure math/octave/pkg: PLIST Log message: maintenance update to 4.0.1

UPDATE: math/octave 4.0.1

2016-04-09 Thread Steven Mestdagh
maintenance update, lightly tested on amd64. please test on other archs if possible. Index: Makefile === RCS file: /cvs/ports/math/octave/Makefile,v retrieving revision 1.83 diff -u -p -u -r1.83 Makefile --- Makefile11 Mar 2016

Re: syslog-ng 3.7

2016-04-03 Thread Steven Mestdagh
Predrag Punosevac [2016-03-27, 00:21:26]: > Dear Mr. Mestdagh, > > What is the reason syslog-ng is not updated to 3.7.1? Is branch 3.7 > still considered unstable for use on OpenBSD or there are some other > problems in updating the existing 3.6.4 port. > please try the following diff. Index:

CVS: cvs.openbsd.org: ports

2016-03-14 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2016/03/14 12:20:54 Modified files: security/keepassx: Makefile distinfo Log message: update to 2.0.2 from Rafael Sadowski

CVS: cvs.openbsd.org: ports

2015-11-30 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/11/30 10:14:32 Modified files: security/clusterssh: Makefile distinfo security/clusterssh/pkg: PLIST Log message: update to 4.05 ok ajacoutot@

UPDATE: security/clusterssh

2015-11-29 Thread Steven Mestdagh
maintenance update, also includes new csftp command. please test / ok Index: Makefile === RCS file: /cvs/ports/security/clusterssh/Makefile,v retrieving revision 1.14 diff -u -p -u -r1.14 Makefile --- Makefile25 Jul 2015 08:00:05

Re: UPDATE: security/clusterssh

2015-11-29 Thread Steven Mestdagh
Steven Mestdagh [2015-11-29, 10:55:25]: > maintenance update, also includes new csftp command. > please test / ok updated diff after feedback from Antoine. Index: Makefile === RCS file: /cvs/ports/security/clusterssh/Make

CVS: cvs.openbsd.org: ports

2015-08-24 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/08/24 10:14:01 Modified files: sysutils : Makefile Removed files: sysutils/ns4 : Makefile distinfo sysutils/ns4/pkg: DESCR PLIST Log message: remove this old unmaintained

CVS: cvs.openbsd.org: ports

2015-08-24 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/08/24 10:37:21 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: register removal of sysutils/ns4, reminded by aja@

remove sysutils/ns4 ?

2015-08-20 Thread Steven Mestdagh
looks like ns4 disappeared and is no longer maintained upstream. is there any interest to keep the ns4 port? if no one objects, I propose to remove it.

CVS: cvs.openbsd.org: ports

2015-08-14 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/08/14 13:51:26 Modified files: math/fftw3 : Makefile distinfo math/fftw3/pkg : PLIST-common Log message: update to 3.3.4 ok feinerer@

Re: [NEW] security/skipfish

2015-07-26 Thread Steven Mestdagh
Bryan C. Everly [2015-07-25, 12:52:21]: $COMMENT: active web application security reconnaissance tool pkg/DESCR: Skipfish is an active web application security reconnaissance tool. It prepares an interactive sitemap for the targeted site by carrying out a recursive crawl and

CVS: cvs.openbsd.org: ports

2015-07-26 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/07/26 00:56:51 Modified files: math/octave: Makefile Log message: needs gnuplot to build the documentation noticed by ajacoutot@

CVS: cvs.openbsd.org: ports

2015-07-26 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/07/26 13:19:33 Modified files: net/yersinia : Makefile distinfo net/yersinia/patches: patch-configure patch-src_interfaces_c Added files: net/yersinia/patches:

UPDATE: math/fftw3

2015-07-26 Thread Steven Mestdagh
this brings fftw3 up to date. its test suite works for me on amd64. not yet tested with other ports. feedback more testing welcome. Index: Makefile === RCS file: /cvs/ports/math/fftw3/Makefile,v retrieving revision 1.29 diff -u -p

CVS: cvs.openbsd.org: ports

2015-07-25 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/07/25 02:00:05 Modified files: security/clusterssh: Makefile distinfo security/clusterssh/pkg: PLIST Log message: update to 4.03.06 and take maintainer input from sthen@, ok giovanni@

CVS: cvs.openbsd.org: ports

2015-07-25 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/07/25 02:18:20 Modified files: devel/libivykis: Makefile distinfo Log message: minor update to 0.36.3 take maintainer while here

Re: UPDATE: security/clusterssh

2015-07-24 Thread Steven Mestdagh
= clusterssh-4.02.03 -REVISION = 0 +DISTNAME= App-ClusterSSH-4.03_06 +PKGNAME= clusterssh-4.03.06 CATEGORIES=security -HOMEPAGE= http://clusterssh.sourceforge.net/ +HOMEPAGE= https://github.com/duncs/clusterssh/wiki + +MAINTAINER=Steven Mestdagh ste...@openbsd.org

Re: Remove math/qtoctave

2015-07-24 Thread Steven Mestdagh
Ingo Feinerer [2015-07-24, 19:39:52]: Since math/octave now ships with is own GUI and https://qtoctave.wordpress.com/ seems to be gone should we remove math/qtoctave? ok with me.

Re: UPDATE: security/clusterssh

2015-07-23 Thread Steven Mestdagh
Rafael Sadowski [2015-07-20, 01:00:05]: On Mon Jul 20, 2015 at 12:50:05AM +0200, Steven Mestdagh wrote: taking maintainer while here. ok? Index: Makefile === RCS file: /cvs/ports/security/clusterssh/Makefile,v retrieving

CVS: cvs.openbsd.org: ports

2015-07-21 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/07/21 14:29:34 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/files: syslog-ng.conf sysutils/syslog-ng/patches: patch-Makefile_in patch-configure

CVS: cvs.openbsd.org: ports

2015-07-19 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/07/19 00:25:45 Modified files: net/argus : Makefile distinfo net/argus/patches: patch-argus_argus_c Log message: update to 3.0.8.1 ok ajacoutot@

UPDATE: net/yersinia

2015-07-19 Thread Steven Mestdagh
here's an update to the latest version. seems to work on amd64, though i had to disable mpls in the filter to fix a pcap compile error. the interfaces.c patch is shuffled compared to the previous. ok? Index: Makefile === RCS file:

UPDATE: security/clusterssh

2015-07-19 Thread Steven Mestdagh
=security HOMEPAGE= http://clusterssh.sourceforge.net/ +MAINTAINER=Steven Mestdagh ste...@openbsd.org + # GPLv2 PERMIT_PACKAGE_CDROM= Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterssh/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clusterssh/}2.%20ClusterSSH%20Series%204

Re: UPDATE: sysutils/syslog-ng

2015-07-19 Thread Steven Mestdagh
Stuart Henderson [2015-07-17, 00:09:46]: On 2015/07/16 22:49, Steven Mestdagh wrote: Update to 3.6.4. I was getting certificate errors on fetch, hence the modified FETCH_CMD. The certificate seems fine however in firefox/chromium. Looks like we do not yet have the NetLock CA in our

CVS: cvs.openbsd.org: ports

2015-07-19 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/07/19 09:06:14 Modified files: graphics/pstoedit: Makefile distinfo graphics/pstoedit/patches: patch-src_Makefile_in graphics/pstoedit/pkg: PFRAG.shared PLIST Removed files:

UPDATE: net/argus

2015-07-16 Thread Steven Mestdagh
maintenance update. lightly tested on amd64. other tests/comments welcome. Index: Makefile === RCS file: /cvs/ports/net/argus/Makefile,v retrieving revision 1.18 diff -u -p -u -r1.18 Makefile --- Makefile26 Jan 2015 13:12:17

UPDATE: sysutils/syslog-ng

2015-07-16 Thread Steven Mestdagh
Update to 3.6.4. I was getting certificate errors on fetch, hence the modified FETCH_CMD. The certificate seems fine however in firefox/chromium. Looks like we do not yet have the NetLock CA in our cert.pem and it needs to be added? Light testing on amd64. Other tests/comments/ok welcome.

Re: UPDATE: sysutils/syslog-ng

2015-07-16 Thread Steven Mestdagh
Rafael Sadowski [2015-07-16, 22:59:54]: On Thu Jul 16, 2015 at 10:49:38PM +0200, Steven Mestdagh wrote: Update to 3.6.4. --with-ivykis=system \ - --enable-sql + --enable-sql \ + --enable-manpages why

CVS: cvs.openbsd.org: ports

2015-01-26 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/01/26 06:13:58 Modified files: net/argus-clients: Makefile distinfo net/argus-clients/patches: patch-common_argus_main_c patch-common_argus_util_c

CVS: cvs.openbsd.org: ports

2015-01-26 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2015/01/26 06:12:17 Modified files: net/argus : Makefile distinfo net/argus/patches: patch-Makefile_in patch-argus_argus_c patch-support_Config_argus_conf Log

UPDATE: net/argus 3.0.8

2015-01-23 Thread Steven Mestdagh
/08 19:24:18 steven Exp $ COMMENT = utilities to read and parse Argus data -DISTNAME = argus-clients-3.0.6.2 +DISTNAME = argus-clients-3.0.8 CATEGORIES = net HOMEPAGE = http://qosient.com/argus/ @@ -13,14 +13,15 @@ MAINTAINER =Steven Mestdagh steven@ope # GPLv2

CVS: cvs.openbsd.org: ports

2014-12-31 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2014/12/31 04:33:56 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/files: syslog-ng.conf sysutils/syslog-ng/patches: patch-configure

UPDATE: syslog-ng

2014-10-29 Thread Steven Mestdagh
:14:50 - 1.48 +++ Makefile29 Oct 2014 22:43:54 - @@ -4,9 +4,8 @@ COMMENT=syslogd replacement SHARED_ONLY = Yes -V =3.4.7 +V =3.5.6 DISTNAME = syslog-ng-$V -REVISION = 4 CATEGORIES = sysutils MAINTAINER = Steven Mestdagh ste

CVS: cvs.openbsd.org: ports

2014-04-07 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2014/04/07 15:16:45 Modified files: sysutils/syslog-ng: Makefile Log message: disable geoip for now, it was picked up by configure spotted by naddy@

CVS: cvs.openbsd.org: ports

2014-01-12 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2014/01/12 13:41:11 Modified files: sysutils/syslog-ng: Makefile distinfo sysutils/syslog-ng/pkg: PLIST Log message: update to 3.4.7

CVS: cvs.openbsd.org: ports

2013-12-03 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2013/12/04 00:13:31 Modified files: sysutils/syslog-ng: Makefile Added files: sysutils/syslog-ng/patches: patch-configure Log message: unbreak by not picking up libuuid from e2fsprogs - reported

CVS: cvs.openbsd.org: ports

2013-12-01 Thread Steven Mestdagh
CVSROOT:/cvs Module name:ports Changes by: ste...@cvs.openbsd.org 2013/12/01 05:09:48 Modified files: sysutils/syslog-ng: Makefile sysutils/syslog-ng/pkg: PLIST Log message: disable rabbitmq for now. this has a hidden dep on python and failed with python3 -

<    1   2   3   4   5   6   7   8   9   10   >