Date: Sat, 16 Mar 2019 16:12:55 +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: r495904 - head/sysutils/puppetserver5 Message-ID: <201903161612.x2GGCt8c087491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903161612.x2GGCt8c087491>