Re: converters/html2text add utf8 and other fixes

2017-01-31 Thread Davide Gerhard
On Monday, 23/01/2017 10:32 GMT, Jeremie Courreges-Anglas wrote: > Davide Gerhard writes: > >> hello, >> just some fixes. > > Those don't look like "just fixes". There may be actual bug fixes here, > but other changes look intrusive. What about trying to prod/help > upstream so that those chan

Re: converters/html2text add utf8 and other fixes

2017-01-31 Thread Davide Gerhard
On Monday, 23/01/2017 11:05 GMT, Stuart Henderson wrote: > On 2017/01/23 11:32, Jeremie Courreges-Anglas wrote: >> > two questions: >> > - how can I test the port with clang/llvm? some nice mk.conf variable? >> >> You can modify the port to add lang/llvm to MODULES, then tweak >> MODCLANG_ARCHS

Re: rm -rf Xombrero

2017-01-31 Thread Davide Gerhard
On Tuesday, 31/01/2017 22:51 GMT, Uwe Werler wrote: > On 31 Jan 23:48, Erling Westenvik wrote: >> > > Mmh, I use it. For me the best browser around. >> > >> > I use it as well - its the only functional graphical browser that works >> > on my old single-core, 2GB memory celeron. >> >> How about s

SBCL missing threads and build failure

2017-01-31 Thread Timo Myyrä
Hi, I noticed that the thread support in sbcl isn't working at all. Seems that the ports Makefile passes wrong configure flag and needs following tweak: Index: Makefile === RCS file: /cvs/ports/lang/sbcl/Makefile,v retrieving revisio

Re: rm -rf Xombrero

2017-01-31 Thread Dutch Ingraham
On Tue, Jan 31, 2017 at 11:48:24PM +0100, Erling Westenvik wrote: > On Tue, Jan 31, 2017 at 04:31:30PM -0600, Dutch Ingraham wrote: > > On Tue, Jan 31, 2017 at 10:51:45PM +0100, Uwe Werler wrote: > > > > > > > > > Am 31. Januar 2017 22:49:14 MEZ schrieb Edd Barrett > > > : > > > >On Tue, Jan 31, 2

Re: rm -rf Xombrero

2017-01-31 Thread Stuart Henderson
On 2017/01/31 23:51, Uwe Werler wrote: > On 31 Jan 23:48, Erling Westenvik wrote: > > > > Mmh, I use it. For me the best browser around. > > > > > > I use it as well - its the only functional graphical browser that works > > > on my old single-core, 2GB memory celeron. > > > > How about surf(1). N

Re: rm -rf Xombrero

2017-01-31 Thread Uwe Werler
On 31 Jan 23:48, Erling Westenvik wrote: > > > Mmh, I use it. For me the best browser around. > > > > I use it as well - its the only functional graphical browser that works > > on my old single-core, 2GB memory celeron. > > How about surf(1). Not tabbed, and cannot be used solely by keyboard, > b

Re: rm -rf Xombrero

2017-01-31 Thread Erling Westenvik
On Tue, Jan 31, 2017 at 04:31:30PM -0600, Dutch Ingraham wrote: > On Tue, Jan 31, 2017 at 10:51:45PM +0100, Uwe Werler wrote: > > > > > > Am 31. Januar 2017 22:49:14 MEZ schrieb Edd Barrett : > > >On Tue, Jan 31, 2017 at 12:40:20PM -0300, Gonzalo L. Rodriguez wrote: > > >> It uses insecure webkit a

Re: rm -rf Xombrero

2017-01-31 Thread Dutch Ingraham
On Tue, Jan 31, 2017 at 10:51:45PM +0100, Uwe Werler wrote: > > > Am 31. Januar 2017 22:49:14 MEZ schrieb Edd Barrett : > >On Tue, Jan 31, 2017 at 12:40:20PM -0300, Gonzalo L. Rodriguez wrote: > >> It uses insecure webkit and conformal/companyzero do no recommend its > >> use. > > > >If no one us

Re: rm -rf Xombrero

2017-01-31 Thread Matthias Kilian
Hi, On Tue, Jan 31, 2017 at 10:51:45PM +0100, Uwe Werler wrote: > >> It uses insecure webkit and conformal/companyzero do no recommend its > >> use. > > > >If no one uses it, then goodbye xombrero! [..] > Mmh, I use it. For me the best browser around. I'm using it, too, as a 'fringe group browser

Re: youtube-dl fix

2017-01-31 Thread Stuart Henderson
On 2017/01/31 17:03, Jeremie Courreges-Anglas wrote: > Stuart Henderson writes: > > > Update and apply a patch from a pull request to unbreak youtube. > > OK? > > Works for me, ok jca@ Ah, upstream have made a release with a modified version in, closing 19 dup tickets with the commit(!), so I'l

Re: NEW: libmpack (needs discussion)

2017-01-31 Thread Edd Barrett
Hi, On Mon, Jan 23, 2017 at 09:56:04AM +, Stuart Henderson wrote: > > The port looks fine, but I find all this FULLPKG-fu confusing. > > Splitting the port would make things more readable IMHO. > > hmm, and that would make things a bit more sensible for building to support > the multiple lua

Re: rm -rf Xombrero

2017-01-31 Thread Uwe Werler
Am 31. Januar 2017 22:49:14 MEZ schrieb Edd Barrett : >On Tue, Jan 31, 2017 at 12:40:20PM -0300, Gonzalo L. Rodriguez wrote: >> It uses insecure webkit and conformal/companyzero do no recommend its >> use. > >If no one uses it, then goodbye xombrero! > >-- >Best Regards >Edd Barrett > >http://ww

Re: rm -rf Xombrero

2017-01-31 Thread Edd Barrett
On Tue, Jan 31, 2017 at 12:40:20PM -0300, Gonzalo L. Rodriguez wrote: > It uses insecure webkit and conformal/companyzero do no recommend its > use. If no one uses it, then goodbye xombrero! -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

Re: samba4 and ACL's

2017-01-31 Thread alexmcwhirter
On 2017-01-31 07:53, Jeremie Courreges-Anglas wrote: This looks like an error from ''samba-tool domain provision'', not an error from the samba daemon. Please state exactly: - which OpenBSD release you're using - which samba version you're using (hint, on -stable only the -stable samba port is

x11/ede/lib without Doxygen docs

2017-01-31 Thread Rafael Sadowski
Hi All! Below you can find a patch to disable Doxygen docs in ede/lib. I modified configure because there is no option to disable doxygen. Best regards, Rafael Index: Makefile === RCS file: /cvs/ports/x11/ede/lib/Makefile,v retriev

x11/awesome without Doxygen docs

2017-01-31 Thread Rafael Sadowski
Hi All, till awesome 4.0 ready here is a version whitout Doxygen docs and with new MASTER_SITES. Best regards, Rafael Sadowski Index: Makefile === RCS file: /cvs/ports/x11/awesome/Makefile,v retrieving revision 1.103 diff -u -p -u

Re: youtube-dl fix

2017-01-31 Thread Davide Gerhard
On Tuesday, 31/01/2017 16:03 GMT, Jeremie Courreges-Anglas wrote: > Stuart Henderson writes: > >> Update and apply a patch from a pull request to unbreak youtube. >> OK? > > Works for me, ok jca@ works also for me. tested on amd64 -current.

Re: UPDATE: graphics/lensfun

2017-01-31 Thread Rafael Sadowski
On Tue Jan 31, 2017 at 09:44:24AM +, Stuart Henderson wrote: > On 2017/01/29 10:42, Rafael Sadowski wrote: > > Hi All, > > > > on my campaign against doxygen a walk through all > > "BUILD_DEPENDS=devel/doxygen". Here is the next one: > > > > - update to 0.3.2 > > - libauxfun is gone > > - rem

Re: NEW: devel/lua-pty

2017-01-31 Thread Jeremie Courreges-Anglas
Jonathan Gray writes: > http://tset.de/lpty/ > > lpty is a module that allows a program written in lua to open the master > side of a PTY and start a program with the slave side of the PTY as its > controlling terminal. The PTY may then be read from and written to, thus > controlling the remote p

Re: youtube-dl fix

2017-01-31 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > Update and apply a patch from a pull request to unbreak youtube. > OK? Works for me, ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: rm -rf Xombrero

2017-01-31 Thread Landry Breuil
On Tue, Jan 31, 2017 at 12:40:20PM -0300, Gonzalo L. Rodriguez wrote: > Hello, > > Anyone out there still use Xombrero for something? Or think that need to > stay on the tree? > > It uses insecure webkit and conformal/companyzero do no recommend its > use. > > So, any OK to burn this in hell? F

Re: rm -rf Xombrero

2017-01-31 Thread Jeremie Courreges-Anglas
"Gonzalo L. Rodriguez" writes: > Hello, > > Anyone out there still use Xombrero for something? Or think that need to > stay on the tree? > > It uses insecure webkit and conformal/companyzero do no recommend its > use. > > So, any OK to burn this in hell? I wouldn't have used that wording, but OK

Re: rm -rf Xombrero

2017-01-31 Thread Antoine Jacoutot
On Tue, Jan 31, 2017 at 12:40:20PM -0300, Gonzalo L. Rodriguez wrote: > Hello, > > Anyone out there still use Xombrero for something? Or think that need to > stay on the tree? > > It uses insecure webkit and conformal/companyzero do no recommend its > use. > > So, any OK to burn this in hell? W

rm -rf Xombrero

2017-01-31 Thread Gonzalo L. Rodriguez
Hello, Anyone out there still use Xombrero for something? Or think that need to stay on the tree? It uses insecure webkit and conformal/companyzero do no recommend its use. So, any OK to burn this in hell? Thanks. -- Sending from my toaster.

UPDATE: IceCast-2.4.3

2017-01-31 Thread Gonzalo L. Rodriguez
Hello, Update for IceCast to 2.4.3: http://www.icecast.org/news/icecast-release-2_4_3/ Ok? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/net/icecast/Makefile,v retrieving revision 1.58 di

[UPDATE] security/keybase 1.0.17 -> 1.0.18

2017-01-31 Thread Aaron Bieber
Hi! This update brings keybase to the latest. Most of the patches were pulled into the various upstreams, as such, they have been removed. I have been using it for a month or two without issue (I don't use keybase often, so usage is fairly lite). OK? Cheers, Aaron Index: Makefile =

youtube-dl fix

2017-01-31 Thread Stuart Henderson
Update and apply a patch from a pull request to unbreak youtube. OK? Index: Makefile === RCS file: /cvs/ports/www/youtube-dl/Makefile,v retrieving revision 1.160 diff -u -p -r1.160 Makefile --- Makefile23 Dec 2016 08:07:54 -

Re: [UPDATE] Tor Browser 6.5

2017-01-31 Thread Landry Breuil
On Tue, Jan 31, 2017 at 07:33:11AM -0600, attila wrote: > > Landry Breuil writes: > > > On Mon, Jan 30, 2017 at 08:28:35AM -0600, attila wrote: > >> Hi ports@, > >> > >> The attached patch brings us up to Tor Browser 6.5. It requires the > >> net/tor patch to run since we have to r-dep on net/t

Re: [UPDATE] Tor Browser 6.5

2017-01-31 Thread attila
Landry Breuil writes: > On Mon, Jan 30, 2017 at 08:28:35AM -0600, attila wrote: >> Hi ports@, >> >> The attached patch brings us up to Tor Browser 6.5. It requires the >> net/tor patch to run since we have to r-dep on net/tor>=0.2.9.9 to >> remain true to upstream: >> https://marc.info/?l=o

NEW: devel/lua-pty

2017-01-31 Thread Jonathan Gray
http://tset.de/lpty/ lpty is a module that allows a program written in lua to open the master side of a PTY and start a program with the slave side of the PTY as its controlling terminal. The PTY may then be read from and written to, thus controlling the remote program. lua-pty.tgz Description:

Re: samba4 and ACL's

2017-01-31 Thread Jeremie Courreges-Anglas
alexmcwhir...@triadic.us writes: > On 2017-01-31 06:51, Jeremie Courreges-Anglas wrote: >> AFAIK samba 4.4+ doesn't actually require the use of filesystem-level >> ACLs. With s3fs, ACLs and Extended Attributes can be emulated with >> the appropriate modules. These days I'm staying away from samb

Re: samba4 and ACL's

2017-01-31 Thread alexmcwhirter
On 2017-01-31 06:51, Jeremie Courreges-Anglas wrote: AFAIK samba 4.4+ doesn't actually require the use of filesystem-level ACLs. With s3fs, ACLs and Extended Attributes can be emulated with the appropriate modules. These days I'm staying away from samba 'cause I can't properly test it, but iirc

Re: samba4 and ACL's

2017-01-31 Thread Jeremie Courreges-Anglas
net/samba maintainer here, alexmcwhir...@triadic.us writes: > I have a few machines stuck on 5.9 with samba 4.1 running as a domain > controller. It seems i can't really upgrade these machines to 6.0 and > most likely 6.1 as samba 4.4 forces the use of s3fs which requires posix > ACL's. I was wo

Re: www/webkit is old/insecure, news at 11

2017-01-31 Thread Antoine Jacoutot
On Tue, Jan 31, 2017 at 10:43:42AM +0100, Landry Breuil wrote: > Hi, > > so the following ports use www/webkit or www/webkit,gtk3: > > cad/xtrkcad > graphics/ebook-viewer > mail/claws-mail > mail/geary > productivity/gnucash > www/luakit > www/midori > www/surf > www/vimb I will have a look at g

Re: devel/py-certifi update to 2017.1.23

2017-01-31 Thread Stuart Henderson
On 2017/01/30 13:05, Sebastian Reitenbach wrote: > Hi, > > wanted to update sysutils/py-elasticsearch-curator, and found it now has > dependency to certifi > set to latest version 2017.1.23. czarkoff committed this 4 days before you sent it :-) > The other two dependencies of certifi I found in

Re: UPDATE: graphics/lensfun

2017-01-31 Thread Stuart Henderson
On 2017/01/29 10:42, Rafael Sadowski wrote: > Hi All, > > on my campaign against doxygen a walk through all > "BUILD_DEPENDS=devel/doxygen". Here is the next one: > > - update to 0.3.2 > - libauxfun is gone > - remove gettext > - disable doxygen docs > > - portcheck: "LIB_DEPENDS graphics/png no

www/webkit is old/insecure, news at 11

2017-01-31 Thread Landry Breuil
Hi, so the following ports use www/webkit or www/webkit,gtk3: cad/xtrkcad graphics/ebook-viewer mail/claws-mail mail/geary productivity/gnucash www/luakit www/midori www/surf www/vimb www/webkit is the 2.4 branch, which is dead/abandoned/unmaintained upstream, cf https://blogs.gnome.org/mcatanza

Re: ECC support for sendmail

2017-01-31 Thread Kyle Amon
On Mon, 30 Jan 2017 16:43:23 +0100 Thus spake Alexander Bluhm : > On Sun, Jan 29, 2017 at 07:51:38AM -0700, Kyle Amon wrote: > > Ahem. I still think it would be great if this could get applied > > before yet another release goes by. ;) > > Commited, Thanks! > > bluhm Great! And, FWIW, I've

Re: [UPDATE] Tor Browser 6.5

2017-01-31 Thread Landry Breuil
On Mon, Jan 30, 2017 at 08:28:35AM -0600, attila wrote: > Hi ports@, > > The attached patch brings us up to Tor Browser 6.5. It requires the > net/tor patch to run since we have to r-dep on net/tor>=0.2.9.9 to > remain true to upstream: > https://marc.info/?l=openbsd-ports&m=148562136724885&w