Solved Missing files in xorgproto

Hi,

I've just done pkg upgrade on a FreeBSD 12.0-RELEASE. Now, the daily check complains about missing files in xorgproto:
Code:
root@Central# pkg check -s xorgproto                                              
Checking xorgproto:   0%                                                         
xorgproto-2019.2: missing file /usr/local/include/GL/glxint.h 
xorgproto-2019.2: missing file /usr/local/include/GL/glxmd.h 
xorgproto-2019.2: missing file /usr/local/include/GL/glxproto.h
(...)
I don't give the whole output as it concerns more than hundred files.

For the best I can see, there is no real problem in the system. I just want to quiet that complain. Is it possible?
 
Last edited by a moderator:
Hi,

I'm having the same issue and am looking to fix it too. Running FreeBSD 11.3-RELEASE-p3.

Perhaps the package was built badly?
 
I checked my FreeBSD 12.0-RELEASE-p12 box and the FreeBSD 12.1-RELEASE-p1 machine I built yesterday using ports for 3rd party programs on both and am not seeing a problem on either:

Code:
root@onryo:/ # pkg check -s xorgproto
Checking xorgproto: 100%
 
Back
Top