svn commit: r513614 - head/mail/fetchmail

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 2 19:41:21 UTC 2019


Author: pkubaj
Date: Wed Oct  2 19:41:21 2019
New Revision: 513614
URL: https://svnweb.freebsd.org/changeset/ports/513614

Log:
  mail/fetchmail: fix build on GCC architectures
  
  Base GCC miscompiles binaries, one test fails:
  FAIL: t.smoke
  SKIP: t.validate-xhtml10
  SKIP: t.validate-xhtml
  PASS: t.x509_name_match
  ============================================================================
  Testsuite summary for fetchmail 6.4.1
  ============================================================================
  # TOTAL: 4
  # PASS:  1
  # SKIP:  2
  # XFAIL: 0
  # FAIL:  1
  # XPASS: 0
  # ERROR: 0
  
  Approved by:	mentors (implicit approval)

Modified:
  head/mail/fetchmail/Makefile

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Wed Oct  2 19:40:03 2019	(r513613)
+++ head/mail/fetchmail/Makefile	Wed Oct  2 19:41:21 2019	(r513614)
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 .if empty(MASTERDIR)
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-USES=		cpe gmake tar:xz ssl
+USES=		compiler:c11 cpe gmake tar:xz ssl
 
 USERS=		${PORTNAME}
 GROUPS=		${USERS}


More information about the svn-ports-head mailing list