Date: Thu, 15 Jan 2026 12:00:59 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Alexander Ziaee <ziaee@FreeBSD.org> Subject: git: 75e31b998ede - main - x11-fonts/dejavu: Remove stale pkg-message Message-ID: <6968d6fb.3a4aa.139f5757@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=75e31b998ede5b354e85880b1995f71252829ab3 commit 75e31b998ede5b354e85880b1995f71252829ab3 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2026-01-15 11:45:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-15 11:54:16 +0000 x11-fonts/dejavu: Remove stale pkg-message - Bump PORTREVISION for package change This pkg-message describes configuring the X11 freetype module, which has not existed in nearly two decades. The functionality is now part of the libxft, which does everything automatically. PR: 291894 --- x11-fonts/dejavu/Makefile | 3 +-- x11-fonts/dejavu/files/pkg-message.in | 17 ----------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/x11-fonts/dejavu/Makefile b/x11-fonts/dejavu/Makefile index c4b97d1430b5..5729209aa8b6 100644 --- a/x11-fonts/dejavu/Makefile +++ b/x11-fonts/dejavu/Makefile @@ -1,7 +1,7 @@ PORTNAME= dejavu PORTVERSION= 2.37 DISTVERSIONPREFIX= fonts-ttf- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_${PORTVERSION:R}_${PORTVERSION:E}/ @@ -29,7 +29,6 @@ NO_BUILD= yes PLIST_SUB= FCDIR=${FCDIR} FCDIR_LINKS=${FCDIR_LINKS} PORTDOCS= README.md langcover.txt status.txt unicover.txt -SUB_FILES= pkg-message FCDIR?= etc/fonts/conf.avail FCDIR_LINKS= ${FCDIR:S|conf.avail|conf.d|} diff --git a/x11-fonts/dejavu/files/pkg-message.in b/x11-fonts/dejavu/files/pkg-message.in deleted file mode 100644 index 716ad08885ef..000000000000 --- a/x11-fonts/dejavu/files/pkg-message.in +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: <<EOM -Make sure that the freetype module is loaded. If it is not, add the following -line to the "Modules" section of your X Windows configuration file: - - Load "freetype" - -Add the following line to the "Files" section of X Windows configuration file: - - FontPath "%%FONTSDIR%%/" - -Note: your X Windows configuration file is typically /etc/X11/XF86Config -if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. -EOM -} -]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6fb.3a4aa.139f5757>
