svn commit: r497668 - head/mail/courier

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 08:02:24 UTC 2019


Author: antoine
Date: Wed Apr  3 08:02:23 2019
New Revision: 497668
URL: https://svnweb.freebsd.org/changeset/ports/497668

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/mail/courier/Makefile

Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile	Wed Apr  3 07:49:56 2019	(r497667)
+++ head/mail/courier/Makefile	Wed Apr  3 08:02:23 2019	(r497668)
@@ -259,6 +259,11 @@ SUB_LIST+=	PERIODIC="y"
 SUB_LIST+=	PERIODIC="n"
 .endif
 
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	pkg-static: Unable to access file /wrkdirs/usr/ports/mail/courier/work/stage/usr/local/bin/couriertls
+BROKEN_FreeBSD_13=	pkg-static: Unable to access file /wrkdirs/usr/ports/mail/courier/work/stage/usr/local/bin/couriertls
+.endif
+
 pre-everything::
 	@${ECHO_MSG} "===> --------------------------------------------------------"
 	@${ECHO_MSG} "===>	Run 'make config' to (re)configure ${PKGNAME}"


More information about the svn-ports-all mailing list