svn commit: r518249 - in branches/2019Q4/x11/pcdm: . files

Mark Felder feld at FreeBSD.org
Sat Nov 23 15:45:24 UTC 2019


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 at ixsystems.com


More information about the svn-ports-branches mailing list