Date: Sat, 23 Nov 2019 15:45:23 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518249 - in branches/2019Q4/x11/pcdm: . files Message-ID: <201911231545.xANFjNL8012045@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Nov 23 15:45:23 2019 New Revision: 518249 URL: https://svnweb.freebsd.org/changeset/ports/518249 Log: MFH: r518248 x11/pcdm: Fix rc script for FreeBSD PCDM doesn't daemonize/fork, so we need to handle this by using daemon(8). It seems this port has only been used/tested on TrueOS with OpenRC, so it has been broken in FreeBSD ports for the last two years. PR: 227034 Reported by: VulcanRider Approved by: just fix it Sponsored by: vBSDcon 2019 Approved by: ports-secteam (blanket, runtime fix) Added: branches/2019Q4/x11/pcdm/files/ - copied from r518248, head/x11/pcdm/files/ Modified: branches/2019Q4/x11/pcdm/Makefile Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/x11/pcdm/Makefile ============================================================================== --- branches/2019Q4/x11/pcdm/Makefile Sat Nov 23 15:42:24 2019 (r518248) +++ branches/2019Q4/x11/pcdm/Makefile Sat Nov 23 15:45:23 2019 (r518249) @@ -2,7 +2,7 @@ PORTNAME= pcdm PORTVERSION= 201710031254 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= jt@ixsystems.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911231545.xANFjNL8012045>