Date: Fri, 13 Sep 2024 16:26:59 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: df72b6b948fc - main - devel/linux-rl9-libtool-ltdl: Runtime libraries for GNU libtool (Rocky Linux 9) Message-ID: <202409131626.48DGQxs5091356@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=df72b6b948fcd6bccf66ca93dcdab340af48d05e commit df72b6b948fcd6bccf66ca93dcdab340af48d05e Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2024-09-13 08:30:57 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-09-13 16:26:50 +0000 devel/linux-rl9-libtool-ltdl: Runtime libraries for GNU libtool (Rocky Linux 9) PR: 278983 Differential Revision: https://reviews.freebsd.org/D45200 --- devel/linux-rl9-libtool-ltdl/Makefile | 24 ++++++++++++++++++++++++ devel/linux-rl9-libtool-ltdl/distinfo | 7 +++++++ devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 | 5 +++++ devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 | 5 +++++ 4 files changed, 41 insertions(+) diff --git a/devel/linux-rl9-libtool-ltdl/Makefile b/devel/linux-rl9-libtool-ltdl/Makefile new file mode 100644 index 000000000000..0cd3cd6048b1 --- /dev/null +++ b/devel/linux-rl9-libtool-ltdl/Makefile @@ -0,0 +1,24 @@ +PORTNAME= libtool-ltdl +PORTVERSION= 2.4.6 +DISTVERSIONSUFFIX= -45.el9 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Runtime libraries for GNU libtool (Rocky Linux ${LINUX_DIST_VER}) +WWW= https://www.gnu.org/software/libtool/ + +LICENSE= LGPL21+ + +USES= linux:rl9 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +SRC_DISTFILES= ${DISTNAME:S/-ltdl//}${SRC_SUFX}:SOURCE + +CONFLICTS= linux-c7-${PORTNAME} +DESCR= ${.CURDIR}/../libltdl/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.mk> diff --git a/devel/linux-rl9-libtool-ltdl/distinfo b/devel/linux-rl9-libtool-ltdl/distinfo new file mode 100644 index 000000000000..443cbf752c67 --- /dev/null +++ b/devel/linux-rl9-libtool-ltdl/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1715700576 +SHA256 (rocky/l/libtool-ltdl-2.4.6-45.el9.aarch64.rpm) = f8e9312323e57320b38db0f50ba49fd78fdd7f55f38c625753c034d3af7f2570 +SIZE (rocky/l/libtool-ltdl-2.4.6-45.el9.aarch64.rpm) = 36386 +SHA256 (rocky/l/libtool-ltdl-2.4.6-45.el9.x86_64.rpm) = 39031cdd1458c857211736b88cef8c9eb60ef7802cc2e9155f0dd8cadc2eeb8a +SIZE (rocky/l/libtool-ltdl-2.4.6-45.el9.x86_64.rpm) = 36880 +SHA256 (rocky/l/libtool-2.4.6-45.el9.src.rpm) = 122e8832c15a7c199ebfbabaadddcdef7be65bf23433ae7a7dea11061c679418 +SIZE (rocky/l/libtool-2.4.6-45.el9.src.rpm) = 1000481 diff --git a/devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 b/devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 new file mode 100644 index 000000000000..e6885727c86a --- /dev/null +++ b/devel/linux-rl9-libtool-ltdl/pkg-plist.aarch64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/d5/a2d8bc853edaa6953f6a06225974005e220a9a +usr/lib64/libltdl.so.7 +usr/lib64/libltdl.so.7.3.1 +usr/share/licenses/libtool-ltdl/COPYING.LIB + diff --git a/devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 b/devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 new file mode 100644 index 000000000000..e6885727c86a --- /dev/null +++ b/devel/linux-rl9-libtool-ltdl/pkg-plist.amd64 @@ -0,0 +1,5 @@ +usr/lib/.build-id/d5/a2d8bc853edaa6953f6a06225974005e220a9a +usr/lib64/libltdl.so.7 +usr/lib64/libltdl.so.7.3.1 +usr/share/licenses/libtool-ltdl/COPYING.LIB +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409131626.48DGQxs5091356>