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

Number of commits found: 14

Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Tuesday, 27 Jun 2023
11:44 Jan Beich (jbeich) search for other commits by this committer
x11/libxcvt: drop USE_GITLAB to get non-FreeBSD mirrors

Not using USES=xorg-cat to avoid cruft:
- unused by xorg-server after ports 88b0ae2bb9c6
- USES=pkgconfig is unused by libxcvt
- USE_XORG=xorg-macros is unused with USES=meson
- USES=pathfix is unused with USES=meson
- EXTRACT_SUFX=tar.bz2 is unused by new releases/projects
commit hash: 4b7b1d6e91e8920886ea128a32e198d69d2233e9 commit hash: 4b7b1d6e91e8920886ea128a32e198d69d2233e9 commit hash: 4b7b1d6e91e8920886ea128a32e198d69d2233e9 commit hash: 4b7b1d6e91e8920886ea128a32e198d69d2233e9 4b7b1d6
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 2 Aug 2022
07:26 Baptiste Daroussin (bapt) search for other commits by this committer
xorg: upgrade to 21.1.4

Port changes:
- flavorize the port
- decouple Xwayland as it has been split from Xorg
- switch to meson
- cleanup non necessary patches anymore
- stop butchering the build system to play with Xorg.wrap but do it
  in post-install
- remove dmx (no longer existing)
- use libmd for sha1 (remove dependency on open/libre ssl)
- always activate RPC security
- simplify postinstall/deinstall script and make them cross install friendly
- remove the SUID option and make it the default, we cannot startx as user
without it
- only keep the mesa-dri dependency on xorg-server not others

xf86-video-ati: fix build with recent xorg

While here incorporate a patch which prevent crash of the driver
when xrandr is invoked

Update x11/libxcvt to provide cvt(1) and friends which are not provided anymore
Xorg

Reviewed by:		tcberner, manu, jbeich
Approved by:		tcberner, manu
Differential Revision:	https://reviews.freebsd.org/D35661
commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e 88b0ae2
Wednesday, 20 Jul 2022
13:16 Jan Beich (jbeich) search for other commits by this committer
x11/libxcvt: update to 0.1.2

Changes:	https://gitlab.freedesktop.org/xorg/lib/libxcvt/compare/libxcvt-0.1.1...libxcvt-0.1.2
Reported by:	Repology
commit hash: a684b28ea8d3b02a9d97b1055445a1e334f60caa commit hash: a684b28ea8d3b02a9d97b1055445a1e334f60caa commit hash: a684b28ea8d3b02a9d97b1055445a1e334f60caa commit hash: a684b28ea8d3b02a9d97b1055445a1e334f60caa a684b28
Thursday, 28 Oct 2021
00:52 Jan Beich (jbeich) search for other commits by this committer
x11/libxcvt: update to 0.1.1

Changes:	https://gitlab.freedesktop.org/xorg/lib/libxcvt/compare/libxcvt-0.1.0...libxcvt-0.1.1
Reported by:	Repology
commit hash: 5511ce907110f4f11fd37c3db337edb4ae8f475b commit hash: 5511ce907110f4f11fd37c3db337edb4ae8f475b commit hash: 5511ce907110f4f11fd37c3db337edb4ae8f475b commit hash: 5511ce907110f4f11fd37c3db337edb4ae8f475b 5511ce9
Thursday, 8 Jul 2021
10:53 Jan Beich (jbeich) search for other commits by this committer
x11/libxcvt: switch to DISTVERSION after a2c98c9879ac

$ portlint -C
FATAL: Makefile: PORTVERSION appears out-of-order.
FATAL: Makefile: order must be
PORTNAME/PORTVERSION/DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/MASTER_SITES/MASTER_SITE_SUBDIR/PROJECTHOST/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/EXTRACT_SUFX/DISTFILES(_\w+)?/DIST_SUBDIR/EXTRACT_ONLY.
commit hash: f5bc8ca662616b697773008ee3a37974921af757 commit hash: f5bc8ca662616b697773008ee3a37974921af757 commit hash: f5bc8ca662616b697773008ee3a37974921af757 commit hash: f5bc8ca662616b697773008ee3a37974921af757 f5bc8ca
10:43 Jan Beich (jbeich) search for other commits by this committer
x11/libxcvt: update to 0.1.0

Changes:	https://gitlab.freedesktop.org/xorg/lib/libxcvt/compare/035653311d35...libxcvt-0.1.0
commit hash: a2c98c9879acb3717fdebb0deb26d435a56d9e8a commit hash: a2c98c9879acb3717fdebb0deb26d435a56d9e8a commit hash: a2c98c9879acb3717fdebb0deb26d435a56d9e8a commit hash: a2c98c9879acb3717fdebb0deb26d435a56d9e8a a2c98c9
Tuesday, 6 Jul 2021
08:53 Jan Beich (jbeich) search for other commits by this committer
x11/libxcvt: update to s20210626

Changes:	https://gitlab.freedesktop.org/xorg/lib/libxcvt/compare/81747a3d1270...035653311d35
commit hash: d26939a2cec5385a5c195010f783ed0316b8c37f commit hash: d26939a2cec5385a5c195010f783ed0316b8c37f commit hash: d26939a2cec5385a5c195010f783ed0316b8c37f commit hash: d26939a2cec5385a5c195010f783ed0316b8c37f d26939a
08:52 Jan Beich (jbeich) search for other commits by this committer
x11/libxcvt: chase upstream move
commit hash: 39441135449979f0801445762a5563f08ba5c379 commit hash: 39441135449979f0801445762a5563f08ba5c379 commit hash: 39441135449979f0801445762a5563f08ba5c379 commit hash: 39441135449979f0801445762a5563f08ba5c379 3944113
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, 25 Mar 2021
18:58 jbeich search for other commits by this committer
x11/libxcvt: avoid conflict with xorg-server

Nowadays, kde5 depends on both xorg-server and xwayland-devel.
Once upstream of both switches to libxcvt and xwayland-devel is
updated it'd make kde5 uninstallable. Backporting to xorg-server
is complicated by numerious patch conflicts and autotools.

Stop installing cvt(1) as Xwayland doesn't use xorg.conf(5).
Original commitRevision:569221 
17:34 jbeich search for other commits by this committer
x11/libxcvt: add new port

libxcvt is a library providing a standalone version of the X server
implementation of the VESA CVT standard timing modelines generator.

libxcvt also provides a standalone version of the command line tool
cvt copied from the Xorg implementation and is meant to be a direct
replacement to the version provided by the Xorg server.

https://gitlab.freedesktop.org/ofourdan/libxcvt
Original commitRevision:569219 

Number of commits found: 14