svn commit: r530743 - branches/2020Q2/devel/caf/files

Piotr Kubaj pkubaj at FreeBSD.org
Sun Apr 5 03:02:31 UTC 2020


Author: pkubaj
Date: Sun Apr  5 02:57:42 2020
New Revision: 530743
URL: https://svnweb.freebsd.org/changeset/ports/530743

Log:
  MFH: r530742
  
  devel/caf: fix build on GCC architectures
  
  Some files require including sys/types.h before other headers:
  /usr/include/netinet/ip.h:227:2: error: 'u_short' does not name a type; did you mean 'short'?
    227 |  u_short  ippseudo_len; /* protocol length */
        |  ^~~~~~~
        |  short
  
  PR:		245364
  Approved by:	leres (maintainer)
  Approved by:	portmgr (fix build blanket)

Added:
  branches/2020Q2/devel/caf/files/
     - copied from r530742, head/devel/caf/files/
Modified:
Directory Properties:
  branches/2020Q2/   (props changed)


More information about the svn-ports-all mailing list