Date: Mon, 27 Apr 2026 12:52:16 +0000 From: Kousuke Kannagi <mce@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e9729d4026ec - main - x11/libX11: Update pkg-descr Message-ID: <69ef5c00.26f6c.2c4a6bd1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mce: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9729d4026ece1b537d289c76402e6447100132b commit e9729d4026ece1b537d289c76402e6447100132b Author: Kousuke Kannagi <mce@FreeBSD.org> AuthorDate: 2026-04-26 22:01:03 +0000 Commit: Kousuke Kannagi <mce@FreeBSD.org> CommitDate: 2026-04-27 12:51:23 +0000 x11/libX11: Update pkg-descr Update COMMENT, WWW and pkg-descr. Add LICENSE_FILE. Remove unnecessary ac_cv_path_PS2PDF="". Remove REINPLACE_CMD added in PR 166373 to support clang cpp. PR: 289733 Approved by: x11 (arrowd) Approved by: osa (mentor) --- x11/libX11/Makefile | 12 ++++-------- x11/libX11/pkg-descr | 3 ++- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 308f5cbc8ff9..406b99c7b474 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,28 +1,24 @@ PORTNAME= libX11 DISTVERSION= 1.8.13 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= X11 library -WWW= https://www.freedesktop.org/Software/xlibs +COMMENT= Core X11 protocol client library +WWW= https://gitlab.freedesktop.org/xorg/lib/libx11 LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe tar:xz xorg xorg-cat:lib USE_XORG= xcb xtrans xorgproto CPE_VENDOR= x -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ --with-perl=no \ --disable-specs -CONFIGURE_ENV+= ac_cv_path_PS2PDF="" INSTALL_TARGET= install-strip -post-patch: - @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ - ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/x11/libX11/pkg-descr b/x11/libX11/pkg-descr index 10d5b623d234..9a8cb57e7564 100644 --- a/x11/libX11/pkg-descr +++ b/x11/libX11/pkg-descr @@ -1 +1,2 @@ -This package contains the X11 library. +This package contains the core X11 protocol client library (aka "Xlib"). +It provides a complete API for the basic functions of the window system.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef5c00.26f6c.2c4a6bd1>
