svn commit: r394673 - in head/www/qupzilla-qt5: . files

Philip M. Gollucci pgollucci at FreeBSD.org
Wed Aug 19 02:30:26 UTC 2015


Author: pgollucci
Date: Wed Aug 19 02:30:25 2015
New Revision: 394673
URL: https://svnweb.freebsd.org/changeset/ports/394673

Log:
  www/qupzilla-qt4(-qt5): add some dependencies, qt4-linguist->qt4-linguisttools
  
  - USE_QT4=linguist_build -> USE_QT4=linguisttools_build.
  - Add USE_OPENSSL=yes.
  - Add USE_XORG=x11 (or add NO_X11 instead).
  - Regenerate patches.
  - Bump PORTREVISION
  
  PR:                  201835
  Submitted by:        s3erios at gmail.com
  Approved by:         matthew at reztek.cz

Modified:
  head/www/qupzilla-qt5/Makefile
  head/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h

Modified: head/www/qupzilla-qt5/Makefile
==============================================================================
--- head/www/qupzilla-qt5/Makefile	Wed Aug 19 02:17:46 2015	(r394672)
+++ head/www/qupzilla-qt5/Makefile	Wed Aug 19 02:30:25 2015	(r394673)
@@ -20,6 +20,8 @@ USES=		desktop-file-utils execinfo pkgco
 USE_QT5=	core concurrent gui  network script webkit xml \
 		buildtools_build linguisttools_build \
 		imageformats_run sql-sqlite3_run
+USE_XORG=	x11
+USE_OPENSSL=	yes
 CONFIGURE_ENV=	QUPZILLA_PREFIX=${PREFIX}/
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes

Modified: head/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h
==============================================================================
--- head/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h	Wed Aug 19 02:17:46 2015	(r394672)
+++ head/www/qupzilla-qt5/files/patch-src__lib__3rdparty__processinfo.h	Wed Aug 19 02:30:25 2015	(r394673)
@@ -1,12 +1,12 @@
---- src/lib/3rdparty/processinfo.h.orig	2014-09-26 12:35:35.000000000 +0400
-+++ src/lib/3rdparty/processinfo.h	2014-09-26 23:04:10.000000000 +0400
+--- src/lib/3rdparty/processinfo.h.orig	2015-01-26 14:26:15 UTC
++++ src/lib/3rdparty/processinfo.h
 @@ -18,16 +18,12 @@
  #ifndef PROCESSINFO_H
  #define PROCESSINFO_H
  
 -#include <QtGlobal>
 +#include "qzcommon.h"
-
+ 
  #if defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
  #include <sys/types.h>
  #endif
@@ -17,4 +17,4 @@
 -
  /*
   * Code used from http://ubuntuforums.org/showpost.php?p=6593782&postcount=5
-  * written by user WitchCraft 
+  * written by user WitchCraft


More information about the svn-ports-all mailing list