aboutsummaryrefslogtreecommitdiff
path: root/release/packages/jail-lib32.ucl
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-04 15:32:03 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-04 15:32:03 +0000
commit5c52b2f5ca1b5b922f322f23dc27ea2362deabdd (patch)
treeb2cc400eea676f2898c9855900556d6f39d5b1f8 /release/packages/jail-lib32.ucl
parentb3075f337b9ec70bc1ce7fdbe0258849d797e21e (diff)
downloadsrc-5c52b2f5ca1b5b922f322f23dc27ea2362deabdd.tar.gz
src-5c52b2f5ca1b5b922f322f23dc27ea2362deabdd.zip
Rework the way <packagename>.ucl files are generated.
One of the major pain points with how this was implemented is the requirement of in-tree, hard-coded <name>.ucl, as well as <name>-<suffix>.ucl where <suffix> can be lib32, profile, development, debug, or any combination of the four. This created significant overhead when adding new packages and any of the files in any of the combinations were missing. Instead of test(1)-ing if the <packagename>.ucl file exists, hand off to a script to figure out what the final ucl file name should be before invoking pkg(8). The default behavior is 'template.ucl' is used as a fallback. This affects only the userland packages, as the kernel code is already smart enough to handle these variations. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=295262
Diffstat (limited to 'release/packages/jail-lib32.ucl')
-rw-r--r--release/packages/jail-lib32.ucl20
1 files changed, 0 insertions, 20 deletions
diff --git a/release/packages/jail-lib32.ucl b/release/packages/jail-lib32.ucl
deleted file mode 100644
index da6c8e6e06d2..000000000000
--- a/release/packages/jail-lib32.ucl
+++ /dev/null
@@ -1,20 +0,0 @@
-name = "FreeBSD-%PKGNAME%"
-origin = "base"
-version = "%VERSION%"
-comment = "Jail 32-bit libraries"
-categories = [ base ]
-maintainer = "re@FreeBSD.org"
-www = "https://www.FreeBSD.org"
-prefix = "/"
-licenselogic = "single"
-licenses = [ BSD2CLAUSE ]
-desc = <<EOD
-%DESC%
-EOD
-deps: {
- FreeBSD-runtime: {
- origin: "base",
- version: "%VERSION%"
- }
-}
-