Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2007 16:29:21 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 124194 for review
Message-ID:  <200707271629.l6RGTLHG024772@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124194

Change 124194 by gabor@gabor_server on 2007/07/27 16:29:15

	IFC

Affected files ...

.. //depot/projects/soc2006/gabor_destdir/MOVED#14 integrate
.. //depot/projects/soc2006/gabor_destdir/Mk/bsd.qt.mk#2 integrate

Differences ...

==== //depot/projects/soc2006/gabor_destdir/MOVED#14 (text+ko) ====

@@ -1,7 +1,7 @@
 #
 # MOVED - a list of (recently) moved or removed ports
 #
-# $FreeBSD: ports/MOVED,v 1.1430 2007/07/23 13:52:04 danfe Exp $
+# $FreeBSD: ports/MOVED,v 1.1432 2007/07/26 13:44:57 bsam Exp $
 #
 # Each entry consists of a single line containing the following four
 # fields in the order named, separated with the pipe (`|') character:
@@ -3106,3 +3106,7 @@
 security/metasploit-devel|security/metasploit|2007-07-23|move to security/metasploit
 x11/nvidia-driver-7184|x11/nvidia-driver-71xx|2007-07-23|moved to x11/nvidia-driver-71xx
 x11/nvidia-driver-9631|x11/nvidia-driver-96xx|2007-07-23|moved to x11/nvidia-driver-96xx
+french/fr-py-qt4-eric4|french/eric4|2007-07-25|Moved to french/eric4
+german/de-py-qt4-eric4|german/eric4|2007-07-25|Moved to german/eric4
+russian/ru-py-qt4-eric4|russian/eric4|2007-07-25|Moved to russian/eric4
+devel/py-qt4-eric4|devel/eric4|2007-07-25|Moved to devel/eric4

==== //depot/projects/soc2006/gabor_destdir/Mk/bsd.qt.mk#2 (text+ko) ====

@@ -45,8 +45,13 @@
 QMAKE?=		${QT_PREFIX}/bin/qmake-qt4
 QMAKESPEC?=	${QT_PREFIX}/share/qt4/mkspecs/freebsd-g++
 
+.if ${OSVERSION} < 700042 && ${ARCH} == "amd64"
+QTCPPFLAGS?=	-fno-gcse
+.else
 QTCPPFLAGS?=
+.endif
 QTCGFLIBS?=
+
 .endif # !defined(_POSTMKINCLUDED) && !defined(Qt_Pre_Include)
 
 QT4_VERSION?=		4.3.0



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