[Midnightbsd-cvs] mports [19554] trunk/net/hupnp: update for newer qt

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 30 21:44:24 EDT 2015


Revision: 19554
          http://svnweb.midnightbsd.org/mports/?rev=19554
Author:   laffer1
Date:     2015-06-30 21:44:24 -0400 (Tue, 30 Jun 2015)
Log Message:
-----------
update for newer qt

Modified Paths:
--------------
    trunk/net/hupnp/Makefile
    trunk/net/hupnp/files/patch-hmulticast_socket.cpp
    trunk/net/hupnp/pkg-descr
    trunk/net/hupnp/pkg-plist

Removed Paths:
-------------
    trunk/net/hupnp/files/patch-herqq.pro

Modified: trunk/net/hupnp/Makefile
===================================================================
--- trunk/net/hupnp/Makefile	2015-07-01 01:42:24 UTC (rev 19553)
+++ trunk/net/hupnp/Makefile	2015-07-01 01:44:24 UTC (rev 19554)
@@ -3,22 +3,20 @@
 
 PORTNAME=	hupnp
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	herqq-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A library for building UPnP devices and control points
+COMMENT=	Library for building UPnP devices and control points
+
 LICENSE=	gpl3
 
-USE_ZIP=	yes
-USE_GMAKE=	yes
+USES=		gmake qmake zip
 USE_QT4=	corelib network xml dbus gui \
-		qmake_build moc_build rcc_build uic_build
-QMAKE_ARGS=	PREFIX=${PREFIX} herqq.pro
+		moc_build rcc_build uic_build
 
-do-configure:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} ${FAKE_MAKEARGS}
+QMAKE_ARGS=	"CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"
 
 .include <bsd.port.mk>

Deleted: trunk/net/hupnp/files/patch-herqq.pro
===================================================================
--- trunk/net/hupnp/files/patch-herqq.pro	2015-07-01 01:42:24 UTC (rev 19553)
+++ trunk/net/hupnp/files/patch-herqq.pro	2015-07-01 01:44:24 UTC (rev 19554)
@@ -1,7 +0,0 @@
---- ./herqq.pro.orig	2011-03-28 00:42:32.000000000 +1100
-+++ ./herqq.pro	2011-08-08 12:10:55.831627096 +1100
-@@ -18,4 +18,3 @@
- }
- 
- !CONFIG(DISABLE_CORE) : SUBDIRS += hupnp
--!CONFIG(DISABLE_TESTAPP) : SUBDIRS += apps/simple_test-app

Modified: trunk/net/hupnp/files/patch-hmulticast_socket.cpp
===================================================================
--- trunk/net/hupnp/files/patch-hmulticast_socket.cpp	2015-07-01 01:42:24 UTC (rev 19553)
+++ trunk/net/hupnp/files/patch-hmulticast_socket.cpp	2015-07-01 01:44:24 UTC (rev 19554)
@@ -1,8 +1,10 @@
---- ./hupnp/src/socket/hmulticast_socket.cpp.orig	2011-03-28 00:42:32.000000000 +1100
-+++ ./hupnp/src/socket/hmulticast_socket.cpp	2011-08-08 11:59:59.868629425 +1100
-@@ -27,6 +27,8 @@
+--- ./hupnp/src/socket/hmulticast_socket.cpp.orig	2011-03-28 00:42:32.000000000 +0300
++++ ./hupnp/src/socket/hmulticast_socket.cpp	2013-09-10 00:35:26.000000000 +0300
+@@ -26,7 +26,10 @@
+ #include <winsock2.h>
  #include <ws2tcpip.h>
  #else
++#include <sys/types.h>
  #include <arpa/inet.h>
 +#include <netinet/in.h>
 +#include <sys/socket.h>

Modified: trunk/net/hupnp/pkg-descr
===================================================================
--- trunk/net/hupnp/pkg-descr	2015-07-01 01:42:24 UTC (rev 19553)
+++ trunk/net/hupnp/pkg-descr	2015-07-01 01:44:24 UTC (rev 19554)
@@ -1,4 +1,4 @@
 Herqq UPnP (HUPnP) is a software library for building UPnP devices and control
 points conforming to the UPnP Device Architecture version 1.1.
 
-WWW: http://www.herqq.org/
+WWW: http://hupnp.linada.fi/

Modified: trunk/net/hupnp/pkg-plist
===================================================================
--- trunk/net/hupnp/pkg-plist	2015-07-01 01:42:24 UTC (rev 19553)
+++ trunk/net/hupnp/pkg-plist	2015-07-01 01:44:24 UTC (rev 19554)
@@ -112,6 +112,3 @@
 lib/libQtSolutions_SOAP-2.7.so.1
 lib/libQtSolutions_SOAP-2.7.so.1.0
 lib/libQtSolutions_SOAP-2.7.so.1.0.0
- at dirrm include/HUpnpCore/public
- at dirrm include/HUpnpCore/private
- at dirrm include/HUpnpCore



More information about the Midnightbsd-cvs mailing list