NEW: devel/include-what-you-use

2016-03-15 Thread Jonathan Gray
Now that the llvm update went in it is possible to consider importing include-what-you-use. A tool to try to detect uneeded include files. It can be used with: make -k CC=/usr/local/bin/include-what-you-use It is possible to specify preferred headers for symbols. The builtin default ta

Re: devel/autogen update

2016-03-15 Thread Michael McConville
Michael McConville wrote: > For some reason, it picks up guile if available and uses it even if > guile2 (which is the only one that works here) is installed. I didn't > see a configure option to force guile2. If only guile2 is installed, it > works as expected. What's the best way of dealing with

devel/autogen update

2016-03-15 Thread Michael McConville
I was trying to port GNU Complexity, but our autogen version is too old. Below is an initial patch to update it. I've been planning to run it through a bulk build, but my build machine has been giving me issues. I'll get to it pretty soon, but if anyone else can once it's ready, I'd appreciate it.

Re: [update] SABnzbd to 1.0.0

2016-03-15 Thread Carlin Bingham
On Tue, Mar 15, 2016 at 11:42:56PM +, Stuart Henderson wrote: > There is a proper uploaded tarball, > https://github.com/sabnzbd/sabnzbd/releases/download/1.0.0/SABnzbd-1.0.0-src.tar.gz > - please use this rather than a tag-based checkout (get rid of the GH_ > variables). This better? Index

[update] textproc/multimarkdown

2016-03-15 Thread attila
Hi ports@, The attached patch brings textproc/multimarkdown up to the latest release (5.1.0). It ditches a bunch of patches, some of which are no longer necessary and some of which I tried and failed to sell to the upstream. Works okay for me on i386. Sadly I have no other -current machines rig

Re: [update] SABnzbd to 1.0.0

2016-03-15 Thread Stuart Henderson
There is a proper uploaded tarball, https://github.com/sabnzbd/sabnzbd/releases/download/1.0.0/SABnzbd-1.0.0-src.tar.gz - please use this rather than a tag-based checkout (get rid of the GH_ variables). On 2016/03/16 12:36, Carlin Bingham wrote: > Updates from 0.7.20 to 1.0.0 > > Release notes:

[update] SABnzbd to 1.0.0

2016-03-15 Thread Carlin Bingham
Updates from 0.7.20 to 1.0.0 Release notes: https://github.com/sabnzbd/sabnzbd/releases/tag/1.0.0 Index: Makefile === RCS file: /cvs/ports/news/sabnzbd/Makefile,v retrieving revision 1.7 diff -u -p -u -r1.7 Makefile --- Makefile

Re: Fix update-plist

2016-03-15 Thread Marc Espie
On Tue, Mar 15, 2016 at 11:19:13PM +0100, Christian Weisgerber wrote: > Well, put a bandaid on it. > > Currently update-plist will still spit out PFRAG.shared files when > it finds .so modules. This is no longer useful. The proper fix > would be to rip out all the PFRAG.shared handling from make

Fix update-plist

2016-03-15 Thread Christian Weisgerber
Well, put a bandaid on it. Currently update-plist will still spit out PFRAG.shared files when it finds .so modules. This is no longer useful. The proper fix would be to rip out all the PFRAG.shared handling from make-plist, but I don't feel like going in there (for now at least). Let's just cal

Re: Maven-based projects vs. our build process

2016-03-15 Thread Stuart Henderson
On 2016/03/15 16:34, Jiri B wrote: > On Tue, Mar 15, 2016 at 12:56:22PM -0400, Bryan C. Everly wrote: > > Hi, > > > > I have several maven-based projects that I'd like to create ports for, but > > our build process makes that challenging. > > > > Maven (for those who don't know) likes to download

Re: Maven-based projects vs. our build process

2016-03-15 Thread Jiri B
On Tue, Mar 15, 2016 at 12:56:22PM -0400, Bryan C. Everly wrote: > Hi, > > I have several maven-based projects that I'd like to create ports for, but > our build process makes that challenging. > > Maven (for those who don't know) likes to download additional files as it > compiles which is a non

devel/libdvdread: fix use after free

2016-03-15 Thread Matthias Kilian
Hi, this fixes an obvious use after free in libdvdread. With this diff, ogle is usable again and vlc doesn't abort on exit. Ok? Ciao, Kili Index: Makefile === RCS file: /cvs/ports/devel/libdvdread/Makefile,v retrieving revi

Re: UPDATE: ledger 3.1.1

2016-03-15 Thread Florian Stinglmayr
On Mon, Mar 14, 2016 at 06:12:27PM -0500, Matthew Martin wrote: > Compiles and works for my ledger file (but I started using ledger after > your first mail). Only tests 1, 3, 4, and 5 pass for me; the other 339 > fail. Is this expected? > Well. The patch below fixes all tests except a handful tha

Re: Maven-based projects vs. our build process

2016-03-15 Thread Juan Francisco Cantero Hurtado
On Tue, Mar 15, 2016 at 12:56:22PM -0400, Bryan C. Everly wrote: > Hi, > > I have several maven-based projects that I'd like to create ports for, but > our build process makes that challenging. > > Maven (for those who don't know) likes to download additional files as it > compiles which is a non

Maven-based projects vs. our build process

2016-03-15 Thread Bryan C. Everly
Hi, I have several maven-based projects that I'd like to create ports for, but our build process makes that challenging. Maven (for those who don't know) likes to download additional files as it compiles which is a non-starter for our build process. A solution that I have found to work around th

Re: [NEW] databases/liquibase

2016-03-15 Thread Bryan C. Everly
Stuart, Thanks so much for the feedback. I have incorporated all of the suggested changes in the attached tarball. Can I get an ok on this and have someone please commit on my behalf? Thanks, Bryan On Sun, Mar 13, 2016 at 5:24 PM, Stuart Henderson wrote: > | COMMENT = Manage s

Re: textproc/vislcg3 broken?

2016-03-15 Thread Stuart Henderson
On 2016/03/14 22:04, Antoine Jacoutot wrote: > I haven't followed ports too closely these past few days but textproc/vislcg3 > failed in my last bulk. Building icu4c with gcc 4.9 or with clang fixes vislcg3, but then breaks other things unless they are also built with gcc 4.9 or clang, and will r

NEW: net/nagios/check_rabbitmq

2016-03-15 Thread Sebastian Reitenbach
Hi, cat pkg/DESCR: This package contains a set of nagios checks useful for monitoring a RabbitMQ server. They use the RabbitMQ management interface with is over HTTP and therefore have a very light profile on the nagios server. I'm using it with Icinga2. While creating the port, took inspirati

Re: llvm/Makefile 1.110

2016-03-15 Thread Sebastien Marie
On Tue, Mar 15, 2016 at 09:18:18AM +0100, hans wrote: > http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/llvm/Makefile > http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/llvm/Makefile.diff?r1=1.109&r2=1.110&f=h > > The commit message for 1.110 talks about arranging the -L arguments > but t

llvm/Makefile 1.110

2016-03-15 Thread hans
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/llvm/Makefile http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel/llvm/Makefile.diff?r1=1.109&r2=1.110&f=h The commit message for 1.110 talks about arranging the -L arguments but the actual diff seems to only contain REVISION = 0 Jan