Bug 180231 - [exp-run] (?) change Linux DRI default from graphics/linux-dri74 to graphics/linux-f10-dri
Summary: [exp-run] (?) change Linux DRI default from graphics/linux-dri74 to graphics/...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-03 12:00 UTC by Rene Ladan
Modified: 2013-07-03 16:45 UTC (History)
0 users

See Also:


Attachments
file.diff (3.01 KB, patch)
2013-07-03 12:00 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2013-07-03 12:00:00 UTC
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.

Fix: Patch attached with submission follows:
How-To-Repeat: Wander through the tree...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-03 12:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->emulation

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2013-07-03 13:51:06 UTC
Responsible Changed
From-To: emulation->portmgr

Touches bsd.port.mk
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2013-07-03 16:21:58 UTC
Approved
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-03 16:32:13 UTC
Author: rene
Date: Wed Jul  3 15:32:01 2013
New Revision: 322233
URL: http://svnweb.freebsd.org/changeset/ports/322233

Log:
  Switch the default Linux DRI port to linux-f10-dri and remove support
  for the unused USE_GL=linux (this avoids hardcoding the Linux DRI port).
  
  PR:		ports/180231
  Submitted by:	myself
  Approved by:	portmgr (bapt)

Modified:
  head/Mk/bsd.linux-apps.mk
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.linux-apps.mk
==============================================================================
--- head/Mk/bsd.linux-apps.mk	Wed Jul  3 15:12:04 2013	(r322232)
+++ head/Mk/bsd.linux-apps.mk	Wed Jul  3 15:32:01 2013	(r322233)
@@ -141,7 +141,7 @@ dbuslibs_PORT=		${PORTSDIR}/devel/linux$
 
 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

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Jul  3 15:12:04 2013	(r322232)
+++ head/Mk/bsd.port.mk	Wed Jul  3 15:32:01 2013	(r322233)
@@ -352,7 +352,7 @@ FreeBSD_MAINTAINER=	portmgr@FreeBSD.org
 #				  MAKE_ENV are extended with a DISPLAY variable.
 #
 # USE_GL		- A list of Mesa or GL related dependencies needed by the port.
-#				  Supported components are: glut, glu, glw, gl and linux.
+#				  Supported components are: glut, glu, glw, and gl.
 #				  If set to "yes", this is equivalent to "glu". Note that
 #				  glew and glut depend on glu, glw and glu depend on gl.
 # USE_MOTIF		- If set, this port uses a Motif toolkit. Implies USE_XORG+= xpm
@@ -1933,7 +1933,6 @@ _GL_glu_LIB_DEPENDS=		GLU.1:${PORTSDIR}/
 _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"
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2013-07-03 16:44:33 UTC
State Changed
From-To: open->closed

Committed