Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 20:56:28 +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: 18ad07fdc095 - main - x11-toolkits/libXt: Update to 1.3.1
Message-ID:  <69f3c1fc.45609.5f26cb30@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=18ad07fdc095dffa8101c51fcfd4a4659ff3b70a

commit 18ad07fdc095dffa8101c51fcfd4a4659ff3b70a
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-03-29 05:05:34 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-04-30 20:55:52 +0000

    x11-toolkits/libXt: Update to 1.3.1
    
    Update Comment, WWW and pkg-descr.
    Remove REINPLACE_CMD added in PR 166373 to support clang cpp.
    
    https://lists.x.org/archives/xorg-announce/2024-November/003560.html
    
    PR:             286918
    Approved by:    x11 (arrowd)
    Reviewed by:    osa (mentor), fluffy (mentor)
---
 x11-toolkits/libXt/Makefile  | 11 +++--------
 x11-toolkits/libXt/distinfo  |  6 +++---
 x11-toolkits/libXt/pkg-descr |  5 ++++-
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile
index 7d22b8422e0a..7da487413b25 100644
--- a/x11-toolkits/libXt/Makefile
+++ b/x11-toolkits/libXt/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	libXt
-DISTVERSION=	1.3.0
+DISTVERSION=	1.3.1
 PORTEPOCH=	1
 CATEGORIES=	x11-toolkits
 
 MAINTAINER=	x11@FreeBSD.org
-COMMENT=	X Toolkit library
-WWW=		https://www.freedesktop.org/wiki/Software/xlibs/
+COMMENT=	X Toolkit Intrinsics library
+WWW=		https://gitlab.freedesktop.org/xorg/lib/libxt
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -15,13 +15,8 @@ USE_XORG=	x11 sm ice xorgproto
 CPE_VENDOR=	x
 CPE_PRODUCT=	libxt
 
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-specs
 
 INSTALL_TARGET=	install-strip
 
-post-patch:
-	@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \
-		${WRKSRC}/configure
-
 .include <bsd.port.mk>
diff --git a/x11-toolkits/libXt/distinfo b/x11-toolkits/libXt/distinfo
index 6e592697f703..f82a7404e5a8 100644
--- a/x11-toolkits/libXt/distinfo
+++ b/x11-toolkits/libXt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709537995
-SHA256 (xorg/lib/libXt-1.3.0.tar.xz) = 52820b3cdb827d08dc90bdfd1b0022a3ad8919b57a39808b12591973b331bf91
-SIZE (xorg/lib/libXt-1.3.0.tar.xz) = 688084
+TIMESTAMP = 1747399807
+SHA256 (xorg/lib/libXt-1.3.1.tar.xz) = e0a774b33324f4d4c05b199ea45050f87206586d81655f8bef4dba434d931288
+SIZE (xorg/lib/libXt-1.3.1.tar.xz) = 691200
diff --git a/x11-toolkits/libXt/pkg-descr b/x11-toolkits/libXt/pkg-descr
index c1d35e04c4f3..a9499813e2e3 100644
--- a/x11-toolkits/libXt/pkg-descr
+++ b/x11-toolkits/libXt/pkg-descr
@@ -1 +1,4 @@
-This package contains the X Toolkit library.
+This is the X Toolkit Intrinsics library. Xt Intrinsics is a library of
+C routines (based on Xlib) used for designing user interfaces with
+widgets. It also provides functions for handling events, initializing
+windows, and interpreting resource files.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f3c1fc.45609.5f26cb30>