Mark BROKEN on head, and make a couple of rc script fixes

PR:		ports/243549
Submitted by:	Mohamed Akram
This commit is contained in:
Chris Rees 2020-02-13 20:42:45 +00:00
parent 4b1be7f282
commit 1a7e444704
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526065
3 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= cde
DISTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF/cdesktopenv/src/
@ -12,6 +13,7 @@ LICENSE= LGPL21
BROKEN_mips64= fails to build: ./config/imake/imake: No such file or directory
BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or directory
BROKEN_FreeBSD_13= fails to build: flex scanner jammed
BUILD_DEPENDS= ksh93:shells/ksh93 \
bdftopcf:x11-fonts/bdftopcf \

View File

@ -20,9 +20,9 @@ load_rc_config $name
: ${dtcms_enable:=NO}
command=/usr/sbin/daemon
command_args="-P $pidfile %%PREFIX%%/dt/bin/rpc.cmsd"
start_precmd="force_depend rpcbind || exit 1"
pidfile=/var/run/dtcms.pid
command=/usr/sbin/daemon
command_args="-P $pidfile %%PREFIX%%/dt/bin/rpc.cmsd"
run_rc_command $1

View File

@ -20,10 +20,10 @@ load_rc_config $name
: ${dtspc_enable:=NO}
command=/usr/sbin/daemon
command_args="-P $pidfile %%PREFIX%%/dt/bin/dtspcd"
start_precmd="force_depend rpcbind || exit 1 && ln -sf %%PREFIX%%/dt /usr/dt && ln -sf %%PREFIX%%/etc/dt /etc/dt"
stop_postcmd="[ -L /usr/dt -a -L /etc/dt ] && rm /usr/dt /etc/dt"
pidfile=/var/run/dtspc.pid
command=/usr/sbin/daemon
command_args="-P $pidfile %%PREFIX%%/dt/bin/dtspcd"
run_rc_command $1