From owner-svn-ports-all@freebsd.org Tue Sep 6 13:42:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A862EBC4C52; Tue, 6 Sep 2016 13:42:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AE8EC6C; Tue, 6 Sep 2016 13:42:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86DgKHX056517; Tue, 6 Sep 2016 13:42:20 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86DgKND056515; Tue, 6 Sep 2016 13:42:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201609061342.u86DgKND056515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 6 Sep 2016 13:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421428 - in head: graphics/linux-c6-glx-utils x11-toolkits/linux-c6-qt47-x11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 13:42:21 -0000 Author: tijl Date: Tue Sep 6 13:42:20 2016 New Revision: 421428 URL: https://svnweb.freebsd.org/changeset/ports/421428 Log: Use infrastructure to depend on Linux libGLU. PR: 209163 Submitted by: marc.priggemeyer@gmail.com Modified: head/graphics/linux-c6-glx-utils/Makefile head/x11-toolkits/linux-c6-qt47-x11/Makefile Modified: head/graphics/linux-c6-glx-utils/Makefile ============================================================================== --- head/graphics/linux-c6-glx-utils/Makefile Tue Sep 6 13:34:06 2016 (r421427) +++ head/graphics/linux-c6-glx-utils/Makefile Tue Sep 6 13:42:20 2016 (r421428) @@ -14,8 +14,8 @@ RPMVERSION= 4.el6 USE_LDCONFIG= yes OPTIONS_DEFINE= NVIDIA_GL -NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver \ - linux-c6-libGLU>0:graphics/linux-c6-libGLU +NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver +NVIDIA_GL_USE= LINUX=libglu NVIDIA_GL_USE_OFF= LINUX=dri .if defined(PACKAGE_BUILDING) Modified: head/x11-toolkits/linux-c6-qt47-x11/Makefile ============================================================================== --- head/x11-toolkits/linux-c6-qt47-x11/Makefile Tue Sep 6 13:34:06 2016 (r421427) +++ head/x11-toolkits/linux-c6-qt47-x11/Makefile Tue Sep 6 13:42:20 2016 (r421428) @@ -23,8 +23,8 @@ USE_LINUX_RPM= yes OPTIONS_DEFINE= NVIDIA_GL -NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver \ - linux-c6-libGLU>0:graphics/linux-c6-libGLU +NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver +NVIDIA_GL_USE= LINUX=libglu NVIDIA_GL_USE_OFF= LINUX=dri DESCR= ${.CURDIR}/../../devel/qt4/pkg-descr