Port details |
- cde-devel Common Desktop Environment
- 2024.09.09_4 x11 =2 2024.07.21_3Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: 2022-08-06 03:47:29
- Last Update: 2024-10-21 23:43:54
- Commit Hash: d95bff8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://sourceforge.net/p/cdesktopenv/wiki/Home/
- Description:
- CDE - The Common Desktop Environment is X Windows desktop environment
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cde-devel>0:x11/cde-devel
- To install the port:
- cd /usr/ports/x11/cde-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/cde-devel
- pkg install cde-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cde-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727821077
SHA256 (cschuber-cdesktopenv-code-2024.09.09-fbc948803_GH0.tar.gz) = 0da2c052b5c7c8039451fbcac5c4227502c9e0350c7282f1c7645e5d2248eeb2
SIZE (cschuber-cdesktopenv-code-2024.09.09-fbc948803_GH0.tar.gz) = 57518593
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ksh93 : shells/ksh
- bdftopcf : x11-fonts/bdftopcf
- mkfontscale>=0 : x11-fonts/mkfontscale
- biconv : converters/iconv
- fontconfig.pc : x11-fonts/fontconfig
- freetype2.pc : print/freetype2
- onsgmls : textproc/opensp
- xrdb : x11/xrdb
- sessreg : x11/sessreg
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- xext.pc : x11/libXext
- xinerama.pc : x11/libXinerama
- xmu.pc : x11-toolkits/libXmu
- xscrnsaver.pc : x11/libXScrnSaver
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- ksh93 : shells/ksh
- fc-cache : x11-fonts/fontconfig
- freetype2.pc : print/freetype2
- xrdb : x11/xrdb
- xset : x11/xset
- sessreg : x11/sessreg
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xdmcp.pc : x11/libXdmcp
- xext.pc : x11/libXext
- xinerama.pc : x11/libXinerama
- xmu.pc : x11-toolkits/libXmu
- xscrnsaver.pc : x11/libXScrnSaver
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- liblmdb.so : databases/lmdb
- libiconv.so : converters/libiconv
- libjpeg.so : graphics/jpeg-turbo
- libXm.so.4 : x11-toolkits/open-motif
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_cde-devel
- USES:
- autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 shebangfix tcl:86 xorg
- pkg-message:
- For install:
- CDE - The Common Desktop Environment is an X Windows desktop environment
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX, and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open source license by The Open Group.
Common Desktop Environment requires the Subprocess Control Service,
dtcms, and the inetd super server to fully function.
First, add the following line to /etc/inetd.conf:
dtspc stream tcp nowait root /usr/local/dt/bin/dtspcd /usr/local/dt/bin/dtspcd
Second, add the following line to /etc/services:
dtspc 6112/tcp # CDE Subprocess Control Service
# sysrc rpcbind_enable=YES
# sysrc dtcms_enable=YES
# sysrc inetd_enable=YES
# service rpcbind start && service dtcms start && service inetd start
Finally, make sure to add /usr/local/dt/bin to your path.
To start the Common Desktop Environment:
% env LANG=C startx /usr/local/dt/bin/Xsession
Alternatively, if you want to use the Login Manager as well, create
/usr/local/etc/X11/Xwrapper.config and add this line:
allowed_users=anybody
To start the Common Desktop Enviroment Login Manager:
% /usr/local/dt/bin/dtlogin -daemon
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.09.09_4 21 Oct 2024 23:43:54 |
Cy Schubert (cy) Author: Alexander Ziaee |
x11/cde*: Improve pkg-message
+ history from upstream
+ improve sysrc examples
+ apply editorial polish
+ startx without linking
PR: 282229
Discussed with: cy |
2024.09.09_3 01 Oct 2024 22:35:34 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2024.07.21_3 04 Sep 2024 01:57:27 |
Cy Schubert (cy) |
x11/cde*: Remove llvm16 dependency
llvm16 is no longer needed to build the x11/cde ports. However this now
exposes a dependency on databases/lmdb. |
2024.07.21_2 03 Sep 2024 22:15:30 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2024.06.02_2 03 Jun 2024 14:51:49 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account.
This includes an upstreamed fix (see bcdfa5b4d8af) to a dtcm link issue
caused by src bb421be6c117 moving ftime(3) from libcompat to libutil. |
2024.03.02_2 02 Jun 2024 22:17:59 |
Cy Schubert (cy) |
x11/cde*: Catch up to src bb421be6c117
src bb421be6c117 moved ftime(3) to libutil. This resulted in this
error:
ld: error: undefined symbol: ftime
>>> referenced by getdate.c
>>> libDtCmP_a-getdate.o:(cm_getdate) in archive
../libDtCmP/libDtCmP.a
There are other programs and libraries that also reference ftime(3).
Rather than patch each Makefile.am, add -lutil to LDFLAGS.
MFH: 2024Q2 |
2024.03.02_2 03 Mar 2024 08:54:01 |
Cy Schubert (cy) |
x11/cde*: Add a note about $PATH
CDE is installed in ${PREFIX}/dt, as it was installed in /usr/dt on
platforms like Solaris and Tru64. |
2024.03.02_1 03 Mar 2024 03:17:22 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account.
This includes a fix to dtterm title and icon Sun esc seqs, where replies
with "%s" when given either "CSI 20 t" or "CSI 21 t". i.e.,
Example of wrong behaviour:
$ echo "^[[21t"
$ l%s
Example of correct behaviour:
$ echo "^[[21t"
$ lTerminal |
2024.01.11_1 17 Feb 2024 05:45:39 |
Cy Schubert (cy) |
x11/cde*: Work around a SIGBUS in dtcreate
dtcreate has been experiencing SIGBUS since llvm 17 import. Fall back
to llvm 16 until this problem can be more thoroughly investigated. |
2024.01.11 07 Feb 2024 00:41:21 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2023.12.01 22 Jan 2024 12:26:15 |
Muhammad Moinur Rahman (bofh) |
x11/cde-devel: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2023.12.01 03 Jan 2024 16:41:11 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2023.10.18 19 Nov 2023 14:03:29 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2023.08.16_2 28 Aug 2023 16:35:30 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2023.06.12_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2023.06.12_1 13 Jul 2023 17:57:39 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2023.04.01_1 03 Jul 2023 12:52:25 |
Cy Schubert (cy) |
x11/cde*: Bump PORTREVISION for c3a960a1872c
Fixes: c3a960a1872c
MFH: 2023Q3 |
2023.04.01 03 Jul 2023 12:47:16 |
Cy Schubert (cy) |
x11/cde*: Add missing shebang script
During 2023Q3 testing (using pudriere bulk -t, which enables
DEVELOPER mode), it was discovered that a tcl script was not getting
fixed by shabangfix. This commit fixes that.
Reported by: dizzy
MFH: 2023Q3 |
2023.04.01 26 Jun 2023 18:41:08 |
Cy Schubert (cy) |
x11/cde-devel: Address multiple build failures with LLVM16
/usr/local/include/Xm/Xm.h:1516:25: error: ISO C++17 does not allow 'register'
storage class specifier [-Wregister]
register int to_type) ;
^~~~~~~~~ |
2023.04.01 17 Apr 2023 23:04:05 |
Cy Schubert (cy) |
x11/cde-devel: Fix build due to missing dependency |
2023.04.01 17 Apr 2023 21:28:46 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2023.02.26 18 Mar 2023 03:24:28 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2023.02.18 21 Feb 2023 18:12:10 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account.
This commit in effect reverts ba49bacd3954 as our cdedesktoptools upstream
have accepted and committed my pull request to fix build errors flagged by
LLVM15. |
2023.02.04_3 15 Feb 2023 22:31:46 |
Cy Schubert (cy) |
x11/cde-devel: Fix plist
${LOCALBASE}/dt/man has returned as a symlink.
Fixes: c3fbfb67ab9f |
2023.02.04_3 15 Feb 2023 19:29:13 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2022.10.01_3 15 Feb 2023 16:55:04 |
Cy Schubert (cy) |
x11/cde*: Fix build under LLVM15
Fix many -Wint-conversion error such as the example below, including
an aso atomics.
connect.c:87:12: error: incompatible pointer to integer conversion initializing
'LONG' (aka 'int') with an expression of type 'void *' [-Wint-conversion]
DB_ADDR mdba = NULL; /* db address of current member record */
^ ~~~~ |
2022.10.01_3 17 Jan 2023 21:12:12 |
Cy Schubert (cy) |
x11/cde*: Remove .bak files from package
Remove unneeded and redundant .bak files from the package.
PR: 268989
Reported by: mikael
MFH: 2023Q1 |
2022.10.01_2 17 Jan 2023 21:12:11 |
Cy Schubert (cy) |
x11/cde*: Remove call to tzsetall()
As of src d5c85ac6526d, the tzcode update removed the tzsetwall()
function. Our tzcode upstream removed tzsetwall() in their commit
d36f8f5b6983. The reason they did this was that tzsetwall() was
"undocumented and ineffective."
MFH: 2023Q1 |
2022.10.01_1 17 Jan 2023 21:12:11 |
Cy Schubert (cy) |
x11/cde-*: Depend on the more modern shells/ksh
Upstream already uses and depends on ksh93/ksh. Depend on it instead of the
older ast/ksh.
MFH: 2023Q1 |
2022.10.01 02 Oct 2022 23:32:09 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2022.08.28 12 Sep 2022 04:11:34 |
Cy Schubert (cy) |
x11/cde-{25,devel}: Remove BROKEN for imake build issues
As of 2.5.0 (from HISTORY in the tarball),
This release is the first to use autotools for building. The Imake
build system is gone. No doubt there is more improvement that can be
done here (support cross compiling, make uninstall, etc), but
everything is functional. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.08.28 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.08.28 05 Sep 2022 16:28:58 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account.
The notable change in this update is dtsession loading the appropriate
font for xterm as needed. |
2022.08.26 28 Aug 2022 21:43:22 |
Cy Schubert (cy) |
x11/cde-devel: Correct distinfo |
2022.08.26 28 Aug 2022 21:38:20 |
Cy Schubert (cy) |
x11/cde-devel: Push date
Date should have been updated too.
Pointy hat to: cy |
2022.08.13 28 Aug 2022 21:16:44 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2022.08.13 15 Aug 2022 14:42:06 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2022.08.07 12 Aug 2022 05:33:11 |
Cy Schubert (cy) |
x11/cde-devel: Update to the latest cdesktopenv-code commit
Update to the latest cdedesktop-code commit proxied through my GH account. |
2022.07.31 06 Aug 2022 03:38:58 |
Cy Schubert (cy) |
x11/cde-devel: Introduce x11/cde-devel
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. |