Summary: | graphics/driconf: missing run-depends on xdriinfo | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Conrad Meyer <cem> |
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | bdrewery, lichray, ports-secteam |
Priority: | --- | Flags: | lichray:
maintainer-feedback+
koobs: maintainer-feedback? (ports-secteam) tobik: merge-quarterly- |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Conrad Meyer
2018-11-06 02:03:56 UTC
Yes... Can you make a patch for it? I won't be able to access my FreeBSD box until Sunday. (In reply to lichray from comment #1) Sure: --- Makefile (revision 483902) +++ Makefile (working copy) @@ -11,7 +11,8 @@ MAINTAINER= lichray@gmail.com COMMENT= Configuration program for DRI drivers -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \ + xdriinfo:x11/xdriinfo USE_GL= glut USE_PYTHON= distutils I need a ports committer approval to commit. Does that look ok to you? (In reply to Conrad Meyer from comment #2) > (In reply to lichray from comment #1) > Sure: > > --- Makefile (revision 483902) > +++ Makefile (working copy) > @@ -11,7 +11,8 @@ > MAINTAINER= lichray@gmail.com > COMMENT= Configuration program for DRI drivers > > -RUN_DEPENDS= > ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 > +RUN_DEPENDS= > ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \ > + xdriinfo:x11/xdriinfo > > USE_GL= glut > USE_PYTHON= distutils > > I need a ports committer approval to commit. Does that look ok to you? Approved but needs a PORTREVISION bump too. A commit references this bug: Author: cem Date: Wed Nov 7 01:08:38 UTC 2018 New revision: 484376 URL: https://svnweb.freebsd.org/changeset/ports/484376 Log: graphics/driconf: Fix missing run-depend on xdriinfo PR: 233009 Approved by: bdrewery Changes: head/graphics/driconf/Makefile Assign to committer that resolved. This changes should be MFH'd. As there's no attachment for patch from comment 2, request approval for merge (from ports-secteam) using maintainer-feedback flag MFH hasn't happened (for whatever reason?) and we are in 2019Q1 now. |