[UPDATE] devel/apktool

2016-03-28 Thread Remi Pointel
Hi, this is the diff to updateapktool to latest release. More information: http://connortumbleson.com/2016/03/27/apktool-v2-1-0-released/ Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/devel/apktool/Makefile,v retri

UPDATE: lang/go 1.6

2016-03-28 Thread Juan Francisco Cantero Hurtado
I just ran "make test" on amd64, so any additional tests are welcome. OK? Index: Makefile === RCS file: /cvs/ports/lang/go/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile14 Jan 2016 12:11:50 -

Re: gettext and libiconv don't need modules

2016-03-28 Thread Vadim Zhukov
2016-03-28 17:39 GMT+03:00 Christian Weisgerber : > TL;DR: We can and should kill the gettext and libiconv MODULES and > replace them with ordinary LIB_DEPENDS. > > > If you look at the libiconv module, it specifies both a lib and a > run dependency on libconv. That's because the iconv li

Re: [wip] Firefox 46.0beta5 & Thunderbird 45.0beta3

2016-03-28 Thread Landry Breuil
On Mon, Mar 28, 2016 at 07:49:39PM +0200, Landry Breuil wrote: > Hi, > > Firefox 46 will be live in some weeks, and hopefully this time with Gtk3 > by default. I also plan to default webrtc to build and ship, as it is > upstream since some releases - it needs dogfooding and testing, webcam > works

[wip] Firefox 46.0beta5 & Thunderbird 45.0beta3

2016-03-28 Thread Landry Breuil
Hi, Firefox 46 will be live in some weeks, and hopefully this time with Gtk3 by default. I also plan to default webrtc to build and ship, as it is upstream since some releases - it needs dogfooding and testing, webcam works, audio/sndio is flakey (some patches need backporting), data channels demo

Re: gettext and libiconv don't need modules

2016-03-28 Thread Christian Weisgerber
Marc Espie: > > If you look at the libiconv module, it specifies both a lib and a > > run dependency on libconv. That's because the iconv library also > > needs some data file. On static archs, lib depends turned into > > pure build depends, so we needed an extra run depends to make sure > > tha

Re: gettext and libiconv don't need modules

2016-03-28 Thread Marc Espie
On Mon, Mar 28, 2016 at 04:39:14PM +0200, Christian Weisgerber wrote: > TL;DR: We can and should kill the gettext and libiconv MODULES and > replace them with ordinary LIB_DEPENDS. > > > If you look at the libiconv module, it specifies both a lib and a > run dependency on libconv. That'

gettext and libiconv don't need modules

2016-03-28 Thread Christian Weisgerber
TL;DR: We can and should kill the gettext and libiconv MODULES and replace them with ordinary LIB_DEPENDS. If you look at the libiconv module, it specifies both a lib and a run dependency on libconv. That's because the iconv library also needs some data file. On static archs, lib depen

ECC support for sendmail

2016-03-28 Thread Kyle Amon
Hi, Please consider adding the following to the OpenBSD sendmail port in order to add ECC support to STARTTLS (-D_FFR_TLS_EC), and hopefully to add a little more granular control of TLS (-D_FFR_TLS_SE_OPTS) as well (but at least the former seems a quite reasonable default in CE 2016). --- sendmai

Re: [NEW] security/pdfid

2016-03-28 Thread Alexander Bluhm
On Mon, Mar 28, 2016 at 12:44:33PM +0200, Remi Pointel wrote: > attached is the new port pdfid. I would recommend to install the binary without the .py suffix, the user does not care that it is written in python. You should patch the #! line. $ /usr/local/bin/pdfid.py env: python: No such file o

Re: [UPDATE] math/py-scipy

2016-03-28 Thread Alexandr Shadchin
On Sat, Mar 26, 2016 at 04:45:19PM -0400, Daniel Dickman wrote: > Here's an update of scipy that also adds a python3 flavour. Both the > update and the python3 flavour were requested by Anton Kasimov. A few > things to note. > > First, weave is only packaged under python2. I added MODPY_COMMENT3

Re: NEW: devel/py-wrapt 1.10.6

2016-03-28 Thread Alexandr Shadchin
On Mon, Mar 28, 2016 at 12:18:16PM +0200, Daniel Jakots wrote: > On Sun, 27 Mar 2016 23:06:00 +0200, Daniel Jakots > wrote: > > > - enable test > > I did the same omission than in the update of py-rsa, it needs: > > TEST_DEPENDS = devel/py-wrapt${MODPY_FLAVOR} \ >

[NEW] security/pdfid

2016-03-28 Thread Remi Pointel
Hi, attached is the new port pdfid. == $ pkg_info pdfid Information for inst:pdfid-0.2.1 Comment: tool to test a PDF file Description: PDFiD is not a PDF parser, but it will scan a file to look for certain PDF keywords, allowing you to identi

www/privoxy: annotate all templates with @sample

2016-03-28 Thread Sebastien Marie
Hi, I noted that several templates of privoxy are installed in ${LOCALBASE}/share/examples/privoxy/templates/, but not copied as samples in /etc/privoxy/templates/ It results 500 Internal Privoxy Error when privoxy needs the missing template. There are 3 files in examples but with @sample entrie

Re: NEW: devel/py-wrapt 1.10.6

2016-03-28 Thread Daniel Jakots
On Sun, 27 Mar 2016 23:06:00 +0200, Daniel Jakots wrote: > - enable test I did the same omission than in the update of py-rsa, it needs: TEST_DEPENDS = devel/py-wrapt${MODPY_FLAVOR} \ devel/py-test${MODPY_FLAVOR}

Re: [update] textproc/multimarkdown

2016-03-28 Thread Micah Muer
On Tue, 22 Mar 2016 12:58:32 -0600 attila wrote: > Stuart Henderson writes: > > > On 2016/03/19 15:38, Michael McConville wrote: > >> > +ALL_TARGET =deprecated > >> > + > >> > +# golf MAKE_FLAGS down to 80chars.. :-| > >> > +_i =-include > >> > +_incs = ${_i} src/GLibF

Re: update security/py-rsa to 3.4.1

2016-03-28 Thread Antoine Jacoutot
On Sun, Mar 27, 2016 at 08:48:25PM +0200, Daniel Jakots wrote: > Hi, > > Best news about it is that it gets rid of devel/py-unittest2. > > I did make test on {amd64,i386} with {python2.7,python3.4}: all's good. Did you try building sysutils/awscli with it? I doubt it does. > Index: Makefile >

Re: update security/py-rsa to 3.4.1

2016-03-28 Thread Jeremie Courreges-Anglas
Daniel Jakots writes: > Hi, > > Best news about it is that it gets rid of devel/py-unittest2. > > I did make test on {amd64,i386} with {python2.7,python3.4}: all's good. As discussed, better get tests for sysutils/awscli. Note that you're missing a test-dep on devel/py-test${MODPY_FLAVOR}. TES

Re: update www/py-werkzeug to 0.11.5

2016-03-28 Thread Jeremie Courreges-Anglas
Daniel Jakots writes: > Hi, > > Here's an update to the latest py-werkzeug. make test is the same on > amd64/i386. I also tested py-flask on both arch and py-acme on amd64 > only. ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE