diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-04-15 18:02:02 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-04-15 18:02:54 +0000 |
| commit | 2b171e92252b5573abd4f36c761304f5eb99e3be (patch) | |
| tree | 9bad5f2df0b5bb1066fc51ddc6d3f691f56cf3a1 | |
| parent | 9cf8a8d265ec0e4271f41c2d79927dc67ee5a844 (diff) | |
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/linux-rl9-libatomic/Makefile | 18 | ||||
| -rw-r--r-- | devel/linux-rl9-libatomic/distinfo | 5 | ||||
| -rw-r--r-- | devel/linux-rl9-libatomic/pkg-descr | 4 | ||||
| -rw-r--r-- | devel/linux-rl9-libatomic/pkg-plist.aarch64 | 3 | ||||
| -rw-r--r-- | devel/linux-rl9-libatomic/pkg-plist.amd64 | 3 |
7 files changed, 1 insertions, 34 deletions
@@ -4308,3 +4308,4 @@ textproc/rubygem-case_transform61||2025-04-04|Has expired: Uses EOL version 6.1. lang/python-doc-pdf-letter|lang/python-doc-pdf-a4|2025-04-09|Letter-size PDF no longer provided since 3.12 net-im/py-punjab||2025-04-13|Has expired: Abandoned project, not compatible with decent python/twisted devel/linux-rl9-libsigsegv|emulators/linux_base-rl9|2025-04-15|Integrated into linux_base-rl9 +devel/linux-rl9-libatomic|devel/linux-rl9-devtools|2025-04-15|Integrated into linux-rl9-devtools diff --git a/devel/Makefile b/devel/Makefile index 09ee04af0d52..7abea232efab 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1552,7 +1552,6 @@ SUBDIR += linux-rl9-elfutils-libs SUBDIR += linux-rl9-highway SUBDIR += linux-rl9-icu - SUBDIR += linux-rl9-libatomic SUBDIR += linux-rl9-libevent SUBDIR += linux-rl9-libgfortran SUBDIR += linux-rl9-libpciaccess diff --git a/devel/linux-rl9-libatomic/Makefile b/devel/linux-rl9-libatomic/Makefile deleted file mode 100644 index 0e1b4a178cac..000000000000 --- a/devel/linux-rl9-libatomic/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -PORTNAME= libatomic -PORTVERSION= 11.4.1 -DISTVERSIONSUFFIX= -3.el9 -CATEGORIES= devel linux - -MAINTAINER= nivit@FreeBSD.org -COMMENT= Atomic fallback implementation for GCC -WWW= https://gcc.gnu.org/ - -LICENSE= GPLv3 - -USES= linux:rl9 -USE_LDCONFIG= yes -USE_LINUX_RPM= yes - -SRC_DISTFILES= # not available - -.include <bsd.port.mk> diff --git a/devel/linux-rl9-libatomic/distinfo b/devel/linux-rl9-libatomic/distinfo deleted file mode 100644 index cabf821a5211..000000000000 --- a/devel/linux-rl9-libatomic/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1724673755 -SHA256 (rocky/l/libatomic-11.4.1-3.el9.aarch64.rpm) = 106c434658881d6bab022d4395cedbc2ba44c1730bdfead3b5590fc6789a8cef -SIZE (rocky/l/libatomic-11.4.1-3.el9.aarch64.rpm) = 35915 -SHA256 (rocky/l/libatomic-11.4.1-3.el9.x86_64.rpm) = 31916e42763c30174ed94369f72a2d4afe5cdad9fbc94cf4f764ec2940b3f46a -SIZE (rocky/l/libatomic-11.4.1-3.el9.x86_64.rpm) = 33442 diff --git a/devel/linux-rl9-libatomic/pkg-descr b/devel/linux-rl9-libatomic/pkg-descr deleted file mode 100644 index 1d1888ba98aa..000000000000 --- a/devel/linux-rl9-libatomic/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Libatomic is a GCC-specific fallback implementation for atomics to -allow architectures that don't always provide a full set of atomics -to runtime-detect the existence of them, or fall back to the use of -mutexes. This is the Linux version. diff --git a/devel/linux-rl9-libatomic/pkg-plist.aarch64 b/devel/linux-rl9-libatomic/pkg-plist.aarch64 deleted file mode 100644 index 566dd83bc564..000000000000 --- a/devel/linux-rl9-libatomic/pkg-plist.aarch64 +++ /dev/null @@ -1,3 +0,0 @@ -usr/lib/.build-id/08/7bc3513e395e2da401565a5655888dc22ed3aa -usr/lib64/libatomic.so.1 -usr/lib64/libatomic.so.1.2.0 diff --git a/devel/linux-rl9-libatomic/pkg-plist.amd64 b/devel/linux-rl9-libatomic/pkg-plist.amd64 deleted file mode 100644 index a2a138a77c7a..000000000000 --- a/devel/linux-rl9-libatomic/pkg-plist.amd64 +++ /dev/null @@ -1,3 +0,0 @@ -usr/lib/.build-id/51/f1fa43fdfe17b029254eb4aaa9e099749561ce -usr/lib64/libatomic.so.1 -usr/lib64/libatomic.so.1.2.0 |
