svn commit: r495804 - head/sysutils/puppetserver6

Romain Tartière romain at FreeBSD.org
Fri Mar 15 19:34:30 UTC 2019


Author: romain
Date: Fri Mar 15 19:34:29 2019
New Revision: 495804
URL: https://svnweb.freebsd.org/changeset/ports/495804

Log:
  Mark broken on FreeBSD 12+
  
  On FreeBSD 12 and FreeBSD 13, puppetserver6 fails to start.  The issue will
  likely not be fixed in a timely fashion, so make it clear to end-users that
  the port is broken.
  
  As a workaround, users of FreeBSD 12.0 can install puppetserver6 in a
  FreeBSD 11.2 jail.
  
  More details, progress and ways to help can be found in the PR 233766.
  
  With hat:	puppet
  PR:		233766
  Reported by:	bas at area536.com

Modified:
  head/sysutils/puppetserver6/Makefile

Modified: head/sysutils/puppetserver6/Makefile
==============================================================================
--- head/sysutils/puppetserver6/Makefile	Fri Mar 15 19:27:33 2019	(r495803)
+++ head/sysutils/puppetserver6/Makefile	Fri Mar 15 19:34:29 2019	(r495804)
@@ -11,6 +11,9 @@ COMMENT=	Puppet Server running in the JVM
 
 LICENSE=	APACHE20
 
+BROKEN_FreeBSD_12=	Does not start. See PR 233766
+BROKEN_FreeBSD_13=	Does not start. See PR 233766
+
 RUN_DEPENDS=	bash>=0:shells/bash \
 		jruby>=9.1:lang/jruby \
 		puppet6>=0:sysutils/puppet6 \


More information about the svn-ports-all mailing list