notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/cde/Makefile

Number of commits found: 28

Tuesday, 1 Aug 2023
10:51 Rene Ladan (rene) search for other commits by this committer
x11/cde: Remove cde-24 from the version list after its removal.
commit hash: 9a8e0635d7fa914b0edb15397bea22efd103ee53 commit hash: 9a8e0635d7fa914b0edb15397bea22efd103ee53 commit hash: 9a8e0635d7fa914b0edb15397bea22efd103ee53 commit hash: 9a8e0635d7fa914b0edb15397bea22efd103ee53 9a8e063
Friday, 12 Aug 2022
04:01 Cy Schubert (cy) search for other commits by this committer
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
commit hash: 815db75caec984b95977ccd12f8a2e384439dd11 commit hash: 815db75caec984b95977ccd12f8a2e384439dd11 commit hash: 815db75caec984b95977ccd12f8a2e384439dd11 commit hash: 815db75caec984b95977ccd12f8a2e384439dd11 815db75
Saturday, 6 Aug 2022
03:38 Cy Schubert (cy) search for other commits by this committer
x11/cde*: Rename cde to cde-24 and create cde meta port

In preparation of the introduction of CDE 2.5.0 to the ports tree,
rename the existing cde port to cde-24 and add a new cde meta port.
The reason for this is that CDE 2.5.0 appears to address some font
issues which negatively affects legacy Xm and Xaw apps.
commit hash: 9ce4140c0c6697e1d677f608a9ff3247853791e3 commit hash: 9ce4140c0c6697e1d677f608a9ff3247853791e3 commit hash: 9ce4140c0c6697e1d677f608a9ff3247853791e3 commit hash: 9ce4140c0c6697e1d677f608a9ff3247853791e3 9ce4140
03:38 Cy Schubert (cy) search for other commits by this committer
x11/cde-25: Introduce the new x11/cde-25

CDE 2.5.0 has many improvements however some users may discover that
fonts used by legacy Xm and Xaw apps are unreadable due to legacy apps
using the gb2312.1980 font registry. For now cde-24 will remain the
default cde however users can install cde-25 for new features and
bugfixes.
commit hash: c8e0c7d6091caf050b55cc256fb335e7ffc77db5 commit hash: c8e0c7d6091caf050b55cc256fb335e7ffc77db5 commit hash: c8e0c7d6091caf050b55cc256fb335e7ffc77db5 commit hash: c8e0c7d6091caf050b55cc256fb335e7ffc77db5 c8e0c7d
Friday, 8 Jul 2022
13:42 Cy Schubert (cy) search for other commits by this committer
Revert "x11/cde: Mark unbroken on i386"

x11/cde on i386 is broken on the package build infrastructure because
it cannot bind to a temporary of type va_list. Some users have reported
that they can build it by hand using ports however there is no solution
for the problem on the FreeBSD poudriere.

This reverts commit 25db2173606446697bb4b5b376420c492e1f549c.

MFH:	2022Q3
commit hash: c56da4a4b0a36b1d6b03f0d3806e663a685fea70 commit hash: c56da4a4b0a36b1d6b03f0d3806e663a685fea70 commit hash: c56da4a4b0a36b1d6b03f0d3806e663a685fea70 commit hash: c56da4a4b0a36b1d6b03f0d3806e663a685fea70 c56da4a
Tuesday, 5 Jul 2022
14:29 Cy Schubert (cy) search for other commits by this committer
x11/cde: Mark unbroken on i386

A user reports that CDE does build correctly on i386.

Reported by:	William Macintosh <bill.macintosh@icloud.com>
MFH:		2022Q3
commit hash: 25db2173606446697bb4b5b376420c492e1f549c commit hash: 25db2173606446697bb4b5b376420c492e1f549c commit hash: 25db2173606446697bb4b5b376420c492e1f549c commit hash: 25db2173606446697bb4b5b376420c492e1f549c 25db217
Monday, 14 Feb 2022
11:38 Piotr Kubaj (pkubaj) search for other commits by this committer
x11/cde: actually fix build on powerpc64le

This port doesn't respect setting FLAGS via Makefile, so -DPOWERPC64LE goes
unnoticed.

Switch to ifdef __powerpc64__.
commit hash: 98b88b839df1a88f538b8bfdc74e9734b0df7ea3 commit hash: 98b88b839df1a88f538b8bfdc74e9734b0df7ea3 commit hash: 98b88b839df1a88f538b8bfdc74e9734b0df7ea3 commit hash: 98b88b839df1a88f538b8bfdc74e9734b0df7ea3 98b88b8
Sunday, 13 Feb 2022
01:14 Cy Schubert (cy) search for other commits by this committer
x11/cde: Fix build under 14-CURRENT

Under 14-CURRENT MALLOC_PRODUCTION is not set which puts malloc() into
debug mode. In debug mode malloc() enables opt.junk to write junk to
newly malloc()ed heap in order to help developers discover memory
allocation bugs. Unfortunately CDE's dtinfogen assumes newly malloc()ed
memory is zero filled (i.e. not filled with junk), resulting in
"flex scanner jammed". This likely causes parsing of the junk past the
end of any legitimate statements. This affects stock 14-CURRENT without
MALLOC_PRODUCTION enabled. This is accomplished by setting the
make environment variable MALLOC_CONF=junk:false. See malloc(3) for
a complete description of MALLOC_CONF=junk:false.

MFH:		2022Q1
commit hash: 50324bba317cf1f58e8c434e0e2ed129cded3887 commit hash: 50324bba317cf1f58e8c434e0e2ed129cded3887 commit hash: 50324bba317cf1f58e8c434e0e2ed129cded3887 commit hash: 50324bba317cf1f58e8c434e0e2ed129cded3887 50324bb
Saturday, 22 Jan 2022
22:57 Cy Schubert (cy) search for other commits by this committer
x11/cde: Fix a typo

Reported by:	adridg
commit hash: 235153c84f41c06ba188bf3df297a6e87b2fe339 commit hash: 235153c84f41c06ba188bf3df297a6e87b2fe339 commit hash: 235153c84f41c06ba188bf3df297a6e87b2fe339 commit hash: 235153c84f41c06ba188bf3df297a6e87b2fe339 235153c
16:00 Cy Schubert (cy) search for other commits by this committer
x11/cde: Handle undstrippable outputs

Stripping unstrippable files results in ecp.* files. Deal with the
fallout.

PR:		261359, 261359
commit hash: ba5de232fe34dc71085e96d1df7937bea080f4d6 commit hash: ba5de232fe34dc71085e96d1df7937bea080f4d6 commit hash: ba5de232fe34dc71085e96d1df7937bea080f4d6 commit hash: ba5de232fe34dc71085e96d1df7937bea080f4d6 ba5de23
Friday, 21 Jan 2022
18:55 Cy Schubert (cy) search for other commits by this committer
x11/cde: Mark BROKEN on armv7

STAGEDIR contains numerous intermediate files likely used during the
install process which are not in the final STAGEDIR on other platforms.
An example of one of the 5830 orphaned files is:
dt/app-defaults/C/ecp.2AeDmfIk.

PR:		261359
commit hash: 03c319e5e9f2bd0244819d0d74159d98c10842d2 commit hash: 03c319e5e9f2bd0244819d0d74159d98c10842d2 commit hash: 03c319e5e9f2bd0244819d0d74159d98c10842d2 commit hash: 03c319e5e9f2bd0244819d0d74159d98c10842d2 03c319e
Thursday, 20 Jan 2022
22:44 Cy Schubert (cy) search for other commits by this committer
x11/cde: Fix armv7 build

In attempting to fix powerpc64le, c66a851d13783558a8fa17ffcf64759a0c1b5bab
broke armv7. Fix it.

PR:		261359
Reported by:	Robert Clausecker <fuz@fuz.su>
Fixes:		c66a851d13783558a8fa17ffcf64759a0c1b5bab
commit hash: 47d8fb3af3f0e411edcb06a9c694813404c8fe39 commit hash: 47d8fb3af3f0e411edcb06a9c694813404c8fe39 commit hash: 47d8fb3af3f0e411edcb06a9c694813404c8fe39 commit hash: 47d8fb3af3f0e411edcb06a9c694813404c8fe39 47d8fb3
Monday, 9 Aug 2021
20:15 Cy Schubert (cy) search for other commits by this committer
x11/cde: Update to 2.4.0

This commit updates x11/cde from 2.3.2 to 2.4.0. 2.4.0 fixes a local
privilege escalation in dteseesion, DtSvc.

Other changes include:

- 2.4.0 builds under FreeBSD 14-CURRENT using both poudriere (as before)
  and now directly on the command line using make.

- i386 is now broken because it cannot bind to a temporary of type va_list.

- This commit also changes maintainership to myself (cy) as requested
  by crees (maintainer) in PR/257148.

PR:		257148
Submitted by:	cy
Reported by:	cy
Approved by:	crees
MFH:		2021-Q3
Security:	CVE-2020-2696/VU#308289
Security:	VuXML: 848bdd06-f93a-11eb-9f7d-206a8a720317
commit hash: 49a90dc82f1fb8f49c98f505d3b6ac811ea47884 commit hash: 49a90dc82f1fb8f49c98f505d3b6ac811ea47884 commit hash: 49a90dc82f1fb8f49c98f505d3b6ac811ea47884 commit hash: 49a90dc82f1fb8f49c98f505d3b6ac811ea47884 49a90dc
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 20 Feb 2021
21:37 crees search for other commits by this committer
x11/cde: Sadly, broken on all archs for head
Original commitRevision:566192 
Friday, 19 Feb 2021
21:28 crees search for other commits by this committer
x11/cde: Still broken on head for i386
Original commitRevision:566102 
Tuesday, 16 Feb 2021
16:42 crees search for other commits by this committer
x11/cde: Update to 2.3.2

Make a few fixes for head, and add appropriate messages for dtlogin
Original commitRevision:565414 
Monday, 8 Feb 2021
14:11 bapt search for other commits by this committer
Bump portrevision after the fix on the startup script
Original commitRevision:564704 
Thursday, 13 Feb 2020
20:42 crees search for other commits by this committer
Mark BROKEN on head, and make a couple of rc script fixes

PR:		ports/243549
Submitted by:	Mohamed Akram
Original commitRevision:526065 
Monday, 6 Jan 2020
21:27 crees search for other commits by this committer
x11/cde: update to 2.3.1 and unbreak

PR:		ports/242663
Submitted by:	mikael.urankar@gmail.com
Original commitRevision:522277 
Tuesday, 29 Oct 2019
19:11 zeising search for other commits by this committer
x11/cde: Remove dependency on libXp

Remove the dependency on libXp, which is not needed.  libXp is deprecated
and slated for removal.
Original commitRevision:516030 
Tuesday, 17 Sep 2019
17:45 antoine search for other commits by this committer
Mark BROKEN with lld

Reported by:	pkg-fallout
MFH:		2019Q3
Original commitRevision:512218 
Thursday, 20 Jun 2019
19:19 crees search for other commits by this committer
x11/cde: Add dtlogin rc script

Remove double ksh dependency

Pet portlint

Mark BROKEN on head:

cc -o dthelpview -O2 -fno-strict-aliasing -Wno-write-strings -Wno-unused-result
-Wno-deprecated-register -pipe    -L../../../exports/lib -L/usr/local/lib
-L/usr/local/lib Main.o ManPage.o Util.o version.o -lDtHelp -lDtSvc -ltt -lXm
-lXt -lSM -lICE -lXext -lX11 -L/usr/local/dt/lib -L/usr/local/lib
-L/usr/local/lib   -liconv  -lm -lstdc++
ld: error: ../../../exports/lib/libDtHelp.so: undefined reference to
jpeg_CreateDecompress

[...]
Original commitRevision:504733 
Wednesday, 24 Apr 2019
19:34 crees search for other commits by this committer
x11/cde: Fix building on FreeBSD 12

Add some missing dependencies and a couple more shebang fixes

PR:		ports/237518
Submitted by:	Thomas Merkel
MFH:		2019Q2 (build fix)
Original commitRevision:499898 
Monday, 11 Mar 2019
21:25 zeising search for other commits by this committer
x11-fonts/mkfontscale: Update to 1.2.0

Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
Original commitRevision:495395 
Friday, 11 Jan 2019
16:12 amdmi3 search for other commits by this committer
- Remove obsolete OSVERSION condition

Approved by:	portmgr blanket
Original commitRevision:489982 
Monday, 5 Nov 2018
18:49 crees search for other commits by this committer
Update to 2.3.0

Move to more correct x11 category

Unbreak

Incorporate changes and improvements made by Mikael Urankar

PR:		ports/221102
Submitted by:	mikael.urankar@gmail.com

Various other cleanups; correct pkg-message and add ksh dependency

PR:		ports/220572
Submitted by:	pfg
Original commitRevision:484207 

Number of commits found: 28