Date: Wed, 3 Jul 2013 10:54:52 GMT From: Rene Ladan <rene@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/180231: [exp-run] (?) change Linux DRI default from graphics/linux-dri74 to graphics/linux-f10-dri Message-ID: <201307031054.r63AsqWo034567@oldred.freebsd.org> Resent-Message-ID: <201307031100.r63B00TV017129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307031054.r63AsqWo034567>