Bug 231174

Summary: x11/xorgproto conflicts with glproto-1.4.17
Product: Ports & Packages Reporter: Martin Filla <freebsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: clmoonriver, freebsd, x11
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   

Description Martin Filla 2018-09-05 13:36:38 UTC
Hello i build with portmaster mate-desktop 
but this build failed with conflicts with glproto-1.4.17 (installs files into the same place).  Problematic file: /usr/local/include/GL/glxint.h
Comment 1 Martin Filla 2018-09-05 13:37:13 UTC
FreeBSD  11.2-RELEASE-p2 FreeBSD 11.2-RELEASE-p2 #0: Tue Aug 14 21:45:40 UTC 2018
Comment 2 CL Moonriver 2018-09-05 20:45:16 UTC
Check the UPDATING file in /usr/ports Specifically, this section:

AFFECTS: users of x11/xorg and all ports with USE_XORG=*proto
  AUTHOR: zeising@FreeBSD.org

  The xorg *proto packages have all been merged into one package,
  x11/xorgproto.  This might cause issues with upgrading.  If you
  get conflicts between xorgproto and old *proto packages, please
  remove the old package and install xorgproto again.

  In order to remove all orphaned ports, including all *proto port,
  the following can be used after the ports tree has been updated:
  pkg version -l \? | cut -f 1 -w | grep -v compat | xargs pkg delete -fy

That should fix the issue.
Comment 3 Martin Filla 2018-09-05 21:24:15 UTC
Thank you very much. Now is all ok.
M.