Re: NO_SHARED cleanup status

2016-03-13 Thread Jeremie Courreges-Anglas
Patrik Lundin writes: [...] > The only thing I felt a bit unsure about is net/kea which disables the > building of static libraries via libtool flags: > === > LIBTOOL_FLAGS= --tag=disable-static > === > > My guess is that this is not affected though. Given the time taken to build only net/kea'

UPDATE: Anki-2.0.33

2016-03-13 Thread Gonzalo L. Rodriguez
Hi, Update for Anki to 2.0.33: http://ankisrs.net/docs/changes.html Ok? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/education/anki/Makefile,v retrieving revision 1.10 diff -u -p -r1.10

UPDATE: Varnish-4.1.2

2016-03-13 Thread Gonzalo L. Rodriguez
Hi, Update for Varnish to 4.1.2: https://github.com/varnishcache/varnish-cache/blob/4.1/doc/changes.rst Ok? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/www/varnish/Makefile,v retrieving

UPDATE: Logstalgia-1.0.7

2016-03-13 Thread Gonzalo L. Rodriguez
Hi, Update for Logstalgia to 1.0.7: Added window frame toggle (F11). Fixed crash when taking a screenshot with an odd resolution. Handle exception when user defined regular expression is invalid. Fixed --hide-url-prefix not working (jettero). +Switch to SDL2 Ok? Comments? Chee

SMTube-16.3.0

2016-03-13 Thread Gonzalo L. Rodriguez
Hi, Update for SMTube to 16.3.0: * Possibility to use an external service (website) to download videos. * Options to zoom in and out. * New options in the settings dialog to change the font and style of the application. Ok? Comments? Cheers.- -- Sending from my toaster. Index: Makefile ==

Re: [UPDATE] net/irssi 0.8.18

2016-03-13 Thread Michael McConville
Stuart Henderson wrote: > On 2016/03/12 19:18, Florian Stinglmayr wrote: > > This is also fixed in the patch below for irssi-otr. > > > > Also +1 for the irssi patch. > > irssi-icb, irssi-otr: fixes committed. I'm getting the below failure in my bulk build. It's plausible that everyone who's tes

Re: LLVM 3.7.1 on powerpc

2016-03-13 Thread Juan Francisco Cantero Hurtado
On Sun, Mar 13, 2016 at 11:14:43PM +0100, hans wrote: > The new port of LLVM (3.7.1 as currently present in ports) > comes a much longer way to actually building on macppc. > However, it eventually fails with > > # make > ===> Building for llvm-3.7.1p0 > [1/2] : && /usr/ports/pobj/llvm-3.7.1/bin/

[UPDATE] math/py-numpy

2016-03-13 Thread Daniel Dickman
Here's an update of numpy to 1.9.2. Tested by myself on i386 and on amd64 by Anton Kasimov. ok? Index: Makefile === RCS file: /home/cvs/ports/math/py-numpy/Makefile,v retrieving revision 1.44 diff -u -p -u -r1.44 Makefile --- Makef

Re: [NEW] databases/liquibase

2016-03-13 Thread Bryan C. Everly
Adam, I created a simple database in PostgreSQL called "foo" and used the attached script and change log to add a new table to it. You will need to install PostgreSQL and it's JDBC driver. Please let me know if this works for you! Thanks, Bryan On Sun, Mar 13, 2016 at 2:45 PM, Adam Wolk wrot

[UPDATE] security/oletools

2016-03-13 Thread Remi Pointel
Hi, this is the diff to update oletools to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/security/oletools/Makefile,v retrieving revision 1.3 diff -u -p -u -p -r1.3 Makefile --- Makefile 7 Mar 2016 22:

Re: NEW: misc/sword

2016-03-13 Thread Aaron Poffenberger
On 03/13/16 16:55, Dmitrij D. Czarkoff wrote: > Aaron Poffenberger said: >> I thought the LIB_DEPENDS and WANT_LIB were suspiciously empty. I must >> have had several of the dependencies already installed. What’s the >> best way to find them in such cases? > > As you might have noticed "port-lib-d

Re: pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Jiri B
On Sun, Mar 13, 2016 at 11:04:24PM +, Stuart Henderson wrote: > On 2016/03/13 18:17, Jiri B wrote: > > I'd like to use Ansible to manage Windows machines at work, > > thus here are two new ports - pywinrm (python module for > > Windows Remote Management) and its dependent, py-xmltodict. > > At

Re: NEW: sysutils/vifm

2016-03-13 Thread Dmitrij D. Czarkoff
Rafael Sadowski said: > - czarkoff@'s file(1)-based mime type detection patch. My patch was actually bad. It does not fix vulnerability it is supposed to fix. | + if (strchr(filename, '\'')) | + { | + qp = quoted_filename; | + | + do { | + if (

Re: pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Stuart Henderson
On 2016/03/13 18:17, Jiri B wrote: > I'd like to use Ansible to manage Windows machines at work, > thus here are two new ports - pywinrm (python module for > Windows Remote Management) and its dependent, py-xmltodict. Attachments missing. But "pywinrm" isn't a good name for the port, it should be

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

2016-03-13 Thread Stuart Henderson
On 2016/03/13 15:07, Chris Cappuccio wrote: > 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: >

LLVM 3.7.1 on powerpc

2016-03-13 Thread hans
The new port of LLVM (3.7.1 as currently present in ports) comes a much longer way to actually building on macppc. However, it eventually fails with # make ===> Building for llvm-3.7.1p0 [1/2] : && /usr/ports/pobj/llvm-3.7.1/bin/c++ -O2 -pipe-fPIC -fvisibility-inlines-hidden -Wall -W -Wno-

pywinrm, py-xmltodict for Ansible Windows mgmt

2016-03-13 Thread Jiri B
I'd like to use Ansible to manage Windows machines at work, thus here are two new ports - pywinrm (python module for Windows Remote Management) and its dependent, py-xmltodict. Example tests work ok. j. ~~~ In [5]: s = winrm.Session('ad-w2k12r2.example.com', auth=('Administrator', 'password'))

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 > > sysutils/rsyslog/

Re: NEW: graphics/cstitch

2016-03-13 Thread Adam Wolk
On Sun, 13 Mar 2016 21:06:54 + Stuart Henderson wrote: > | DISTFILES= icons.zip:0 ${DISTNAME}.tar.gz > > could you either rename icons.zip using the filename{url}sufx > mechanism (see bsd.port.mk(5) DISTFILES) or use DIST_SUBDIR > please? > Done :) Thanks didn't notice this. > |

Re: NEW: misc/sword

2016-03-13 Thread Dmitrij D. Czarkoff
Aaron Poffenberger said: > I thought the LIB_DEPENDS and WANT_LIB were suspiciously empty. I must > have had several of the dependencies already installed. What’s the > best way to find them in such cases? As you might have noticed "port-lib-depends-check" target in bsd.port.mk(5) and inside a com

Re: [NEW] databases/liquibase

2016-03-13 Thread Stuart Henderson
| COMMENT = Manage sql database schemas via config files please lowercase M (and I'd uppercase SQL..) | MODJAVA_VER = 1.7 is 1.7 a hard dep? 1.7+ is better if it works with 1.8. | +LIQUIBASE_HOME=/usr/local/share/java/classes/liquibase /usr/local -> ${LOCALBASE} | See

Re: [NEW] databases/liquibase

2016-03-13 Thread Bryan C. Everly
Ports@ I have worked with Adam to get this port to a good place. If someone can give us OKs on this and then commit it on my behalf, I would very much appreciate it. Thanks Adam and Ian for your feedback and mentoring! Bryan On Sun, Mar 13, 2016 at 11:56 AM, Bryan C. Everly wrote: > Hi ports

Re: NEW: graphics/cstitch

2016-03-13 Thread Stuart Henderson
| DISTFILES=icons.zip:0 ${DISTNAME}.tar.gz could you either rename icons.zip using the filename{url}sufx mechanism (see bsd.port.mk(5) DISTFILES) or use DIST_SUBDIR please? | MODULES= lang/python x11/qt5 | CONFIGURE_STYLE = qmake nit: mixed "=" and " =" styles Is

Re: [NEW] databases/liquibase

2016-03-13 Thread Bryan C. Everly
Adam, Happy to work on snakeyaml and possibly the other popular JDBC drivers. I use PostgreSQL almost exclusively so I hadn't had the opportunity to look for any of the others but you are right, it appears we don't have any other ones in the ports tree. Here is an updated tarball with the pkg-re

Re: [NEW] databases/liquibase

2016-03-13 Thread Bryan C. Everly
It's an interesting suggestion. However, the normal users of this tool are used to supplying the driver JAR file at the command line so it would be changing the expected behaviour of the application. Does that make sense? Thanks, Bryan On Sun, Mar 13, 2016 at 3:30 PM, Ian Darwin wrote: > > >

Re: [NEW] databases/liquibase

2016-03-13 Thread Adam Wolk
On Sun, 13 Mar 2016 15:02:11 -0400 "Bryan C. Everly" wrote: > Adam, > > I created a simple database in PostgreSQL called "foo" and used the > attached script and change log to add a new table to it. > > You will need to install PostgreSQL and it's JDBC driver. > > Please let me know if this wo

Re: [NEW] databases/liquibase

2016-03-13 Thread Ian Darwin
On 2016-03-13 2:45 PM, Adam Wolk wrote: I like the changes and the port now 'works' on my side. First impressions are not great: $ liquibase --changeLogFile=1.json --url="" updateSQL Unexpected error running Liquibase: java.lang.RuntimeException: Cannot find database driver: Driver class w

UPDATE: hexchat to 2.12.0

2016-03-13 Thread Florian Stinglmayr
Hi list, a small update for hexchat to 2.12.0. The full list of changes can be found here: https://hexchat.readthedocs.org/en/latest/changelog.html Some highlights: * IRCv3.2 * DH-{AES,BLOWFISH} have been removed as ciphers * Everything is now properly UTF-8 Regards, Florian Index: Makefil

Re: [NEW] databases/liquibase

2016-03-13 Thread Adam Wolk
On Sun, 13 Mar 2016 14:00:41 -0400 "Bryan C. Everly" wrote: > Adam, > > Thanks for the feedback! > > I've attached a new tarball with some of the changes you recommend. > Unfortunately I am not upstream (this is an open source project my > company uses) so I have to have the patches in place. >

Re: [NEW] databases/liquibase

2016-03-13 Thread Bryan C. Everly
Adam, Thanks for the feedback! I've attached a new tarball with some of the changes you recommend. Unfortunately I am not upstream (this is an open source project my company uses) so I have to have the patches in place. Also, the WRKDIST = ${WRKDIR} part is needed because upstream named their DI

Re: devel/mico failing due to failed assertion

2016-03-13 Thread Karel Gardas
Guys, I've installed 5.8 chroot on 5.9-beta as of January 2016. I've removed /etc/resolve.conf after installing few packages and give MICO build a try. I've duplicated issue of assert in address.cc:555 since hostname is not resolvable. I've been able to solve this assert by putting: -ORBIIOPAddr

Re: [NEW] databases/liquibase

2016-03-13 Thread Adam Wolk
On Sun, 13 Mar 2016 11:56:43 -0400 "Bryan C. Everly" wrote: > Hi ports@ > > Attached is my port of the most recent version of liquibase ( > http://liquibase.org). > > Liquibase is a tool that developers use to maintain the schema of > databases (similar in concept to rake db:migrate from rails)

[NEW] databases/liquibase

2016-03-13 Thread Bryan C. Everly
Hi ports@ Attached is my port of the most recent version of liquibase ( http://liquibase.org). Liquibase is a tool that developers use to maintain the schema of databases (similar in concept to rake db:migrate from rails). The tool is capable of using cross-database change scripts that can then

Re: NEW: graphics/cstitch

2016-03-13 Thread Adam Wolk
On Sun, 13 Mar 2016 02:29:33 +0100 Adam Wolk wrote: > Hi ports@, > > This one is a bit weird but required to obtain a stitch pattern hand > made puffer fish from wife. > > The software is a bit mixed up to build. You can only get binaries and > icons from source forge but we have to rely on Git

Re: Update: telephony/kamailio to 4.3.5

2016-03-13 Thread Stuart Henderson
On 2016/03/13 15:43, Roman Kravchuk wrote: > With disabled CRYPTO_set_mem_functions tls module loaded but kamailio > crashed on close connection I don't know how to handle this then, the port can't depend on security/openssl. Perhaps upstream could help.. Since the current version is already brok

Re: [UPDATE] net/irssi 0.8.18

2016-03-13 Thread Stuart Henderson
On 2016/03/12 19:18, Florian Stinglmayr wrote: > This is also fixed in the patch below for irssi-otr. > > Also +1 for the irssi patch. irssi-icb, irssi-otr: fixes committed. irssi-xmpp: jung, could you take a look at this please? https://github.com/cdidier/irssi-xmpp adds the ABI check, it looks

lang/ghc: allow Nothing for both arguments of pledge

2016-03-13 Thread Matthias Kilian
Hi, - Change the first argument to pledge (the promises) to Maybe String, following the recent change to pledge(2) (passing NULL doesn't change the value). - Use maybeWith instead of pattern matching to distinguish between Nothing and Just x. - Add some minimal documentation. Sending this

Re: Update: telephony/kamailio to 4.3.5

2016-03-13 Thread Roman Kravchuk
With disabled CRYPTO_set_mem_functions tls module loaded but kamailio crashed on close connection 17(22346) DEBUG: tls [tls_server.c:642]: tls_h_close(): Closing SSL connection 0x1f821aa35c28 17(22346) DEBUG: tls [tls_locking.c:107]: locking_f(): lock get (9): 16 (/usr/src/lib/libssl/ssl/../../li

Re: Update: telephony/kamailio to 4.3.5

2016-03-13 Thread Stuart Henderson
On 2016/03/13 14:04, Roman Kravchuk wrote: > tls module not start with LibreSSL, CRYPTO_set_mem_functions not > implemented in LibreSSL How about disabling the CRYPTO_set_mem_functions call, does that work?

Re: NEW: sysutils/vifm

2016-03-13 Thread Rafael Sadowski
On Fri Feb 26, 2016 at 08:26:47AM +0100, Rafael Sadowski wrote: > hey @ports and vifm friends, > > here is a second try to push vifm in ports tree. > > port core features: > > - default build without libmagic > - czarkoff@'s file(1)-based mime type detection patch. > -- I'll pull request upstrea

UPDATE: security/keepassx

2016-03-13 Thread Rafael Sadowski
Hey ports, Hi steven@, simple update to the last stable version. Tested @amd64 Okay? Comments? Best regards, Rafael Index: Makefile === RCS file: /cvs/ports/security/keepassx/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1

Re: Update: telephony/kamailio to 4.3.5

2016-03-13 Thread Roman Kravchuk
tls module not start with LibreSSL, CRYPTO_set_mem_functions not implemented in LibreSSL 2016-03-13 13:49 GMT+02:00 Stuart Henderson : > On 2016/03/13 13:43, Roman Kravchuk wrote: >> Hi ports@, >> >> This is update kamailio port. >> >> Changelog: >> - update port to version 4.3.5 >> - switch tls m

Re: Update: telephony/kamailio to 4.3.5

2016-03-13 Thread Stuart Henderson
On 2016/03/13 11:49, Stuart Henderson wrote: > On 2016/03/13 13:43, Roman Kravchuk wrote: > > Hi ports@, > > > > This is update kamailio port. > > > > Changelog: > > - update port to version 4.3.5 > > - switch tls module to build with security/openssl > > Why? Actually: you cannot do this even

Re: Update: telephony/kamailio to 4.3.5

2016-03-13 Thread Stuart Henderson
On 2016/03/13 13:43, Roman Kravchuk wrote: > Hi ports@, > > This is update kamailio port. > > Changelog: > - update port to version 4.3.5 > - switch tls module to build with security/openssl Why?

Update: telephony/kamailio to 4.3.5

2016-03-13 Thread Roman Kravchuk
Hi ports@, This is update kamailio port. Changelog: - update port to version 4.3.5 - switch tls module to build with security/openssl - cleanup patch-modules_tls_tls_init_c (upstream added OPENSSL_NO_SSL3_METHOD flag) Ok? Comments? Index: Makefile

UPDATE: textproc/p5-Text-Unidecode 1.27

2016-03-13 Thread Mikolaj Kucharski
Hi, Update to 1.27. As makefile is very simple and my initiall change was just version bump, I've also modified whitespaces around equal signs. Regress tests pass. ChangeLog at: http://cpansearch.perl.org/src/SBURKE/Text-Unidecode-1.27/ChangeLog Index: Makefile =