[Midnightbsd-cvs] mports [18209] trunk/devel/qt4-testlib: update

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 17 22:29:45 EDT 2015


Revision: 18209
          http://svnweb.midnightbsd.org/mports/?rev=18209
Author:   laffer1
Date:     2015-03-17 22:29:44 -0400 (Tue, 17 Mar 2015)
Log Message:
-----------
update

Modified Paths:
--------------
    trunk/devel/Makefile
    trunk/devel/gconf/Makefile
    trunk/devel/qmake4/Makefile
    trunk/devel/qt4-moc/Makefile
    trunk/devel/qt4-moc/distinfo
    trunk/devel/qt4-moc/files/patch-src__tools__moc__main.cpp

Added Paths:
-----------
    trunk/devel/glade3/files/
    trunk/devel/glade3/files/patch-configure
    trunk/devel/qt4-testlib/
    trunk/devel/qt4-testlib/Makefile
    trunk/devel/qt4-testlib/pkg-plist

Property Changed:
----------------
    trunk/devel/qt4-moc/files/patch-src__tools__moc__main.cpp

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-03-18 02:27:14 UTC (rev 18208)
+++ trunk/devel/Makefile	2015-03-18 02:29:44 UTC (rev 18209)
@@ -449,6 +449,7 @@
 SUBDIR += qt4-rcc
 SUBDIR += qt4-script
 SUBDIR += qt4-scripttools
+SUBDIR += qt4-testlib
 SUBDIR += qt4-uic
 SUBDIR += qt4-uic3
 SUBDIR += qtcreator

Modified: trunk/devel/gconf/Makefile
===================================================================
--- trunk/devel/gconf/Makefile	2015-03-18 02:27:14 UTC (rev 18208)
+++ trunk/devel/gconf/Makefile	2015-03-18 02:29:44 UTC (rev 18209)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gconf
 PORTVERSION=	1.0.9
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/GConf/1.0
@@ -10,22 +10,20 @@
 DIST_SUBDIR=	gnome
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A configuration database system for GNOME
+COMMENT=	Configuration database system for GNOME
+
 LICENSE=	lgpl
 
-LIB_DEPENDS=	guile.21:${PORTSDIR}/lang/guile
+LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile
 
 MAKE_JOBS_UNSAFE=yes
 
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		tar:bzip2 gettext gmake libtool
 USE_XLIB=	yes
-USE_GNOME=	gnomeprefix gnomehack glib12 gtk12 oaf libxml orbit
-USE_GETTEXT=	yes
+USE_GNOME=	glib12 gtk12 oaf libxml orbit
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS="-L${LOCALBASE}/lib"
 
 .include <bsd.port.mk>

Added: trunk/devel/glade3/files/patch-configure
===================================================================
--- trunk/devel/glade3/files/patch-configure	                        (rev 0)
+++ trunk/devel/glade3/files/patch-configure	2015-03-18 02:29:44 UTC (rev 18209)
@@ -0,0 +1,33 @@
+--- configure.orig	2014-09-19 03:53:39 UTC
++++ configure
+@@ -13652,8 +13652,6 @@
+         -Werror=implicit-function-declaration \
+         -Werror=pointer-arith \
+         -Werror=init-self \
+-        -Werror=format-security \
+-        -Werror=format=2 \
+         -Werror=missing-include-dirs \
+     "
+ 
+@@ -15530,7 +15528,7 @@
+ $as_echo_n "checking for headers required to compile python extensions... " >&6; }
+ py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
+ py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
+-if test "x$PYTHON_INCLUDES" == x; then
++if test "x$PYTHON_INCLUDES" = x; then
+   PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
+   if test "$py_prefix" != "$py_exec_prefix"; then
+     PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
+@@ -15559,10 +15557,10 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries required to embed python" >&5
+ $as_echo_n "checking for libraries required to embed python... " >&6; }
+ py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
+-if test "x$PYTHON_LIBS" == x; then
++if test "x$PYTHON_LIBS" = x; then
+ 	PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
+ fi
+-if test "x$PYTHON_LIB_LOC" == x; then
++if test "x$PYTHON_LIB_LOC" = x; then
+ 	PYTHON_LIB_LOC="${py_prefix}/lib"
+ fi
+ 


Property changes on: trunk/devel/glade3/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/devel/qmake4/Makefile
===================================================================
--- trunk/devel/qmake4/Makefile	2015-03-18 02:27:14 UTC (rev 18208)
+++ trunk/devel/qmake4/Makefile	2015-03-18 02:29:44 UTC (rev 18209)
@@ -7,22 +7,27 @@
 PKGNAMEPREFIX=	qt4-
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	The build utility of the Qt project
+COMMENT=	Qt makefile generator
 
 LICENSE=	gpl3
 
 EXTENSIONS=	qt
-QT_NONSTANDARD=	yes
+USE_QT4=
 QT_DIST=	yes
 REINPLACE_ARGS=	-i ""
-WRKSRC=		${WRKDIR}/${DISTNAME}/qmake
+WRKSRC_SUBDIR=	${PORTNAME}
 MAKEFILE=	${FILESDIR}/Makefile.bsd
-MAKE_ENV+=	FILESDIR="${FILESDIR}"
+MAKE_ENV+=	FILESDIR="${FILESDIR}" \
+		QMAKE_COMPILER="${QMAKE_COMPILER}" \
+		QMAKE="${QMAKE}" \
+		QT_BINDIR_REL="${QT_BINDIR_REL}" \
+		QT_MKSPECDIR_REL="${QT_MKSPECDIR_REL}"
+TODAY_CMD=	/bin/date +%Y-%m-%d
 
-FAKE_OPTS=	trueprefix
+SUB_FILES=	qconfig.cpp
+SUB_LIST=	TODAY="$$(${TODAY_CMD})" \
+		${PLIST_SUB:NPREFIX=*}
 
-TODAY_CMD=	/bin/date +%Y-%m-%d
-
 EXTRACT_AFTER_ARGS= \
 	'${DISTNAME}/mkspecs' \
 	'${DISTNAME}/include/*/*' \
@@ -41,46 +46,38 @@
 	'${DISTNAME}/tools/shared/symbian' \
 	'${DISTNAME}/tools/shared/windows'
 
+EXTRA_PATCHES=	# empty
+
 post-patch:
-	@${REINPLACE_CMD} -e 's|-O2|${CXXFLAGS}|' \
-		-e 's|/usr/local|${LOCALBASE}|' \
-		-e 's|/usr/X11R6|${LOCALBASE}|' \
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
 		-e 's|release|release thread|' \
-		-e 's|uic|uic-qt4|' \
-		-e 's|moc|moc-qt4|' \
-		${WRKSRC}/../mkspecs/freebsd-*/qmake.conf
+		-e 's|uic|${UIC:T}|' \
+		-e 's|moc|${MOC:T}|' \
+		${WRKSRC:H}/mkspecs/common/freebsd.conf
 	@${REINPLACE_CMD} -e 's|@QMAKE_QTOBJS@||g' ${WRKSRC}/Makefile.unix
+	@${REINPLACE_CMD} -e 's|unix.conf|freebsd.conf|' \
+		${WRKSRC:H}/mkspecs/freebsd-icc/qmake.conf
+	@${RM} -Rf ${WRKSRC:H}/mkspecs/freebsd-g++46
 
-# FIXME: This is ugly
-	@${RM} ${WRKSRC}/../mkspecs/features/unix/*.orig
-	@${RM} ${WRKSRC}/../mkspecs/freebsd-g++/*.orig
-	@${RM} ${WRKSRC}/../mkspecs/freebsd-g++46/*.orig
-
 # Add mkspec for clang
-	@${CP} -PpR ${WRKSRC}/../mkspecs/freebsd-g++46 ${WRKSRC}/../mkspecs/freebsd-clang
-	@${REINPLACE_CMD} -e 's|g++-unix.conf|clang.conf|g' \
-		-e 's|freebsd-g++46|freebsd-clang|g' \
-		-e 's|gcc46|clang|g' \
-		-e 's|g++46|clang++|g' \
-		${WRKSRC}/../mkspecs/freebsd-clang/qmake.conf
+	@${CP} -a ${WRKSRC:H}/mkspecs/freebsd-g++ \
+		${WRKSRC:H}/mkspecs/freebsd-clang
+	@${REINPLACE_CMD} -e 's|g++|clang|g' \
+		-e '/gcc-base-unix.conf/d' \
+		${WRKSRC:H}/mkspecs/freebsd-clang/qmake.conf
 
-# Add mkspecs for the different GCC versions in the ports tree
-.for v in 42 44 47 48
-	@${CP} -PpR ${WRKSRC}/../mkspecs/freebsd-g++46 ${WRKSRC}/../mkspecs/freebsd-g++${v}
-	@${REINPLACE_CMD} -e 's|46|${v}|g' \
-		${WRKSRC}/../mkspecs/freebsd-g++${v}/qmake.conf
-.endfor
+	@${RM} ${WRKSRC:H}/mkspecs/*/*.orig
 
-do-configure:
-	${SED} -e 's|/usr/local|${PREFIX}|g' \
-		-e "s|TODAY|$$(${TODAY_CMD})|g" \
-		< ${FILESDIR}/qconfig.cpp \
-		> ${WRKSRC:H}/src/corelib/global/qconfig.cpp
+do-configure: apply-slist
+	${MV} ${WRKDIR}/qconfig.cpp \
+		${WRKSRC:H}/src/corelib/global/qconfig.cpp
 	${ECHO} '/* empty */' > ${WRKSRC}/qconfig.h
-	${LN} ${WRKSRC}/qconfig.h ${WRKSRC}/../src/corelib/global/qconfig.h
+	${LN} ${WRKSRC}/qconfig.h ${WRKSRC:H}/src/corelib/global/qconfig.h
 
-post-install:
-	${MKDIR} ${FAKE_DESTDIR}${TRUE_PREFIX}/share/qt4/mkspecs
-	${LN} -sf ${PREFIX}/share/qt4/mkspecs/freebsd-${QMAKE_BASE_COMPILER} ${PREFIX}/share/qt4/mkspecs/default
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${QMAKE:T} ${STAGEDIR}${PREFIX}/${QT_BINDIR_REL}
+	${MKDIR} ${STAGEDIR}${PREFIX}/${QT_MKSPECDIR_REL:H} && \
+	cd ${WRKSRC}/.. && ${COPYTREE_SHARE} mkspecs ${STAGEDIR}${PREFIX}/${QT_MKSPECDIR_REL:H}
+	${LN} -sf freebsd-${QMAKE_COMPILER} ${STAGEDIR}${PREFIX}/share/qt4/mkspecs/default
 
 .include <bsd.port.mk>

Modified: trunk/devel/qt4-moc/Makefile
===================================================================
--- trunk/devel/qt4-moc/Makefile	2015-03-18 02:27:14 UTC (rev 18208)
+++ trunk/devel/qt4-moc/Makefile	2015-03-18 02:29:44 UTC (rev 18209)
@@ -2,11 +2,12 @@
 
 PORTNAME=	moc
 DISTVERSION=	${QT4_VERSION}
-CATEGORIES?=	devel
+CATEGORIES=	devel
 PKGNAMEPREFIX=	qt4-
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Qt meta object compiler
+
 LICENSE=	gpl3
 
 FAKE_OPTS+=	trueprefix
@@ -37,8 +38,6 @@
 BUILD_WRKSRC=	${WRKSRC}/src/tools/${PORTNAME}
 INSTALL_WRKSRC=	${BUILD_WRKSRC}
 
-EXTRA_PATCHES=	${.CURDIR}/../../devel/qt4/files/patch-configure
-
 pre-configure:
 	${REINPLACE_CMD} -e 's|target.path.*|target.path=${FAKE_DESTDIR}${PREFIX}/bin|g' \
 			-e 's|^TARGET.*|TARGET=moc-qt4|g' \

Modified: trunk/devel/qt4-moc/distinfo
===================================================================
--- trunk/devel/qt4-moc/distinfo	2015-03-18 02:27:14 UTC (rev 18208)
+++ trunk/devel/qt4-moc/distinfo	2015-03-18 02:29:44 UTC (rev 18209)
@@ -1,2 +1,2 @@
-SHA256 (KDE/qt-everywhere-opensource-src-4.8.5.tar.gz) = eb728f8268831dc4373be6403b7dd5d5dde03c169ad6882f9a8cb560df6aa138
-SIZE (KDE/qt-everywhere-opensource-src-4.8.5.tar.gz) = 241491467
+SHA256 (KDE/qt-everywhere-opensource-src-4.8.6.tar.gz) = 8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c
+SIZE (KDE/qt-everywhere-opensource-src-4.8.6.tar.gz) = 241623667

Modified: trunk/devel/qt4-moc/files/patch-src__tools__moc__main.cpp
===================================================================
--- trunk/devel/qt4-moc/files/patch-src__tools__moc__main.cpp	2015-03-18 02:27:14 UTC (rev 18208)
+++ trunk/devel/qt4-moc/files/patch-src__tools__moc__main.cpp	2015-03-18 02:29:44 UTC (rev 18209)
@@ -1,10 +1,21 @@
---- ./src/tools/moc/main.cpp.orig	2013-01-30 16:16:31.615488856 +0000
-+++ ./src/tools/moc/main.cpp	2013-01-30 16:16:52.991681291 +0000
-@@ -187,6 +187,7 @@
-     Moc moc;
+Work around additional moc + Boost bugs that showed up after the Boost
+upgrade from 1.52 to 1.55. This should make science/avogadro buildable
+again.
+
+See the discussion in QTBUG-22829.
+
+Obtained from:	Fedora Project
+http://pkgs.fedoraproject.org/cgit/qt.git/tree/qt-everywhere-opensource-src-4.8.5-QTBUG-22829.patch
+--- src/tools/moc/main.cpp	2013-06-09 17:04:02.762459323 -0500
++++ src/tools/moc/main.cpp	2013-06-09 17:08:20.409680813 -0500
+@@ -188,8 +188,9 @@ int runMoc(int _argc, char **_argv)
      pp.macros["Q_MOC_RUN"];
      pp.macros["__cplusplus"];
-+    pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"];
+ 
+-    // Workaround a bug while parsing the boost/type_traits/has_operator.hpp header. See QTBUG-22829
++    // Workaround bugs while parsing some boost headers. See QTBUG-22829
+     pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"];
++    pp.macros["BOOST_LEXICAL_CAST_INCLUDED"];
+ 
      QByteArray filename;
      QByteArray output;
-     FILE *in = 0;


Property changes on: trunk/devel/qt4-moc/files/patch-src__tools__moc__main.cpp
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Added: trunk/devel/qt4-testlib/Makefile
===================================================================
--- trunk/devel/qt4-testlib/Makefile	                        (rev 0)
+++ trunk/devel/qt4-testlib/Makefile	2015-03-18 02:29:44 UTC (rev 18209)
@@ -0,0 +1,51 @@
+# $MidnightBSD$
+
+PORTNAME=	testlib
+DISTVERSION=	${QT4_VERSION}
+PORTREVISION=	1
+CATEGORIES=	devel
+PKGNAMEPREFIX=	qt4-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Qt unit testing module
+
+LICENSE=	gpl3
+
+USE_QT4=	qmake_build moc_build corelib
+QT_DIST=	yes
+
+HAS_CONFIGURE=	yes
+USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
+
+ALL_TARGET=	first
+CONFIGURE_ENV?=	QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
+MAKE_ENV?=	QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
+		PATH=${WRKSRC}/bin:$$PATH
+
+DO_NOT_EXTRACT=	demos doc examples mkspecs qmake tools translations \
+		src/activeqt src/dbus src/gui src/multimedia src/network \
+		src/opengl src/openvg src/phonon src/qt3support \
+		src/s60installs src/s60main src/script src/scripttools src/sql \
+		src/svg src/tools src/winmain src/xml src/xmlpatterns \
+		src/3rdparty/clucene src/3rdparty/freetype \
+		src/3rdparty/libjpeg src/3rdparty/libmng src/3rdparty/libpng \
+		src/3rdparty/libtiff src/3rdparty/phonon src/3rdparty/webkit
+.for dne in ${DO_NOT_EXTRACT}
+EXTRACT_AFTER_ARGS+=	--exclude '${DISTNAME}/${dne}'
+.endfor
+
+BUILD_WRKSRC=	${WRKSRC}/src/testlib
+INSTALL_WRKSRC=	${BUILD_WRKSRC}
+
+pre-configure:
+	${MKDIR} ${WRKSRC}/mkspecs
+	${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake
+	${LN} -sf ${MOC} ${WRKSRC}/bin/moc
+post-configure:
+	${REINPLACE_CMD} -e 's|${PREFIX}/${QT_LIBDIR_REL}/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
+		-e 's|.*$$(QMAKE).*||g' ${BUILD_WRKSRC}/Makefile
+	${REINPLACE_CMD} -E -e 's|-L.[^[:space:]]*qt-x11-opensource.[^[:space:]]*lib||g' \
+			-E -e 's|(.*location=).*moc|\1${PREFIX}/${QT_BINDIR_REL}/${MOC:T}|g' \
+		${WRKSRC}/lib/pkgconfig/QtTest.pc
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/qt4-testlib/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/qt4-testlib/pkg-plist
===================================================================
--- trunk/devel/qt4-testlib/pkg-plist	                        (rev 0)
+++ trunk/devel/qt4-testlib/pkg-plist	2015-03-18 02:29:44 UTC (rev 18209)
@@ -0,0 +1,85 @@
+%%QT_INCDIR%%/Qt/QtTest
+%%QT_INCDIR%%/Qt/qbenchmark.h
+%%QT_INCDIR%%/Qt/qbenchmarkmetric.h
+%%QT_INCDIR%%/Qt/qsignalspy.h
+%%QT_INCDIR%%/Qt/qtest.h
+%%QT_INCDIR%%/Qt/qtest_global.h
+%%QT_INCDIR%%/Qt/qtest_gui.h
+%%QT_INCDIR%%/Qt/qtestaccessible.h
+%%QT_INCDIR%%/Qt/qtestassert.h
+%%QT_INCDIR%%/Qt/qtestbasicstreamer.h
+%%QT_INCDIR%%/Qt/qtestcase.h
+%%QT_INCDIR%%/Qt/qtestcoreelement.h
+%%QT_INCDIR%%/Qt/qtestcorelist.h
+%%QT_INCDIR%%/Qt/qtestdata.h
+%%QT_INCDIR%%/Qt/qtestelement.h
+%%QT_INCDIR%%/Qt/qtestelementattribute.h
+%%QT_INCDIR%%/Qt/qtestevent.h
+%%QT_INCDIR%%/Qt/qtesteventloop.h
+%%QT_INCDIR%%/Qt/qtestfilelogger.h
+%%QT_INCDIR%%/Qt/qtestkeyboard.h
+%%QT_INCDIR%%/Qt/qtestlightxmlstreamer.h
+%%QT_INCDIR%%/Qt/qtestmouse.h
+%%QT_INCDIR%%/Qt/qtestspontaneevent.h
+%%QT_INCDIR%%/Qt/qtestsystem.h
+%%QT_INCDIR%%/Qt/qtesttouch.h
+%%QT_INCDIR%%/Qt/qtestxmlstreamer.h
+%%QT_INCDIR%%/Qt/qtestxunitstreamer.h
+%%QT_INCDIR%%/QtTest/QEventSizeOfChecker
+%%QT_INCDIR%%/QtTest/QSignalSpy
+%%QT_INCDIR%%/QtTest/QSpontaneKeyEvent
+%%QT_INCDIR%%/QtTest/QTest
+%%QT_INCDIR%%/QtTest/QTestAccessibility
+%%QT_INCDIR%%/QtTest/QTestAccessibilityEvent
+%%QT_INCDIR%%/QtTest/QTestBasicStreamer
+%%QT_INCDIR%%/QtTest/QTestCoreElement
+%%QT_INCDIR%%/QtTest/QTestCoreList
+%%QT_INCDIR%%/QtTest/QTestData
+%%QT_INCDIR%%/QtTest/QTestDelayEvent
+%%QT_INCDIR%%/QtTest/QTestElement
+%%QT_INCDIR%%/QtTest/QTestElementAttribute
+%%QT_INCDIR%%/QtTest/QTestEvent
+%%QT_INCDIR%%/QtTest/QTestEventList
+%%QT_INCDIR%%/QtTest/QTestEventLoop
+%%QT_INCDIR%%/QtTest/QTestFileLogger
+%%QT_INCDIR%%/QtTest/QTestKeyClicksEvent
+%%QT_INCDIR%%/QtTest/QTestKeyEvent
+%%QT_INCDIR%%/QtTest/QTestLightXmlStreamer
+%%QT_INCDIR%%/QtTest/QTestMouseEvent
+%%QT_INCDIR%%/QtTest/QTestXmlStreamer
+%%QT_INCDIR%%/QtTest/QTestXunitStreamer
+%%QT_INCDIR%%/QtTest/QtTest
+%%QT_INCDIR%%/QtTest/QtTestGui
+%%QT_INCDIR%%/QtTest/qbenchmark.h
+%%QT_INCDIR%%/QtTest/qbenchmarkmetric.h
+%%QT_INCDIR%%/QtTest/qsignalspy.h
+%%QT_INCDIR%%/QtTest/qtest.h
+%%QT_INCDIR%%/QtTest/qtest_global.h
+%%QT_INCDIR%%/QtTest/qtest_gui.h
+%%QT_INCDIR%%/QtTest/qtestaccessible.h
+%%QT_INCDIR%%/QtTest/qtestassert.h
+%%QT_INCDIR%%/QtTest/qtestbasicstreamer.h
+%%QT_INCDIR%%/QtTest/qtestcase.h
+%%QT_INCDIR%%/QtTest/qtestcoreelement.h
+%%QT_INCDIR%%/QtTest/qtestcorelist.h
+%%QT_INCDIR%%/QtTest/qtestdata.h
+%%QT_INCDIR%%/QtTest/qtestelement.h
+%%QT_INCDIR%%/QtTest/qtestelementattribute.h
+%%QT_INCDIR%%/QtTest/qtestevent.h
+%%QT_INCDIR%%/QtTest/qtesteventloop.h
+%%QT_INCDIR%%/QtTest/qtestfilelogger.h
+%%QT_INCDIR%%/QtTest/qtestkeyboard.h
+%%QT_INCDIR%%/QtTest/qtestlightxmlstreamer.h
+%%QT_INCDIR%%/QtTest/qtestmouse.h
+%%QT_INCDIR%%/QtTest/qtestspontaneevent.h
+%%QT_INCDIR%%/QtTest/qtestsystem.h
+%%QT_INCDIR%%/QtTest/qtesttouch.h
+%%QT_INCDIR%%/QtTest/qtestxmlstreamer.h
+%%QT_INCDIR%%/QtTest/qtestxunitstreamer.h
+%%QT_LIBDIR%%/libQtTest.prl
+%%QT_LIBDIR%%/libQtTest.so
+%%QT_LIBDIR%%/libQtTest.so.4
+%%QT_LIBDIR%%/libQtTest.so.%%SHORTVER%%
+%%QT_LIBDIR%%/libQtTest.so.%%FULLVER%%
+%%DEBUG%%%%QT_LIBDIR%%/libQtTest.so.%%FULLVER%%.debug
+libdata/pkgconfig/QtTest.pc


Property changes on: trunk/devel/qt4-testlib/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list