summaryrefslogtreecommitdiff
path: root/x11/cde-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11/cde-devel: Update to the latest cdesktopenv-code commitCy Schubert2023-02-2122-997/+0
| | | | | | | | 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.
* x11/cde*: Fix build under LLVM15Cy Schubert2023-02-1522-0/+997
| | | | | | | | | 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 */ ^ ~~~~
* x11/cde*: Remove call to tzsetall()Cy Schubert2023-01-171-0/+11
| | | | | | | | | 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
* x11/cde-devel: Introduce x11/cde-develCy Schubert2022-08-059-0/+217
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.