aboutsummaryrefslogtreecommitdiff
path: root/release/packages/acct.ucl
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-01-30 03:01:00 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-01-30 03:01:00 +0000
commitf2c462994d27a13044607f330c5f54133fb5863c (patch)
treebcf065b7fc9eef06b70436d140abb732103fb4a9 /release/packages/acct.ucl
parent42a9f8f21d636f38a2d71b7a84a686eb436886f9 (diff)
downloadsrc-f2c462994d27a13044607f330c5f54133fb5863c.tar.gz
src-f2c462994d27a13044607f330c5f54133fb5863c.zip
pkgbase: generate dependencies in generate-ucl.sh
This cuts out a large chunk of duplicated *.ucl files that just needed dependencies tacked on, and gives generate-ucl.sh some leeway in case a future pkg may need more than one dependency. Run-through to determine which ones could simply be removed done with for i in *.ucl; do diff -U3 template.ucl ${i}; done | less and inspecting for any differences beyond just adding deps at the end. The remaining ucl files are basically all differently-licensed, require scripts, or are marked vital. I've opted to remove %PKGDEPS% entirely without regard for third-party ucl, as pkgbase is not yet considered production. However, I do not hold a strong position on this and there is approximately 0 chance it will return. clibs should have been added previously in generate-ucl.sh as one that doesn't have any dependencies, but do so now that we would otherwise be tacking on the runtime dependency. Reviewed by: manu, bapt (earlier version) Differential Revision: https://reviews.freebsd.org/D23415
Notes
Notes: svn path=/head/; revision=357283
Diffstat (limited to 'release/packages/acct.ucl')
-rw-r--r--release/packages/acct.ucl24
1 files changed, 0 insertions, 24 deletions
diff --git a/release/packages/acct.ucl b/release/packages/acct.ucl
deleted file mode 100644
index 753c26bc5021..000000000000
--- a/release/packages/acct.ucl
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# $FreeBSD$
-#
-
-name = "FreeBSD-%PKGNAME%"
-origin = "base"
-version = "%VERSION%"
-comment = "%COMMENT%"
-categories = [ base ]
-maintainer = "re@FreeBSD.org"
-www = "https://www.FreeBSD.org"
-prefix = "/"
-licenselogic = "single"
-licenses = [ BSD2CLAUSE ]
-desc = <<EOD
-%DESC%
-EOD
-deps: {
- FreeBSD-%PKGDEPS%: {
- origin: "base",
- version: "%VERSION%"
- }
-}
-