mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
The x11/cde-devel port will track the CDE master development branch. The cdesktopenv-code git repo on sourceforge is mirrored using my github account and FreeBSD ports plumbing is used to fetch tarballs from github. This port uses the x11/cde-25 port/pkg coexistence methodology to allow it to be installed while a more stable version of x11/cde* is installed, allowing users to safely use the port with a quick fallback should the upstream software significanly break. Users should ensure that their ~/.dt is backed up prior to switching from a stable version of x11/cde* to x11/cde-devel or back again.
11 lines
651 B
C
11 lines
651 B
C
--- programs/dtcm/dtcm/calendarA.c.orig 2021-07-03 12:35:15.000000000 -0700
|
|
+++ programs/dtcm/dtcm/calendarA.c 2021-07-12 13:58:22.306477000 -0700
|
|
@@ -2047,7 +2047,7 @@
|
|
set_message(c->message_text, buf);
|
|
|
|
sprintf(buf, "%s\n%s: %s, %s: %s", CATGETS(c->DT_catd, 1, 91,
|
|
- "rpc.cmsd is not responding for your user name.\nMake sure the inetd process is running and the entry\nin inetd.conf for rpc.cmsd is correct for your host."),
|
|
+ "rpc.cmsd is not responding for your user name.\nMake sure the inetd process is running and the entry\nin /etc/rc.conf for rpc.cmsd is correct for your host."),
|
|
nl_user, name,
|
|
nl_host, host);
|
|
|