From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 3 11:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E1B572D1 for ; Wed, 3 Jul 2013 11:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C2C041D81 for ; Wed, 3 Jul 2013 11:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r63B0020017147 for ; Wed, 3 Jul 2013 11:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r63B00TV017129; Wed, 3 Jul 2013 11:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 3 Jul 2013 11:00:00 GMT Resent-Message-Id: <201307031100.r63B00TV017129@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A5819E82 for ; Wed, 3 Jul 2013 10:54:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 980631D1B for ; Wed, 3 Jul 2013 10:54:53 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r63Asq7s034568 for ; Wed, 3 Jul 2013 10:54:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r63AsqWo034567; Wed, 3 Jul 2013 10:54:52 GMT (envelope-from nobody) Message-Id: <201307031054.r63AsqWo034567@oldred.freebsd.org> Date: Wed, 3 Jul 2013 10:54:52 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180231: [exp-run] (?) change Linux DRI default from graphics/linux-dri74 to graphics/linux-f10-dri X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 11:00:00 -0000 >Number: 180231 >Category: ports >Synopsis: [exp-run] (?) change Linux DRI default from graphics/linux-dri74 to graphics/linux-f10-dri >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 03 11:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: FreeBSD 9.1-RELEASE amd64 Ports Tree r322216 >Description: Currently we have three Linux DRI ports in our tree, this patch removes the oldest two and changes the default to graphics/linux-f10-dri The _GL_linux_RUN_DEPENDS line in bsd.port.mk (line 1943) can probably be removed, a grep on all Makefiles revealed no ports which have USE_GL=linux in them. >How-To-Repeat: Wander through the tree... >Fix: Patch attached with submission follows: Index: MOVED =================================================================== --- MOVED (revision 321238) +++ MOVED (working copy) @@ -4418,3 +4418,5 @@ devel/libticalcs|comms/libticalcs2|2013-07-01|Has expired: Superseded by comms/libticalcs2 emulators/tiemu2|emulators/tiemu3|2013-07-01|Has expired: Superseded by emulators/tiemu3 net/rubygem-bunny060||2013-07-02|Removed +graphics/linux_dri|graphics/linux-f10-dri|2013-07-xx|Removed +graphics/linux-dri74|graphics/linux-f10-dri|2013-07-xx|Removed Index: Mk/bsd.linux-apps.mk =================================================================== --- Mk/bsd.linux-apps.mk (revision 321235) +++ Mk/bsd.linux-apps.mk (working copy) @@ -141,7 +141,7 @@ dri_f10_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2 dri_DETECT= ${dri${LINUX_DIST_SUFFIX:S/-/_/}_FILE} -dri_PORT= ${PORTSDIR}/graphics/linux-dri74 +dri_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-dri dri_DEPENDS= xorglibs esound_f10_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39 Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 321235) +++ Mk/bsd.port.mk (working copy) @@ -1940,7 +1940,6 @@ _GL_glu_USE_XORG= glproto dri2proto _GL_glw_LIB_DEPENDS= GLw.1:${PORTSDIR}/graphics/libGLw _GL_glut_LIB_DEPENDS= glut.12:${PORTSDIR}/graphics/freeglut -_GL_linux_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux-dri74 .if defined(USE_GL) . if ${USE_GL:L} == "yes" Index: ports/graphics/Makefile =================================================================== --- ports/graphics/Makefile (revision 321238) +++ ports/graphics/Makefile (working copy) @@ -579,7 +579,6 @@ SUBDIR += linplasma SUBDIR += linux-XnViewMP SUBDIR += linux-adobesvg - SUBDIR += linux-dri74 SUBDIR += linux-f10-cairo SUBDIR += linux-f10-dri SUBDIR += linux-f10-gdk-pixbuf @@ -595,7 +594,6 @@ SUBDIR += linux-f10-ungif SUBDIR += linux-panorama-tools SUBDIR += linux-sdl_ttf - SUBDIR += linux_dri SUBDIR += linux_glide SUBDIR += lprof-devel SUBDIR += lua-gd Index: ports/graphics/linux-dri74/Makefile (deleted) =================================================================== Index: ports/graphics/linux-dri74/distinfo (deleted) =================================================================== Index: ports/graphics/linux-dri74/pkg-descr (deleted) =================================================================== Index: ports/graphics/linux-dri74/pkg-plist (deleted) =================================================================== Index: ports/graphics/linux_dri/Makefile (deleted) =================================================================== Index: ports/graphics/linux_dri/distinfo (deleted) =================================================================== Index: ports/graphics/linux_dri/pkg-descr (deleted) =================================================================== Index: ports/graphics/linux_dri/pkg-plist (deleted) =================================================================== >Release-Note: >Audit-Trail: >Unformatted: