[Midnightbsd-cvs] mports [19932] trunk/x11/qt4-graphicssystems-opengl: fix qt4 graphicssystems opengl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 22 16:14:32 EDT 2015
Revision: 19932
http://svnweb.midnightbsd.org/mports/?rev=19932
Author: laffer1
Date: 2015-08-22 16:14:32 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
fix qt4 graphicssystems opengl
Modified Paths:
--------------
trunk/x11/qt4-graphicssystems-opengl/Makefile
trunk/x11/qt4-graphicssystems-opengl/pkg-descr
trunk/x11/qt4-graphicssystems-opengl/pkg-plist
Removed Paths:
-------------
trunk/x11/qt4-graphicssystems-opengl/distinfo
trunk/x11/qt4-graphicssystems-opengl/files/
Modified: trunk/x11/qt4-graphicssystems-opengl/Makefile
===================================================================
--- trunk/x11/qt4-graphicssystems-opengl/Makefile 2015-08-22 20:12:50 UTC (rev 19931)
+++ trunk/x11/qt4-graphicssystems-opengl/Makefile 2015-08-22 20:14:32 UTC (rev 19932)
@@ -3,7 +3,8 @@
PORTNAME= graphicssystems
DISTVERSION= ${QT4_VERSION}
-CATEGORIES?= x11
+PORTREVISION= 1
+CATEGORIES= x11
PKGNAMEPREFIX= qt4-
PKGNAMESUFFIX= -opengl
@@ -12,9 +13,7 @@
LICENSE= gpl3
USE_QT4= qmake_build opengl
-QT_NONSTANDARD= yes
QT_DIST= yes
-MAKE_JOBS_SAFE= yes
HAS_CONFIGURE= yes
USE_GL= glu
@@ -39,10 +38,8 @@
BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/opengl
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure
-
pre-configure:
${MKDIR} ${WRKSRC}/mkspecs
- ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake
+ ${LN} -sf ${QMAKE} ${WRKSRC}/bin/qmake
.include <bsd.port.mk>
Deleted: trunk/x11/qt4-graphicssystems-opengl/distinfo
===================================================================
--- trunk/x11/qt4-graphicssystems-opengl/distinfo 2015-08-22 20:12:50 UTC (rev 19931)
+++ trunk/x11/qt4-graphicssystems-opengl/distinfo 2015-08-22 20:14:32 UTC (rev 19932)
@@ -1,2 +0,0 @@
-SHA256 (KDE/qt-everywhere-opensource-src-4.8.4.tar.gz) = 33b0e38ba4c54a0cf8a4be8ca5a4584f1c2e0adfecb57b21d9d1d267b0093270
-SIZE (KDE/qt-everywhere-opensource-src-4.8.4.tar.gz) = 236593028
Modified: trunk/x11/qt4-graphicssystems-opengl/pkg-descr
===================================================================
--- trunk/x11/qt4-graphicssystems-opengl/pkg-descr 2015-08-22 20:12:50 UTC (rev 19931)
+++ trunk/x11/qt4-graphicssystems-opengl/pkg-descr 2015-08-22 20:14:32 UTC (rev 19932)
@@ -1,11 +1,10 @@
-Qt provides a platform-independent API to all central platform
-functionality: GUI, database access, networking, file handling,
-etc.
+Qt is a cross-platform application and UI framework for developers
+using C++ or QML, a CSS/JavaScript-like language.
-This port provides OpenGL graphics backend, which is used for
+This port provides the OpenGL graphics backend, which is used for
on-screen widgets and QPixmaps. See for details:
-http://doc.qt.nokia.com/4.7/qapplication.html#setGraphicsSystem
-http://labs.qt.nokia.com/2008/10/22/so-long-and-thanks-for-the-blit/
+http://qt-project.org/doc/qt-4.8/qapplication.html#setGraphicsSystem
+http://blog.qt.digia.com/blog/2008/10/22/so-long-and-thanks-for-the-blit
-WWW: http://qt.nokia.com/products/qt/index.html
+WWW: http://qt-project.org
Modified: trunk/x11/qt4-graphicssystems-opengl/pkg-plist
===================================================================
--- trunk/x11/qt4-graphicssystems-opengl/pkg-plist 2015-08-22 20:12:50 UTC (rev 19931)
+++ trunk/x11/qt4-graphicssystems-opengl/pkg-plist 2015-08-22 20:14:32 UTC (rev 19932)
@@ -1,4 +1,2 @@
-%%QT_PLUGINDIR_REL%%/graphicssystems/libqglgraphicssystem.so
-%%DEBUG%%%%QT_PLUGINDIR_REL%%/graphicssystems/libqglgraphicssystem.so.debug
- at dirrmtry %%QT_PLUGINDIR_REL%%/graphicssystems
- at dirrmtry %%QT_PLUGINDIR_REL%%
+%%QT_PLUGINDIR%%/graphicssystems/libqglgraphicssystem.so
+%%DEBUG%%%%QT_PLUGINDIR%%/graphicssystems/libqglgraphicssystem.so.debug
More information about the Midnightbsd-cvs
mailing list