Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 19:34:29 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495804 - head/sysutils/puppetserver6
Message-ID:  <201903151934.x2FJYTCY027300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903151934.x2FJYTCY027300>