Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2017 08:00:15 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434331 - in head/net-im: licq licq-icq/files licq-osd licq-qt-gui licq-qt-gui/files licq/files
Message-ID:  <201702180800.v1I80Fd2078229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Feb 18 08:00:14 2017
New Revision: 434331
URL: https://svnweb.freebsd.org/changeset/ports/434331

Log:
  - make portlint happier
  - add dependecies

Modified:
  head/net-im/licq-icq/files/patch-filetransfer.h
  head/net-im/licq-osd/Makefile
  head/net-im/licq-qt-gui/Makefile
  head/net-im/licq-qt-gui/files/patch-contactuserdata.h
  head/net-im/licq-qt-gui/files/patch-plugin.cpp
  head/net-im/licq-qt-gui/files/patch-usereventcommon.h
  head/net-im/licq/Makefile
  head/net-im/licq/files/patch-filetransfer.h
  head/net-im/licq/files/patch-main.cpp

Modified: head/net-im/licq-icq/files/patch-filetransfer.h
==============================================================================
--- head/net-im/licq-icq/files/patch-filetransfer.h	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq-icq/files/patch-filetransfer.h	Sat Feb 18 08:00:14 2017	(r434331)
@@ -1,5 +1,5 @@
---- ../../include/licq/icq/filetransfer.h.orig	2013-08-25 11:45:17.000000000 +0200
-+++ ../../include/licq/icq/filetransfer.h	2014-02-13 21:38:18.000000000 +0100
+--- ../../include/licq/icq/filetransfer.h.orig	2014-06-01 19:16:42 UTC
++++ ../../include/licq/icq/filetransfer.h
 @@ -76,6 +76,7 @@
  #include <cstring>
  #include <list>

Modified: head/net-im/licq-osd/Makefile
==============================================================================
--- head/net-im/licq-osd/Makefile	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq-osd/Makefile	Sat Feb 18 08:00:14 2017	(r434331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osd
 PORTVERSION=	1.8.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	net-im
 
@@ -13,11 +13,8 @@ COMMENT=	OnScreenDisplay messages in lic
 LIB_DEPENDS=	libxosd.so:misc/xosd \
 		libboost_regex.so:devel/boost-libs
 RUN_DEPENDS=	${LOCALBASE}/lib/licq/licq_qt4-gui.so:${LICQ_PORT}-qt-gui
-# run dependency may be too strict, delete it if you use another
-# plugin (gtk+) and wish run osd with it. i've not tested with
-# plugins other than qt-gui
 
-USES=		cmake gettext-tools
+USES=		cmake gettext-tools iconv
 
 LOCALES=	be de cs es fr pt pt_BR ro ru sv sk tr
 PLIST_FILES=	lib/licq/licq_osd.so \

Modified: head/net-im/licq-qt-gui/Makefile
==============================================================================
--- head/net-im/licq-qt-gui/Makefile	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq-qt-gui/Makefile	Sat Feb 18 08:00:14 2017	(r434331)
@@ -15,10 +15,10 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 RUN_DEPENDS=	${LOCALBASE}/lib/licq/protocol_icq.so:${LICQ_PORT}-icq
 
-USE_XORG=	x11 xext ice xscrnsaver
+USE_XORG=	x11 xext ice xscrnsaver sm
 USES=		cmake
 USE_QT4=	qmake_build moc_build rcc_build uic_build linguisttools_build \
-		corelib xml gui
+		corelib xml gui network dbus svg
 
 OPTIONS_DEFINE=	HUNSPELL KDE4
 OPTIONS_DEFAULT=HUNSPELL

Modified: head/net-im/licq-qt-gui/files/patch-contactuserdata.h
==============================================================================
--- head/net-im/licq-qt-gui/files/patch-contactuserdata.h	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq-qt-gui/files/patch-contactuserdata.h	Sat Feb 18 08:00:14 2017	(r434331)
@@ -1,5 +1,5 @@
---- src/contactlist/contactuserdata.h.orig	2013-08-25 11:45:17.000000000 +0200
-+++ src/contactlist/contactuserdata.h	2014-02-13 21:44:51.000000000 +0100
+--- src/contactlist/contactuserdata.h.orig	2014-06-01 19:16:42 UTC
++++ src/contactlist/contactuserdata.h
 @@ -20,6 +20,8 @@
  #ifndef CONTACTUSERDATA_H
  #define CONTACTUSERDATA_H

Modified: head/net-im/licq-qt-gui/files/patch-plugin.cpp
==============================================================================
--- head/net-im/licq-qt-gui/files/patch-plugin.cpp	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq-qt-gui/files/patch-plugin.cpp	Sat Feb 18 08:00:14 2017	(r434331)
@@ -1,5 +1,5 @@
---- src/core/plugin.cpp.orig	2014-06-01 21:16:42.000000000 +0200
-+++ src/core/plugin.cpp	2014-06-06 22:08:35.000000000 +0200
+--- src/core/plugin.cpp.orig	2014-06-01 19:16:42 UTC
++++ src/core/plugin.cpp
 @@ -31,6 +31,7 @@
  # include <QInternal>
  #include <KDE/KCmdLineArgs>

Modified: head/net-im/licq-qt-gui/files/patch-usereventcommon.h
==============================================================================
--- head/net-im/licq-qt-gui/files/patch-usereventcommon.h	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq-qt-gui/files/patch-usereventcommon.h	Sat Feb 18 08:00:14 2017	(r434331)
@@ -1,5 +1,5 @@
---- src/userevents/usereventcommon.h.orig	2013-08-25 11:45:17.000000000 +0200
-+++ src/userevents/usereventcommon.h	2014-02-13 21:45:16.000000000 +0100
+--- src/userevents/usereventcommon.h.orig	2014-06-01 19:16:42 UTC
++++ src/userevents/usereventcommon.h
 @@ -20,6 +20,8 @@
  #ifndef USEREVENTCOMMON_H
  #define USEREVENTCOMMON_H

Modified: head/net-im/licq/Makefile
==============================================================================
--- head/net-im/licq/Makefile	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq/Makefile	Sat Feb 18 08:00:14 2017	(r434331)
@@ -17,8 +17,7 @@ LIB_DEPENDS=	libboost_regex.so:devel/boo
 BROKEN_powerpc64=	Does not build
 BROKEN_sparc64=		Does not build: fails to link
 
-USES=		cmake iconv
-USE_OPENSSL=	yes
+USES=		cmake iconv ssl
 WRKSRC=		${WRKDIR}/${DISTNAME}
 LICQ_PORT?=	net-im/licq
 

Modified: head/net-im/licq/files/patch-filetransfer.h
==============================================================================
--- head/net-im/licq/files/patch-filetransfer.h	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq/files/patch-filetransfer.h	Sat Feb 18 08:00:14 2017	(r434331)
@@ -1,5 +1,5 @@
---- include/licq/icq/filetransfer.h.orig	2014-06-01 21:16:42.000000000 +0200
-+++ include/licq/icq/filetransfer.h	2014-06-06 15:47:07.000000000 +0200
+--- include/licq/icq/filetransfer.h.orig	2014-06-01 19:16:42 UTC
++++ include/licq/icq/filetransfer.h
 @@ -73,6 +73,7 @@
   * which case the file will be saved as <filename>.<timestamp>
   *-------------------------------------------------------------------------*/

Modified: head/net-im/licq/files/patch-main.cpp
==============================================================================
--- head/net-im/licq/files/patch-main.cpp	Sat Feb 18 07:34:43 2017	(r434330)
+++ head/net-im/licq/files/patch-main.cpp	Sat Feb 18 08:00:14 2017	(r434331)
@@ -1,6 +1,6 @@
---- src/main.cpp.orig	Wed Jan 29 13:19:50 2003
-+++ src/main.cpp	Wed Jan 29 13:20:13 2003
-@@ -10,7 +10,6 @@
+--- src/main.cpp.orig	2014-06-01 19:16:42 UTC
++++ src/main.cpp
+@@ -31,7 +31,6 @@
  
  #ifdef USE_SOCKS5
  #define SOCKS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702180800.v1I80Fd2078229>