Date: Sun, 20 May 2012 03:27:54 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/meshviewer Makefile ports/graphics/meshviewer/files patch-qt4__glmesh.cpp patch-qt4__glmesh_common.cpp Message-ID: <201205200327.q4K3RsAa040796@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rakuco 2012-05-20 03:27:54 UTC FreeBSD ports repository Modified files: graphics/meshviewer Makefile Added files: graphics/meshviewer/files patch-qt4__glmesh.cpp patch-qt4__glmesh_common.cpp Log: Make the port build with the upcoming Qt 4.8.x series. Since 4.8.0 [1], Qt itself does not automatically include GLU's headers and libraries with its OpenGL module, so applications which relied on Qt to get these need to be adjusted. This has also involved polishing the port Makefile a little. It still needs a lot of love. For now: - Remove the modeline from the beginning of the file. Add an - explicit dependency on GLU via USE_GL=glu. Move the CXXFLAGS and - LDFLAGS lines up in the file. Merge the two lines setting LDFLAGS. - Fix the port's build system to use CXXFLAGS instead of CPPFLAGS for - C++ compiler flags, so that we need not set FLAGS in MAKE_ARGS anymore. [1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b Revision Changes Path 1.19 +8 -9 ports/graphics/meshviewer/Makefile 1.1 +11 -0 ports/graphics/meshviewer/files/patch-qt4__glmesh.cpp (new) 1.1 +11 -0 ports/graphics/meshviewer/files/patch-qt4__glmesh_common.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205200327.q4K3RsAa040796>