On 2018/01/12 14:40, Thomas Frohwein wrote: > Hi, > > Attached is a port of piglit. Piglit is a freedesktop.org testing suite for > OpenGL calls. It may be of use in trying to troubleshoot regressions with > mesa, > OpenGL, and the graphics stack in general. > > I've done some tests with different configurations myself since I have one of > the x230 affected by the recent mesa17 issues. The results can be downloaded > from https://thfr.info/piglit/openbsd-mesa17/. Note that those were done with > piglit compiled from FreeBSD's separate github repository (https://github.com/ > dumbbell/piglit/) while this port is from the mesa3d github repo. Runs, passes > sanity check. > > License includes a 3Dlabs license that doesn't comment on selling, so I set > > PERMIT_PACKAGE_CDROM = No comment on selling by 3Dlabs license > PERMIT_PACKAGE_FTP = Yes > > A word of warning - the PLIST is huge - greater than 5M. > > I'd prefer to not take maintainer on this one because the actually working > with the results is a little beyond my capabilities. > > Original idea from Matthieu Herrb. Input included from sthen@, awolk@, > bcallah@. Advice received from medfly and joshe (on #metabug).
Minor nit, _MODPY_BUILD_DEPENDS is meant to be internal to python.port.mk (typically variables starting _ are for internal use) and is added to BUILD_DEPENDS automatically, no need to add it separately. Other than that I think this is good to go, any OKs to import?