svn commit: r495904 - head/sysutils/puppetserver5

Romain Tartière romain at FreeBSD.org
Sat Mar 16 16:12:56 UTC 2019


Author: romain
Date: Sat Mar 16 16:12:55 2019
New Revision: 495904
URL: https://svnweb.freebsd.org/changeset/ports/495904

Log:
  Mark broken on FreeBSD 12+
  
  On FreeBSD 12 and FreeBSD 13, puppetserver5 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 puppetserver5 in a
  FreeBSD 11.2 jail.
  
  More details, progress and ways to help can be found in the PR 233766.
  
  These changes are linked to the PuppetServer 6 ones committed previously in
  r495804.
  
  With hat:	puppet
  PR:		233766
  Reported by:	mikael.urankar at gmail.com

Modified:
  head/sysutils/puppetserver5/Makefile

Modified: head/sysutils/puppetserver5/Makefile
==============================================================================
--- head/sysutils/puppetserver5/Makefile	Sat Mar 16 16:08:57 2019	(r495903)
+++ head/sysutils/puppetserver5/Makefile	Sat Mar 16 16:12:55 2019	(r495904)
@@ -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 \
 		puppet5>=0:sysutils/puppet5
 


More information about the svn-ports-all mailing list