git: 35457886cd3a - stable/14 - release: remove binutils package data
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 13:38:05 UTC
The branch stable/14 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=35457886cd3a0431ba2333189a003016c3ad5e67
commit 35457886cd3a0431ba2333189a003016c3ad5e67
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-03-17 12:09:31 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-03-22 13:30:32 +0000
release: remove binutils package data
GDB was the final GNU binutils component included in the base system,
but was removed in 2020. Nothing provides a pkgbase binutils package
any longer.
Fixes: 1c0ea326aa6d ("Retire obsolete GDB 6.1.1")
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 1e4cd5ed54d73dcb8e9af92990e7bf005b9a5710)
---
release/packages/binutils.ucl | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/release/packages/binutils.ucl b/release/packages/binutils.ucl
deleted file mode 100644
index ff2710862e03..000000000000
--- a/release/packages/binutils.ucl
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-#
-
-name = "%PKG_NAME_PREFIX%-%PKGNAME%"
-origin = "base"
-version = "%VERSION%"
-comment = "%COMMENT%"
-categories = [ base ]
-maintainer = "%PKG_MAINTAINER%"
-www = "%PKG_WWW%"
-prefix = "/"
-licenselogic = "single"
-licenses = [ GPLv2 ]
-desc = <<EOD
-%DESC%
-EOD
-