error build net-p2p/transmission-cli after update net/miniupnpc

2015-10-14 Thread Alex V. Petrov
Hi all! After update net/miniupnpc, error build net-p2p/transmission-cli: upnp.c:91:51: error: too few arguments to function call, expected 7, have 6 - tbr, Alex ___ freebsd-ports@freebsd.org mailing list

Re: error build net-p2p/transmission-cli after update net/miniupnpc

2015-10-14 Thread Kubilay Kocak
On 14/10/2015 8:01 PM, Alex V. Petrov wrote: > Hi all! > > After update net/miniupnpc, error build net-p2p/transmission-cli: > > upnp.c:91:51: error: too few arguments to function call, expected 7, have 6 > Dirk, Looks like dependent ports need to have their PORTREVISION's bumped after

Re: error build net-p2p/transmission-cli after update net/miniupnpc

2015-10-14 Thread Carlos J Puga Medina
> upnp.c:91:51: error: too few arguments to function call, expected 7, > have 6 > ret = upnpDiscover (msec, NULL, NULL, 0, 0, ); The following patch solved the problem for me: % cat /usr/ports/net-p2p/transmission-cli/files/patch -libtransmission_upnp.c --- libtransmission/upnp.c.orig