From owner-cvs-all@FreeBSD.ORG Sun May 20 03:27:54 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84B70106566B; Sun, 20 May 2012 03:27:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1778FC0A; Sun, 20 May 2012 03:27:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4K3RsLZ040797; Sun, 20 May 2012 03:27:54 GMT (envelope-from rakuco@repoman.freebsd.org) Received: (from rakuco@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4K3RsAa040796; Sun, 20 May 2012 03:27:54 GMT (envelope-from rakuco) Message-Id: <201205200327.q4K3RsAa040796@repoman.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 20 May 2012 03:27:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/meshviewer Makefile ports/graphics/meshviewer/files patch-qt4__glmesh.cpp patch-qt4__glmesh_common.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 03:27:54 -0000 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)