Index: branches/2019Q4/x11/pcdm/Makefile =================================================================== --- branches/2019Q4/x11/pcdm/Makefile (revision 518248) +++ branches/2019Q4/x11/pcdm/Makefile (revision 518249) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= pcdm PORTVERSION= 201710031254 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= jt@ixsystems.com COMMENT= QT5 based display manager for FreeBSD LICENSE= BSD2CLAUSE RUN_DEPENDS= xorg-minimal>=0:x11/xorg-minimal \ xhost:x11/xhost \ setxkbmap:x11/setxkbmap \ ${LOCALBASE}/bin/qsudo:sysutils/qsudo USES= compiler:c++11-lang gl qmake qt:5 USE_QT= core gui network svg multimedia imageformats \ buildtools_build x11extras widgets concurrent linguisttools_build USE_GL= gl USE_XORG= x11 USE_OPENRC_SUBR=pcdm WRKSRC_SUBDIR= src-qt5 MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} CONFLICTS= pcbsd-utils-qt* USE_GITHUB= yes GH_ACCOUNT= trueos GH_PROJECT= pcdm GH_TAGNAME= 690fdbdfc9fe482514161df1cd2bd994790c8a2d .include Index: branches/2019Q4/x11/pcdm/files/patch-rc.d_pcdm =================================================================== --- branches/2019Q4/x11/pcdm/files/patch-rc.d_pcdm (nonexistent) +++ branches/2019Q4/x11/pcdm/files/patch-rc.d_pcdm (revision 518249) @@ -0,0 +1,11 @@ +--- rc.d/pcdm.orig 2019-11-22 22:45:57 UTC ++++ rc.d/pcdm +@@ -51,7 +51,7 @@ pcdm_start() + echo "Starting PCDM." + #Start the PCDM login daemon + if [ ! -e /var/run/nologin ]; then +- ${command} ${pcdm_flags} ++ /usr/sbin/daemon -S -T pcdm ${command} ${pcdm_flags} + fi + } + Property changes on: branches/2019Q4/x11/pcdm/files/patch-rc.d_pcdm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2019Q4 =================================================================== --- branches/2019Q4 (revision 518248) +++ branches/2019Q4 (revision 518249) Property changes on: branches/2019Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r518248