aboutsummaryrefslogtreecommitdiff
path: root/x11/cde
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2020-02-13 20:42:45 +0000
committerChris Rees <crees@FreeBSD.org>2020-02-13 20:42:45 +0000
commit1a7e4447047b9e5b7e32735b987182b6a92fcfe3 (patch)
tree92b9e0d980f41d789b0599ee0028b3f101ee6a1c /x11/cde
parent4b1be7f28281240e7928c67f094f084c1d45de56 (diff)
downloadports-1a7e4447047b9e5b7e32735b987182b6a92fcfe3.tar.gz
ports-1a7e4447047b9e5b7e32735b987182b6a92fcfe3.zip
Mark BROKEN on head, and make a couple of rc script fixes
PR: ports/243549 Submitted by: Mohamed Akram
Notes
Notes: svn path=/head/; revision=526065
Diffstat (limited to 'x11/cde')
-rw-r--r--x11/cde/Makefile2
-rw-r--r--x11/cde/files/dtcms.in4
-rw-r--r--x11/cde/files/dtspc.in4
3 files changed, 6 insertions, 4 deletions
diff --git a/x11/cde/Makefile b/x11/cde/Makefile
index 30b4a40096ac..a51f45313bc9 100644
--- a/x11/cde/Makefile
+++ b/x11/cde/Makefile
@@ -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 \
diff --git a/x11/cde/files/dtcms.in b/x11/cde/files/dtcms.in
index d855499bb461..9ee75961827a 100644
--- a/x11/cde/files/dtcms.in
+++ b/x11/cde/files/dtcms.in
@@ -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
diff --git a/x11/cde/files/dtspc.in b/x11/cde/files/dtspc.in
index a4b770342631..c7a2d9f1614e 100644
--- a/x11/cde/files/dtspc.in
+++ b/x11/cde/files/dtspc.in
@@ -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