From owner-cvs-all@FreeBSD.ORG Sun May 20 04:34:03 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 417CC106566B; Sun, 20 May 2012 04:34:03 +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 14A0A8FC0C; Sun, 20 May 2012 04:34:03 +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 q4K4Y2Rp047156; Sun, 20 May 2012 04:34:02 GMT (envelope-from rakuco@repoman.freebsd.org) Received: (from rakuco@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4K4Y2Kk047155; Sun, 20 May 2012 04:34:02 GMT (envelope-from rakuco) Message-Id: <201205200434.q4K4Y2Kk047155@repoman.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 20 May 2012 04:34:02 +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/structuresynth Makefile 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 04:34:03 -0000 rakuco 2012-05-20 04:34:02 UTC FreeBSD ports repository Modified files: graphics/structuresynth Makefile 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. PORTREVISION bumped since we now explicitly depend on GLU via USE_GL=glu. [1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b Approved by: miwi (we need this for the Qt 4.8.1 exp-run) Revision Changes Path 1.12 +4 -1 ports/graphics/structuresynth/Makefile