Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.4_1 26 Feb 2024 18:40:36 |
Muhammad Moinur Rahman (bofh) |
x11/libXcm: Moved man to share/man
Approved by: portmgr (blanket) |
0.5.4 06 Jun 2022 11:19:04 |
Rene Ladan (rene) |
all: return bsam's ports to the pool after his commit bit got safekept |
0.5.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.4 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.5.4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.5.4 26 Dec 2016 17:26:57 |
mat |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
0.5.4 24 Dec 2016 22:06:20 |
bsam |
x11/libXcm: Update to version 0.5.4:
. fully API compatible;
. all known bugs were fixed;
. new features:
- allow only printable ascii for edid strings
- show _NET_DESKTOP_GEOMETRY event
. project has moved to github. |
0.5.3_3 22 Sep 2014 18:57:06 |
bsam |
x11/libXcm: it is not an Xorg lib, set USES=libtool, remove *.la files |
0.5.3_2 22 Sep 2014 18:06:48 |
bsam |
x11/libXcm: clear @dirrm, add INSTALL_TARGET=install-strip, USES=libtool:keepla |
0.5.3_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.5.3_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.5.3 17 Mar 2014 19:25:48 |
bsam |
x11/libXcm: update to version 0.5.3
Changes Overview:
* Patch for transposed EDID red y bits (Florian Hoch)
* add xcm-edid xcm-x11 xcm-ddc pkg-config file |
0.5.2 28 Sep 2013 19:34:21 |
bsam |
. support staging;
. use pathfix instead a reinplace command. |
0.5.2 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.5.2 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.5.2 15 Feb 2013 10:53:01 |
bsam |
The libXcm library is colour management helper for Xorg. It contains
a reference implementation of the X Color Management specification.
It allows to attach colour regions to X windows to communicate with
colour servers. |