Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 22:24:40 +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: r362938 - in head/devel: qt4-corelib qt4/files
Message-ID:  <201407252224.s6PMOeVa007933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Jul 25 22:24:40 2014
New Revision: 362938
URL: http://svnweb.freebsd.org/changeset/ports/362938
QAT: https://qat.redports.org/buildarchive/r362938/

Log:
  Update the patch introduced in r362770.
  
  Change a preprocessor line with no directive to a normal line with a
  comment. While most preprocessors work fine with a line like
  
    # /* no directive in this line */
  
  devel/smokegen's fails, and breaks devel/smokeqt.
  
  PR:		192095

Modified:
  head/devel/qt4-corelib/Makefile
  head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h

Modified: head/devel/qt4-corelib/Makefile
==============================================================================
--- head/devel/qt4-corelib/Makefile	Fri Jul 25 21:57:14 2014	(r362937)
+++ head/devel/qt4-corelib/Makefile	Fri Jul 25 22:24:40 2014	(r362938)
@@ -3,7 +3,7 @@
 
 PORTNAME=	corelib
 DISTVERSION=	${QT4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt4-
 

Modified: head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h
==============================================================================
--- head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h	Fri Jul 25 21:57:14 2014	(r362937)
+++ head/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h	Fri Jul 25 22:24:40 2014	(r362938)
@@ -70,7 +70,7 @@ index 158ef78..4f1384b 100644
  /* Clang also masquerades as GCC 4.2.1 */
  #    define Q_CC_CLANG
 +#    if !defined(__has_extension)
-+#      /* Compatibility with older Clang versions */
++       /* Compatibility with older Clang versions */
 +#      define __has_extension __has_feature
 +#    endif
  #  endif



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