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/libXcm/Makefile

Number of commits found: 17

Monday, 26 Feb 2024
18:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11/libXcm: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: cbe3c782a0bf83c5d7000313971a50cd73f16813 commit hash: cbe3c782a0bf83c5d7000313971a50cd73f16813 commit hash: cbe3c782a0bf83c5d7000313971a50cd73f16813 commit hash: cbe3c782a0bf83c5d7000313971a50cd73f16813 cbe3c78
Monday, 6 Jun 2022
11:19 Rene Ladan (rene) search for other commits by this committer
all: return bsam's ports to the pool after his commit bit got safekept
commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f commit hash: 65e2c3c3bb0096beceeab57c5939a07cf998f48f 65e2c3c
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
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
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.
Original commitRevision:517000 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
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
Original commitRevision:479406 
Monday, 26 Dec 2016
17:26 mat search for other commits by this committer
Fix USE_GITHUB usage.

Sponsored by:	Absolight
Original commitRevision:429555 
Saturday, 24 Dec 2016
22:06 bsam search for other commits by this committer
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.
Original commitRevision:429383 
Monday, 22 Sep 2014
18:57 bsam search for other commits by this committer
x11/libXcm: it is not an Xorg lib, set USES=libtool, remove *.la files
Original commitRevision:368987 
18:06 bsam search for other commits by this committer
x11/libXcm: clear @dirrm, add INSTALL_TARGET=install-strip, USES=libtool:keepla
Original commitRevision:368981 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
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).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 17 Mar 2014
19:25 bsam search for other commits by this committer
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
Original commitRevision:348498 
Saturday, 28 Sep 2013
19:34 bsam search for other commits by this committer
. support staging;
. use pathfix instead a reinplace command.
Original commitRevision:328623 
Friday, 20 Sep 2013
23:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Original commitRevision:327777 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 15 Feb 2013
10:53 bsam search for other commits by this committer
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.
Original commitRevision:312284 

Number of commits found: 17