amd64-clang bulk build report (llvm 15)

2023-01-08 Thread Jérémie Courrèges-Anglas
Bulk build on pbuild-amd64.wxcvbn.org Started : Tue Jan 3 02:26:11 CET 2023 Finished: Sat Jan 7 01:45:02 CET 2023 Duration: 3 Days 23 hours 19 minutes Built using OpenBSD 7.2-current (GENERIC.MP) #2: Fri Dec 30 02:11:28 CET 2022 Built 10508 packages Number of packages built each day: Jan 3:

Re: [UPDATE] sysutils/udfclient to 0.8.6

2016-08-12 Thread Jérémie Courrèges-Anglas
Josh Grosse writes: > Previously posted: http://marc.info/?l=openbsd-ports=146763315829379=2 > > Tested on amd64. Committed, thanks. -- jca | PGP: 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

samba-4.3.8 regressions (testers wanted)

2016-04-29 Thread Jérémie Courrèges-Anglas
Hi, The last security update to samba-4.3.8 brought various regressions, among them guest account access from various implementations. Upstream is working on fixes as noted in this bug: https://bugzilla.samba.org/show_bug.cgi?id=11849 (See "Blocks:" for a list of bugs that might affect you.)

archivers/lz4json for firefox bookmarks?

2016-03-31 Thread Jérémie Courrèges-Anglas
firefox uses a custom file format to write its bookmark backups. It's not very advanced, just... different from simple lz4-compressed json files. This is painful when you're trying to peek at the actual data. Here's a port of lz4json, a simple decoder written by Andi Kleen. It assumed a

news/nn diff

2016-03-11 Thread Jérémie Courrèges-Anglas
Hi, this is a diff I've had since years and I never went to try it. Tests welcome. Index: Makefile === RCS file: /cvs/ports/news/nn/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile24 Nov 2015 09:11:05

Re: NEW: TeXmacs 1.99.4

2016-02-29 Thread Jérémie Courrèges-Anglas
Ray Lai writes: > Hi, Hi Ray, > GNU TeXmacs is a free wysiwyw (what you see is what you want) editing > platform with special features for scientists. The software aims to > provide a unified and user friendly framework for editing structured > documents with different

Re: [PATCH] Fix duplicity manpage

2016-02-22 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > On Mon, 8 Feb 2016 17:51:00 -0500, "trondd" > wrote: > >> On Mon, February 8, 2016 7:59 am, Jérémie Courrèges-Anglas wrote: >> > tro...@kagu-tsuchi.com writes: >> > >> >> Seems that with the change to duplicity 0.7, the

Re: bbpager: bus error

2016-02-22 Thread Jérémie Courrèges-Anglas
Committed, thanks for the report. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: [patch] time_t printf in zsh

2016-02-21 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Matthew Martin <phy1...@gmail.com> writes: > >> zsh printf's a time_t as a long. The cast is so that I can send the >> same patch upstream (assuming that casting to long long is the correct >> fix). Bug found wit

Re: [patch] time_t printf in zsh

2016-02-21 Thread Jérémie Courrèges-Anglas
Matthew Martin writes: > zsh printf's a time_t as a long. The cast is so that I can send the > same patch upstream (assuming that casting to long long is the correct > fix). Bug found with clang. It looks like zsh does not assume long long and %lld support, so more work

Re: bbpager: bus error

2016-02-19 Thread Jérémie Courrèges-Anglas
(cc'ing ${MAINTAINER} this time...) Ryan Freeman <r...@slipgate.org> writes: > On Fri, Feb 19, 2016 at 07:24:22PM +0100, Jérémie Courrèges-Anglas wrote: >> Alessandro DE LAURENZIS <just22@gmail.com> writes: >> >> > Hello, >> > >> >

Re: bbpager: bus error

2016-02-19 Thread Jérémie Courrèges-Anglas
Alessandro DE LAURENZIS writes: > Hello, > > bbpager systematically receives a SIGBUS when a window is closed: > > # gdb bbpager > GNU gdb 6.3 > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are >

Re: emacs-25.0.91 (pretest)

2016-02-15 Thread Jérémie Courrèges-Anglas
Stuart Henderson <s...@spacehopper.org> writes: > On 2016/02/15 13:05, Jérémie Courrèges-Anglas wrote: >> If someone knows what the hell the alien C syntax in >> patches/patch-src_fns_c is about, cluebat welcome. > > it's C99: > > https://en.wikipedia.org/wiki/Re

Re: [PATCH] duplicity restore pexpect as default ssh backend

2016-02-15 Thread Jérémie Courrèges-Anglas
"trondd" writes: > Bump to get this in for 5.9 so users aren't confused by the changed > default and the resulting incorrect manpage. > > If no one thinks it should go in for 5.9, I'll wait for unlock to poke again. Thanks for caring about this, Tim. We should fix the

emacs-25.0.91 (pretest)

2016-02-15 Thread Jérémie Courrèges-Anglas
Hi, emacs-25.1 will probably be out before the ports will be unlocked. While we should focus on the current ports tree, I already experiment breakage in my Gnus setup and I'd prefer to keep the number of new issues low... So here's a diff to update to last friday's pretest tarball. Test

Re: [PATCH] Fix duplicity manpage

2016-02-08 Thread Jérémie Courrèges-Anglas
tro...@kagu-tsuchi.com writes: > Seems that with the change to duplicity 0.7, the default sftp backend changed. > The manpage was being patched to say the default was pexpect over paramiko. > This is no longer true. Remove the manpage changes. Was there a rationale for changing the default

Re: update devel/frama-c

2016-01-22 Thread Jérémie Courrèges-Anglas
Michael McConville writes: [...] > I also got this during make update-plist: > >> pkg/PFRAG.no-native empty fragment: NOT writing it > > Does that mean that pkg/PFRAG.no-native is no longer needed and should > be removed? Or was it added manually? It was added manually. It

Re: NEW: py-httpbin and py-test-httpbin

2016-01-04 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > this new ports is a requirement for an update of www/py-requests > to 2.9.0. > > ok to import? yup > py-httpbin: > > Testing an HTTP Library can become difficult sometimes. RequestBin is > fantastic for testing POST requests, but

Re: UPDATE: devel/py-pexpect 4.0.1

2016-01-04 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This diff updates py-pexpect to the latest release. > Tested on amd64. Add python3 flavor. > > Comments ? OK ? ok, please add the following tweak (else sphinx-build tries to reach out). patch-doc_conf_py Description: Binary

Re: [UPDATE] audio/soundtouch to 1.9.2

2016-01-03 Thread Jérémie Courrèges-Anglas
Eric Lalonde writes: > On 12/27/15 1:02 PM, Eric Lalonde wrote: >> Hello ports, >> >> Attach is a diff which updates Soundtouch from 1.9.0 to 1.9.2. Changes >> include: >> >> - Redesigned quickseek algorithm for improved sound quality in quickseek >> mode >> - Adaptive

Re: UPDATE: textproc/py-chardet 2.3.0

2016-01-03 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This diff updates py-chardet to the latest release. > Tested on amd64. Add python3 flavor. > > Comments ? OK ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: add a py3 flavor to devel/py-ptyprocess

2016-01-03 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Add python3 flavor. ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: UPDATE: security/py-paramiko 1.16.0

2016-01-03 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This diff updates py-paramiko to the latest release. > Tested on amd64. Add python3 flavor. > > For python3 need new py-ecdsa (on ports@) > > Comments ? OK ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC

Re: UPDATE: wwww/py-werkzeug 0.11.3

2016-01-03 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This diff updates py-werkzeug to the latest release. > Tested on amd64. > > Comments ? OK ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: wip update: net/nmap

2016-01-03 Thread Jérémie Courrèges-Anglas
Giovanni Bechis writes: > On 12/29/15 21:21, Stuart Henderson wrote: >> On 2015/12/29 11:23, Giovanni Bechis wrote: >>> Hi, >>> I do not use it anymore so I am dropping maintainership, anyway attached a >>> wip port to update it to latest version >>> if someone wants to step

Re: wip update: net/nmap

2015-12-29 Thread Jérémie Courrèges-Anglas
Giovanni Bechis writes: > Hi, Hi, > I do not use it anymore so I am dropping maintainership, anyway attached a > wip port to update it to latest version > if someone wants to step over. > Cheers >Giovanni Works fine for basic usage on i386. Note that NO_TEST should

Re: Update: zim version 0.65

2015-12-29 Thread Jérémie Courrèges-Anglas
Sebastian Benoit writes: > ok? Looks fine ports-wise fwiw. Note that there is a test suite, so removing NO_TEST=Yes + hooking up the test suite + fixing potential failures would be an improvement. [...] -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA

Re: NEW: math/py-statistics 1.0.3.5

2015-12-29 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin <alexandr.shadc...@gmail.com> writes: > On Mon, Dec 28, 2015 at 06:42:24PM +0100, Jérémie Courrèges-Anglas wrote: >> Alexandr Shadchin <alexandr.shadc...@gmail.com> writes: >> >> > Hi, >> > >> > This new ports is a requirem

Re: fix icu4c build on arm

2015-12-29 Thread Jérémie Courrèges-Anglas
Jonathan Gray writes: > Trying to build icu4c on on armv7 reliably fails with > > gmake[1]: Entering directory '/usr/ports/pobj/icu4c-56.1/build-arm/data' > Unpacking /usr/ports/pobj/icu4c-56.1/icu/source/data/in/icudt56l.dat and > generating out/tmp/icudata.lst (list of data

Re: [new] devel/lazarus

2015-12-29 Thread Jérémie Courrèges-Anglas
Pascal Stumpf writes: > Lazarus is a Rapid Application Development Tool for Free Pascal. > It comes with the LCL - Lazarus component library, which contains > platform independent visual components like buttons, windows, > checkbox, treeview and many, many more. The LCL

Re: NEW: graphics/waffle

2015-12-28 Thread Jérémie Courrèges-Anglas
Jonathan Gray writes: > On Mon, Dec 28, 2015 at 01:27:50AM +0100, Jrmie Courrges-Anglas wrote: >> Stuart Henderson writes: >> >> > On 2015/12/21 17:21, Jonathan Gray wrote: >> >> Waffle is another library along the lines of GLUT that provides a way to >> >>

Re: NEW: graphics/waffle

2015-12-28 Thread Jérémie Courrèges-Anglas
Jonathan Gray writes: > On Mon, Dec 28, 2015 at 02:02:00PM +0100, Jrmie Courrges-Anglas wrote: >> Jonathan Gray writes: >> >> > On Mon, Dec 28, 2015 at 01:27:50AM +0100, Jrmie Courrges-Anglas wrote: >> >> Stuart Henderson writes: >> >> >> >>

Re: UPDATE: devel/flake8

2015-12-28 Thread Jérémie Courrèges-Anglas
Bertrand Janin writes: > Here is a better version without the test suite patch. Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: UPDATE: devel/py-futures 3.0.3

2015-12-28 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This diff updates py-futures to the latest release. > Tested on amd64. One regress test fails on i386 (not the 'L' in "0x84fb436cL"), but that's not a real problem.

Re: NEW: math/py-statistics 1.0.3.5

2015-12-28 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This new ports is a requirement for new port devel/py-test-benchmark. > > ok to import? > > Description: > Port of Python 3.4 statistics module to Python 2. > > This module provides functions for calculating mathematical statistics

Re: UPDATE: devel/py-enum34 1.1.2

2015-12-28 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This diff updates py-enum34 to the latest release. > Tested on amd64. > > Comments ? OK ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: NEW: graphics/waffle

2015-12-27 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/12/21 17:21, Jonathan Gray wrote: >> Waffle is another library along the lines of GLUT that provides a way to >> select a windowing system and api for OpenGL. >> >> This is primarily of interest for using the piglit OpenGL tests as >> Waffle

Re: UPDATE: devel/py-mock 1.3.0

2015-12-24 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin <alexandr.shadc...@gmail.com> writes: > On Wed, Dec 23, 2015 at 09:21:43PM +0100, Jérémie Courrèges-Anglas wrote: >> Daniel Jakots <vigdis+o...@chown.me> writes: >> >> > On Wed, 23 Dec 2015 23:49:11 +0500, Alexandr Shadchin >

Re: update www/py-werkzeug

2015-12-23 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > On Sat, 12 Dec 2015 20:23:36 +0100, Jasper Lievisse Adriaanse > wrote: > >> On Thu, Dec 10, 2015 at 09:48:41PM +0100, Daniel Jakots wrote: >> > Hi, >> > >> > Yet another python port who didn't receive any love for some time. >>

Re: [update] abcde 2.5.4 -> 2.7.1; take 3

2015-12-23 Thread Jérémie Courrèges-Anglas
Christopher Zimmermann writes: > On Mon, 23 Nov 2015 18:06:31 +0100 Marc Peters wrote: > >> Am 11/22/15 um 22:11 schrieb Marc Peters: >> > >> > Here an updated diff against -current ports. >> > >> > Comments/OKs? >> > >> > >> > Marc >> > >> >> As

Re: UPDATE: devel/doxygen 1.8.2 -> 1.8.10

2015-12-23 Thread Jérémie Courrèges-Anglas
Hi, Stuart Henderson <st...@openbsd.org> writes: > On 2015/12/10 22:39, Rafael Sadowski wrote: >> On Thu Dec 10, 2015 at 10:01:46AM +, Stuart Henderson wrote: >> > On 2015/12/09 19:09, Jérémie Courrèges-Anglas wrote: >> > > >> - Don't use own l

Re: UPDATE: devel/py-mock 1.3.0

2015-12-23 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > On Wed, 23 Dec 2015 23:49:11 +0500, Alexandr Shadchin > wrote: > >> Hi, >> >> This diff updates py-mock to the latest release. >> Add python3 flavor. >> >> Comments ? OK ? >> > > I was working on it too (as I need it

Re: [UPDATE] audio/abcde 2.7.1

2015-12-23 Thread Jérémie Courrèges-Anglas
Christopher Zimmermann writes: > Hi, Hi, > here's an update of audio/abcde to 2.7.1. ok? I don't use this, but note that Marc Peters (cc'd) has already submitted an update to 2.7.1 one month ago, see below. Maybe take the best from both diffs? ? abcde-2.7.1.patch Index:

Re: UPDATE: devel/py-test-cov 2.2.0

2015-12-23 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, > > This diff updates py-test-cov to the latest release. > > * Take maintainer. > * Add python3 flavor. > > Comments ? OK ? ok jca@ Note that ''make test'' will try to download the rdeps from pypi, even if no test suite is run in the

Re: NEW: net/websockify

2015-12-22 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > "Websockify (formerly named wsproxy) translates WebSockets traffic to > normal socket traffic. It accepts the WebSockets handshake, parses it, > and then begins forwarding traffic between the client and the target > in both directions." > > Tested

Re: UPDATE: devel/py-py 1.4.31

2015-12-22 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, Hi, > This diff updates py-py to the latest release. > Tested on amd64. > > Comments ? OK ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: UPDATE: offlineimap 6.6.0

2015-12-22 Thread Jérémie Courrèges-Anglas
Remi Locherer writes: > ping Committed, thanks, > On 2015-12-05 07:50, Remi Locherer wrote: >> Hi >> >> OfflineIMAP v6.6.0 was just released. From the announcement mail: >> >> - >> # Features >> >> - Maildir learns to mimic Dovecot's format of lower-case letters >>

Re: UPDATE: devel/py-six 1.10.0

2015-12-21 Thread Jérémie Courrèges-Anglas
Alexandr Shadchin writes: > Hi, Hi, > This diff updates py-six to the latest release. > Take maintainer. > > Comments ? OK ? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

[SECURITY] samba-4.1.22

2015-12-21 Thread Jérémie Courrèges-Anglas
Hi, this one has been published last week: --8<-- This is a security release in order to address the following CVEs: o CVE-2015-7540 (Remote DoS in Samba (AD) LDAP server) o CVE-2015-3223 (Denial of service in Samba Active Directory server) o CVE-2015-5252 (Insufficient

Re: Please add ICU as dependency to Boost (i.e. change the "--without-icu" to "--with-icu") - thoughts?

2015-12-16 Thread Jérémie Courrèges-Anglas
Tinker writes: > On 2015-12-16 05:04, j...@wxcvbn.org wrote: >> Tinker writes: >> >>> What would the decision be based on? >> >> I think that those points should be enough. >> - good reasons to use ICU in boost, not just "I need the ICU parts of >>

Re: Please add ICU as dependency to Boost (i.e. change the "--without-icu" to "--with-icu") - thoughts?

2015-12-15 Thread Jérémie Courrèges-Anglas
Stuart Henderson <st...@openbsd.org> writes: > On 2015/12/15 22:04, Jérémie Courrèges-Anglas wrote: >> Tinker <ti...@openmailbox.org> writes: >> >> > What would the decision be based on? >> >> I think that those points should be enough. >>

Re: Please add ICU as dependency to Boost (i.e. change the "--without-icu" to "--with-icu") - thoughts?

2015-12-15 Thread Jérémie Courrèges-Anglas
Tinker writes: > What would the decision be based on? I think that those points should be enough. - good reasons to use ICU in boost, not just "I need the ICU parts of Boost.". What would be the benefit for the ports tree? - someone has to do the work, and that

Re: add a py3 flavor to net/py-IP

2015-12-14 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > Hi, > > I wanted to add a py3 flavor to net/py-ripe.atlas.tools which depends > on net/py-ripe.atlas.sagan wich itself depends on py-IP, hence this > diff. > > I only tried py-ripe.atlas.tools so please test it, thanks. As I said the tests fail with

Re: add a py3 flavor to net/py-IP

2015-12-14 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > >> Daniel Jakots <vigdis+o...@chown.me> writes: >> >>> Hi, >>> >>> I wanted to add a py3 flavor to net/py-ripe.atlas.tools which depends

Re: add a py3 flavor to net/py-IP

2015-12-14 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Daniel Jakots <vigdis+o...@chown.me> writes: > >> Hi, >> >> I wanted to add a py3 flavor to net/py-ripe.atlas.tools which depends >> on net/py-ripe.atlas.sagan wich itself depends on py-IP, hence

Re: UPDATE: devel/doxygen 1.8.2 -> 1.8.10

2015-12-10 Thread Jérémie Courrèges-Anglas
Stuart Henderson <st...@openbsd.org> writes: > On 2015/12/09 19:09, Jérémie Courrèges-Anglas wrote: >> >> - Don't use own libmd5 but base md5 >> >> - Use MD5Data() instead of MD5Buffer+MD5SigToString >> >> What is the point with those two items? Thi

Re: NEW: sysutils/fwa

2015-12-10 Thread Jérémie Courrèges-Anglas
Peter Hajdu writes: > I've fixed a few things after a discussion with James Turner. Looks fine. James: ok jca@ to import Peter: you may want to fix these: shannon /usr/ports/pobj/fwa-0.1/fwa-ce8f590963fdf9e3f5986efb70d68c1918262d86$ mandoc -Tlint fwa.1 mandoc:

Re: Add UTF-8 support to textproc/par

2015-12-09 Thread Jérémie Courrèges-Anglas
Gregor Best writes: > Hi people, Hi, > in line with the current "Add UTF-8 support to everything"-movement, I'd > like to propose the attached patch for the textproc/par port. I use par > to format my email messages (this one included), and I love to use > umlauts,

Re: update devel/py-test

2015-12-09 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > Hi, > > This update needs the update of devel/py-py which is still on ports@. On > HOMEPAGE they only talk about 2.8.2 but on [1] I saw 2.8.3 which is 2 > weeks old according to their GH page [2] so I went for it. Committed, thanks! > [1]:

Re: UPDATE: devel/doxygen 1.8.2 -> 1.8.10

2015-12-09 Thread Jérémie Courrèges-Anglas
Rafael Sadowski writes: > Hi @ports, Hi Rafael, > nobody cares *ping* harder ;-) This is the correct method indeed. :) > Cheers, Rafael > > On Sun Nov 22, 2015 at 04:51:14PM +0100, Rafael Sadowski wrote: >> Hi ports@ >> >> after my first attempt here is the new diff

Re: update devel/py-py

2015-12-09 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > On Wed, 2 Dec 2015 20:55:27 +0100, Daniel Jakots > wrote: > > ping Committed, thanks. >> >> Index: Makefile >> === >> RCS file:

Re: amd64 bulk report

2015-12-07 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/12/06 09:11, Antoine Jacoutot wrote: >> * net/ifstat >> * net/libdnet >> * net/nmap >> * net/ocserv >> * security/aircrack-ng > > From my test build: > > None of the above actually need things from if_var.h, they're ok with the > whole file

Re: amd64 bulk report

2015-12-07 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/12/06 09:11, Antoine Jacoutot wrote: >> * net/ifstat >> * net/libdnet >> * net/nmap >> * net/ocserv >> * security/aircrack-ng > > From my test build: > > None of the above actually need things from if_var.h, they're ok with the > whole file

Re: amd64 bulk report (net-snmp)

2015-12-07 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/12/06 09:11, Antoine Jacoutot wrote: >> * net/ifstat >> * net/libdnet >> * net/nmap >> * net/ocserv >> * security/aircrack-ng > > From my test build: > > None of the above actually need things from if_var.h, they're ok with the > whole file

Re: kill net/mrtd?

2015-12-03 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > Not updated since 2001, time_t problems on 32-bit arch, dozens of > "cast from pointer to integer of different size" and "cast to pointer > from integer of different size" suggesting that it's unlikely to work > on 64-bit either, and missing license

Re: [update] fonts/hack-fonts 2.010 -> 2.018

2015-11-29 Thread Jérémie Courrèges-Anglas
Michael McConville writes: > And add myself as maintainer. > > ok? ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Delete security/ADMsmb?

2015-11-21 Thread Jérémie Courrèges-Anglas
Christian Weisgerber writes: > security/ADMsmb -- Samba security scanner > > I was going to fix a header include problem there but... > > The version we have is from 1998. > (There is a newer release from 2003.) > > No license. > > Is this still useful or should we just

Re: NEW: misc/ietf-cli

2015-11-21 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > an alternative to packaging RFCs directly I'd prefer this. Looks fine ports-wise, ok if you want to import it. > ... though the initial > rsync mirroring is a bit of a weighty download. eeek... indeed. > -- -- -- > This package contains

Re: mod_auth_bsd (circleq fallout)

2015-11-20 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > can this just be switched to a TAILQ? I think so, please see below, > is anyone using this that can test? > > > Index: patches/patch-authd_c > === > RCS file: patches/patch-authd_c

Re: remove education/edict ?

2015-11-20 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > Hi, > > I saw on portroach that education/edict was lagging. On their website > [1] there's a message "NOTE: As of Mon, Aug 23, 2010, edictionary is > broken. I'm actively working to fix it. Please check back in a few > days." > > I tried the current

Re: NEW: devel/autoconf-archive

2015-11-17 Thread Jérémie Courrèges-Anglas
"Anthony J. Bentley" writes: > Hi Nigel, Hi folks, > You've convinced me that this probably shouldn't go into the tree. > > Nigel Taylor writes: >> If you look in git repositories like github, the tar ball created >> automatically is not the same as the tar ball

wget-1.17

2015-11-16 Thread Jérémie Courrèges-Anglas
Hi, a lightly tested update to latest wget. Upstream announce (with NEWS entry): https://lists.gnu.org/archive/html/bug-wget/2015-11/msg00016.html Index: Makefile === RCS file: /cvs/ports/net/wget/Makefile,v retrieving revision

Re: Bison 3, again

2015-11-15 Thread Jérémie Courrèges-Anglas
Committed, thank you all who helped to unblock this situation. Cheers, -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: NEW: devel/autoconf-archive

2015-11-15 Thread Jérémie Courrèges-Anglas
"Anthony J. Bentley" writes: > Hi, Hi, > The GNU Autoconf Archive is a collection of more than 500 macros for GNU > Autoconf that have been contributed as free software by friendly supporters > of the cause from all over the Internet. > > I've encountered software in the

Re: Bison 3, again

2015-11-14 Thread Jérémie Courrèges-Anglas
I'll commit this tomorrow unless I hear objections. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Bison 3, again

2015-11-14 Thread Jérémie Courrèges-Anglas
Nigel Taylor writes: [...] > Haven't looked at the most recent diff for the Makefile, so might have > changed. > > Not easy to switch to m4 as implied. More is required than the > CONFIGURE_ENV change. ac_cv_prog_gnu_m4_gnu gets forced to yes/no "-g" > setting is

Re: p7zip: add support for more archs

2015-11-13 Thread Jérémie Courrèges-Anglas
Christian Weisgerber <na...@mips.inka.de> writes: > On 2015-11-11, Jérémie Courrèges-Anglas <j...@wxcvbn.org> wrote: > >> Right now p7zip fails to build on several archs, because of the rather >> lame approach to endianness taken by this port. This patch should

Re: more deps for letsencrypt

2015-11-13 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > Here are 3 more of the deps needed for letsencrypt, attached tgz > unpacks in dump^H^H^H^Hdevel/. > > py-configargparse - argparse replacement, allows options to be set via > files/env > py-parsedatetime - parse human-readable date/time text >

Re: p7zip: add support for more archs

2015-11-12 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/11/11 22:19, Josh Grosse wrote: >> On Wed, Nov 11, 2015 at 09:45:22PM -0500, Josh Grosse wrote: >> > Fixing the code may be the correct solution, but it is beyond me, as >> > I don't have the technical skills to deal with the portability

Re: Bison 3, again

2015-11-12 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Nigel Taylor <njtaylor0...@btinternet.com> writes: > >> On 11/10/15 13:00, Jérémie Courrèges-Anglas wrote: >>> >>> Hi, >>> >>> it's been a few years that our bison port hasn't been update

Re: NEW: net/freeradius3

2015-11-12 Thread Jérémie Courrèges-Anglas
Stuart Henderson <st...@openbsd.org> writes: > On 2015/11/12 02:17, Jérémie Courrèges-Anglas wrote: >> Stuart Henderson <st...@openbsd.org> writes: >> >> > Here (after rather a lot of pain) is a port for FreeRADIUS 3.0.10. >> > The config isn't dir

Re: Bison 3, again

2015-11-11 Thread Jérémie Courrèges-Anglas
Nigel Taylor <njtaylor0...@btinternet.com> writes: > On 11/10/15 13:00, Jérémie Courrèges-Anglas wrote: >> >> Hi, >> >> it's been a few years that our bison port hasn't been updated, the main >> reason being that our m4 doesn't groke some of the constructs

Re: p7zip: add support for more archs

2015-11-11 Thread Jérémie Courrèges-Anglas
Josh Grosse writes: > On Thu, Nov 12, 2015 at 12:34:03AM +0100, J??r??mie Courr??ges-Anglas wrote: >> >> Right now p7zip fails to build on several archs, because of the rather >> lame approach to endianness taken by this port. This patch should allow >> to build p7zip

Re: [NEW] devel/libwebsockets-1.5

2015-11-11 Thread Jérémie Courrèges-Anglas
Adam Wolk <adam.w...@tintagel.pl> writes: > On Thu, 12 Nov 2015 00:12:21 +0100 > j...@wxcvbn.org (Jérémie Courrèges-Anglas) wrote: > >> Adam Wolk <adam.w...@tintagel.pl> writes: >> >> > Hi ports@ >> > >> > This is my first share

p7zip: add support for more archs

2015-11-11 Thread Jérémie Courrèges-Anglas
Right now p7zip fails to build on several archs, because of the rather lame approach to endianness taken by this port. This patch should allow to build p7zip on all archs supported by OpenBSD. ok? Index: Makefile === RCS file:

Re: archivers/unace

2015-11-11 Thread Jérémie Courrèges-Anglas
I just removed archivers/unace from the tree, thanks for bringing this up. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: NEW: net/freeradius3

2015-11-11 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > Here (after rather a lot of pain) is a port for FreeRADIUS 3.0.10. > The config isn't directly compatible with 2.x (at least the files have > moved around), and in addition future 3.x versions are going to require > c++11 features *INCLUDING TLS* so

Re: [NEW] devel/libwebsockets-1.5

2015-11-11 Thread Jérémie Courrèges-Anglas
Adam Wolk writes: > Hi ports@ > > This is my first shared lib port so go nuts and have fun ;) > > Known issues/questions: > 1. Had to patch out set(SOVERSION "5") as it overwrote what the port > set in SHARED_LIBS. Actually the cmake port has support for automatically

Re: Bison 3, again

2015-11-10 Thread Jérémie Courrèges-Anglas
Stuart Henderson <st...@openbsd.org> writes: > On 2015/11/10 14:00, Jérémie Courrèges-Anglas wrote: >> -- char const *m4 = (p = getenv ("M4")) ? p : M4; >> -+ char const *m4 = (p = getenv ("M4")) ? p : "/usr/bin/m4"; > > Note to re

Re: net/ntp update (was Re: Vulnerable packages in ports tree 10/11)

2015-11-10 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > On Tue, 10 Nov 2015 01:30:12 +, Sevan / Venture37 > wrote: > >> net/ntp >> http://support.ntp.org/bin/view/Main/SecurityNotice#October_2015_NTP_Security_Vulner > > Hi, > > Here's an update quickly tested on -current and

Re: [maintainer update] update to haproxy 1.6.2

2015-11-10 Thread Jérémie Courrèges-Anglas
Daniel Jakots <vigdis+o...@chown.me> writes: > On Mon, 09 Nov 2015 13:33:58 +0100, j...@wxcvbn.org (Jérémie > Courrèges-Anglas) wrote: > >> > Upstream removed a bunch of documentation files including the >> > haproxy.cfg. I created a very simple one so a new

Bison 3, again

2015-11-10 Thread Jérémie Courrèges-Anglas
Hi, it's been a few years that our bison port hasn't been updated, the main reason being that our m4 doesn't groke some of the constructs used by newer bison releases. More and more packages out there require a recent bison version. As an OpenBSD developer, I don't think that building parsers

Re: new port: net/rabbitmq-c

2015-11-09 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > Gregor Best <g...@unobtanium.de> writes: > >> On Mon, Oct 12, 2015 at 04:46:03PM +0200, Gregor Best wrote: >>> On Mon, Oct 12, 2015 at 01:31:36AM +0300, Vadim Zhukov wrote: >>> > [...] >>>

Re: [maintainer update] update to haproxy 1.6.2

2015-11-09 Thread Jérémie Courrèges-Anglas
Daniel Jakots writes: > Hi, Hi, > So I finally succeed in updating haproxy to 1.6 branch. Thanks to > sthen@ and jca@ for their help. yw :) > Upstream removed a bunch of documentation files including the > haproxy.cfg. I created a very simple one so a new user can

Re: update mail/mlmmj

2015-11-09 Thread Jérémie Courrèges-Anglas
Eric Lalonde writes: > On 11/5/15 11:36 PM, Daniel Jakots wrote: >> Hi, >> >> Here's an update for mlmmj to the latest release. >> >> The short changelog is: >> - Ensuring OpenSMTPD sends 8-bit mail so it works with non-ASCII mail >> - Improved handling of non-ASCII

Re: x11/pbrowser

2015-11-08 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > x11/pbrowser "graphical ports system frontend": last real update 2005, > broken on LP64 (nobody noticed), no idea if it even works with current > ports/pkg tools. > > does anyone want to try and save it or shall I just rm? Broken LP64 + no update in

Re: [UPDATE] devel/cmocka

2015-11-07 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/11/06 18:02, Remi Pointel wrote: >> Hi, >> >> this is the latest version of cmocka. > > This doesn't build on i386, Woops... > /usr/obj/ports/cmocka-1.0.1/cmocka-1.0.1/include/cmocka.h:113: error: > conflicting types for 'uintptr_t' >

Re: rcm 1.3.0

2015-11-06 Thread Jérémie Courrèges-Anglas
Mike Burns writes: > Upgrade rcm to 1.3.0. > > Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in#L3-L19 Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: [UPDATE] devel/cmocka

2015-11-06 Thread Jérémie Courrèges-Anglas
Remi Pointel writes: > Hi, Hi, > this is the latest version of cmocka. > > Ok? ok jca@, however please install libcmocka.a (shown by make plist) -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: new port: net/rabbitmq-c

2015-11-05 Thread Jérémie Courrèges-Anglas
Gregor Best writes: > On Mon, Oct 12, 2015 at 04:46:03PM +0200, Gregor Best wrote: >> On Mon, Oct 12, 2015 at 01:31:36AM +0300, Vadim Zhukov wrote: >> > [...] >> > This software changes default CMake variables depending on presence of >> > popt library and xmlto binary at

  1   2   3   4   5   6   7   8   9   >