Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 08:11:50 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372977 - head/www/webkit-qt5/files
Message-ID:  <201411210811.sAL8BoEG042678@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Nov 21 08:11:49 2014
New Revision: 372977
URL: https://svnweb.freebsd.org/changeset/ports/372977
QAT: https://qat.redports.org/buildarchive/r372977/

Log:
  Make `make patch' work after r372956.
  
  Reported by antoine.

Modified:
  head/www/webkit-qt5/files/patch-Source__QtWebKit.pro

Modified: head/www/webkit-qt5/files/patch-Source__QtWebKit.pro
==============================================================================
--- head/www/webkit-qt5/files/patch-Source__QtWebKit.pro	Fri Nov 21 06:49:29 2014	(r372976)
+++ head/www/webkit-qt5/files/patch-Source__QtWebKit.pro	Fri Nov 21 08:11:49 2014	(r372977)
@@ -3,8 +3,8 @@ Do not go into the examples/ directory, 
 Even though it is not part of the default target, it is included in `make
 install', and platformplugin's .pro file has a DESTDIR setting that causes the
 file system to be touched even though there is nothing to build or install.
---- a/Source/QtWebKit.pro
-+++ b/Source/QtWebKit.pro
+--- Source/QtWebKit.pro
++++ Source/QtWebKit.pro
 @@ -38,9 +38,4 @@ build?(webkit1) {
          tests.file = tests.pri
          SUBDIRS += tests



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