Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2020 20:42:45 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526065 - in head/x11/cde: . files
Message-ID:  <202002132042.01DKgjm0005572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Thu Feb 13 20:42:45 2020
New Revision: 526065
URL: https://svnweb.freebsd.org/changeset/ports/526065

Log:
  Mark BROKEN on head, and make a couple of rc script fixes
  
  PR:		ports/243549
  Submitted by:	Mohamed Akram

Modified:
  head/x11/cde/Makefile
  head/x11/cde/files/dtcms.in
  head/x11/cde/files/dtspc.in

Modified: head/x11/cde/Makefile
==============================================================================
--- head/x11/cde/Makefile	Thu Feb 13 20:22:46 2020	(r526064)
+++ head/x11/cde/Makefile	Thu Feb 13 20:42:45 2020	(r526065)
@@ -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		\

Modified: head/x11/cde/files/dtcms.in
==============================================================================
--- head/x11/cde/files/dtcms.in	Thu Feb 13 20:22:46 2020	(r526064)
+++ head/x11/cde/files/dtcms.in	Thu Feb 13 20:42:45 2020	(r526065)
@@ -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

Modified: head/x11/cde/files/dtspc.in
==============================================================================
--- head/x11/cde/files/dtspc.in	Thu Feb 13 20:22:46 2020	(r526064)
+++ head/x11/cde/files/dtspc.in	Thu Feb 13 20:42:45 2020	(r526065)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002132042.01DKgjm0005572>