1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix UPnP detection

- Bump PORTREVISION
This commit is contained in:
Markus Brueffer 2006-02-03 21:21:02 +00:00
parent 8d369a7f29
commit 2d2de8845a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155157
6 changed files with 33 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= ktorrent
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/

View File

@ -0,0 +1,10 @@
--- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006
+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006
@@ -40,6 +40,7 @@
QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead()));
QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int)));
setAddressReuseable(true);
+ setFamily(KNetwork::KResolver::IPv4Family);
setBlocking(true);
for (Uint32 i = 0;i < 10;i++)
{

View File

@ -7,6 +7,7 @@
PORTNAME= ktorrent
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/

View File

@ -0,0 +1,10 @@
--- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006
+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006
@@ -40,6 +40,7 @@
QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead()));
QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int)));
setAddressReuseable(true);
+ setFamily(KNetwork::KResolver::IPv4Family);
setBlocking(true);
for (Uint32 i = 0;i < 10;i++)
{

View File

@ -7,6 +7,7 @@
PORTNAME= ktorrent
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net-p2p kde
MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/

View File

@ -0,0 +1,10 @@
--- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006
+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006
@@ -40,6 +40,7 @@
QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead()));
QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int)));
setAddressReuseable(true);
+ setFamily(KNetwork::KResolver::IPv4Family);
setBlocking(true);
for (Uint32 i = 0;i < 10;i++)
{