aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-08-12 04:01:49 +0000
committerCy Schubert <cy@FreeBSD.org>2022-08-12 04:01:49 +0000
commit815db75caec984b95977ccd12f8a2e384439dd11 (patch)
tree9ad8ef97fba3fbef2e17681100821ded8ce6563f
parenta2b1bcd596d73debb7854f81022611766a288389 (diff)
downloadports-815db75caec984b95977ccd12f8a2e384439dd11.tar.gz
ports-815db75caec984b95977ccd12f8a2e384439dd11.zip
x11/cde: Make cde-25 default
Upstream commit 9af0993de added font aliases, specifically gb2312.1980, which may be incompatible with some legacy Xm and Xaw apps however there is a circumvention recommended by the cdesktopenv-code upstream. That is to add -xrm '*international: true' to the affected app's arguments. A more elegant approach is to create a ~/.Xdefaults file containing the following example: XPostit.*international: false *international: true
-rw-r--r--x11/cde/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/cde/Makefile b/x11/cde/Makefile
index 703f1c2d56f2..9d0bdc057a01 100644
--- a/x11/cde/Makefile
+++ b/x11/cde/Makefile
@@ -1,7 +1,5 @@
VERSIONS= 24 25
-# The reason we will keep our main CDE metaport at 2.4.3 is to
-# avoid a POLA violation due to font differences.
-CDE_VERSION?= 24
+CDE_VERSION?= 25
MASTERDIR= ${.CURDIR}/../cde-${CDE_VERSION}