History log of /freebsd-11.0-release/release/packages/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


299291 10-May-2016 gjb

Add (commented) 'vital' flag to the runtime packages. Support for
it is expected in pkg-1.8.0, which will cause 'pkg del -afy' to not
destroy a system by forcefully removing everything.

As there are valid use cases for doing such (test jails, for example),
it will be overrideable.

In addition, ensure /dev and /tmp exist, as /dev is not created by
default currently, and pkg(8) requires /tmp to exist, which is also
not created by default.

This needs to be moved to the clibs package, since runtime depends on
that package, however I need to first verify that it will work as it
is expected.

Sponsored by: The FreeBSD Foundation


298107 16-Apr-2016 gjb

Merge the projects/release-pkg branch to head.

This allows packaging the base system with pkg(8), including
but not limited to providing the ability to provide upstream
binary update possibilities for non-tier-1 architectures.

This merge is a requirement of the 11.0-RELEASE, and as such,
thank you to everyone that has tested the project branch.

Documentation in build(7) etc. is still somewhat sparse, but
updates to those parts will follow.

Sponsored by: The FreeBSD Foundation


296531 08-Mar-2016 gjb

Prefix lib32, profile, debug, and development packages
with 'runtime-' for consistency with other packages.

Sponsored by: The FreeBSD Foundation


295415 08-Feb-2016 gjb

Create a package for HAST.

Sponsored by: The FreeBSD Foundation


295405 08-Feb-2016 gjb

Add comment/description for clibs, rescue, and sendmail packages.

Sponsored by: The FreeBSD Foundation


295404 08-Feb-2016 gjb

Sort.

Sponsored by: The FreeBSD Foundation


295337 05-Feb-2016 gjb

Remove libc, librtld_db, libthr packages, and further increase
the constraints on what needs to be installed in a specific to
maintain consistency during upgrades.

Create a new clibs package containing libraries that are needed
as a bare minimum for consistency.

With much help and input from: kib
Sponsored by: The FreeBSD Foundation


295281 04-Feb-2016 gjb

Mark shlibs_required/shlibs_provided lines as temporary, following
brief discussion with bapt.

Sponsored by: The FreeBSD Foundation


295280 04-Feb-2016 gjb

Add package files for libc, libedit, librtld_db, and libthr.

libedit is needed for sh(1), which if updated before runtime,
can cause undesirable behavior.

For the rest, the installation order needs to be:

1) librtld
2) libc
3) libthr

The dependency listing and shilbs_required entries ensure this
behavior.

Sponsored by: The FreeBSD Foundation


295266 04-Feb-2016 gjb

Fix typo: s/Conrol/Control/

Submitted by: kib
Sponsored by: The FreeBSD Foundation


295263 04-Feb-2016 gjb

Add FreeBSD RCSID header and svn:keyword property.

Sponsored by: The FreeBSD Foundation


295262 04-Feb-2016 gjb

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


295225 03-Feb-2016 gjb

Initial commit to add dependencies.

Sponsored by: The FreeBSD Foundation


295171 02-Feb-2016 gjb

First pass to fix the 'tests' packages.

Sponsored by: The FreeBSD Foundation


295163 02-Feb-2016 gjb

Create ee(1) package.

Sponsored by: The FreeBSD Foundation


295156 02-Feb-2016 gjb

Create a package for autofs(5)

Sponsored by: The FreeBSD Foundation


295155 02-Feb-2016 gjb

Create a package for vi(1) and related files.

Sponsored by: The FreeBSD Foundation


295127 01-Feb-2016 gjb

Fix naming inconsistency with lib32 debug packages.

Sponsored by: The FreeBSD Foundation


295025 29-Jan-2016 gjb

Remove unused kernel/post-install file.

Sponsored by: The FreeBSD Foundation


294528 21-Jan-2016 gjb

Comment wordsmithing.

Sponsored by: The FreeBSD Foundation


294527 21-Jan-2016 gjb

Create a package for apm(8).

Sponsored by: The FreeBSD Foundation


294524 21-Jan-2016 gjb

Create a package for amd(8) and related tools.
While here, fix accounting rc script installation.

Sponsored by: The FreeBSD Foundation


294522 21-Jan-2016 gjb

Fix an incorrect comment.

Sponsored by: The FreeBSD Foundation


294519 21-Jan-2016 gjb

Create an acct package for accounting tools.

Sponsored by: The FreeBSD Foundation


294517 21-Jan-2016 gjb

Create a rcmds package.

Sponsored by: The FreeBSD Foundation


294509 21-Jan-2016 gjb

Add UCL file for release-manuals package, missed in previous commit.

Sponsored by: The FreeBSD Foundation


294447 20-Jan-2016 gjb

Add a package for jail(8) and related utilities.

Sponsored by: The FreeBSD Foundation


293230 06-Jan-2016 gjb

Add debug.ucl and tests-debug.ucl, missed in a previous commit.

Sponsored by: The FreeBSD Foundation


293228 05-Jan-2016 gjb

Rename an incorrectly named debug package file.

Sponsored by: The FreeBSD Foundation


293217 05-Jan-2016 gjb

Copy packages/*.ucl files to the corresponding debug file after
WITH_DEBUG_FILES was enabled by default.

Sponsored by: The FreeBSD Foundation


291007 17-Nov-2015 brd

- Change all the names to their generic name since none of these need to
be overridden and ends up overwriting output files.
- For the descriptions that just say "TODO", switch to using %DESC% so
the generic description is used.

Approved by: bapt


289382 15-Oct-2015 gjb

Prefer https in package URLs.

Sponsored by: The FreeBSD Foundation


289120 10-Oct-2015 bapt

Create a dedicated package for dma


284518 17-Jun-2015 gjb

Prefer https:// over http://.

Sponsored by: The FreeBSD Foundation


284473 16-Jun-2015 bapt

Move gdb into its own package


284472 16-Jun-2015 bapt

Add a bunch of new packages, in particular binutils and groff


284465 16-Jun-2015 bapt

Move tests into a single FreeBSD-tests package


284463 16-Jun-2015 bapt

Move clang binaries into FreeBSD-clang package


284415 15-Jun-2015 bapt

Fix script syntax


281052 03-Apr-2015 bapt

Make scripts cross installation friendly


280225 18-Mar-2015 bapt

run pw_mkdb and cap_mkdb at post-installation for cross installation the version
from the host would be run but the generated files will be on the target
respecing the endianness of the target


280217 18-Mar-2015 bapt

Add a bsnmp package


280216 18-Mar-2015 bapt

Add a bsdinstall package


280215 18-Mar-2015 bapt

development and profile are special tags and should always be the last component
of the name if present


280212 18-Mar-2015 bapt

Add support for lib32 packages


280209 18-Mar-2015 bapt

Now that pkg create can directly accept both a file and a plist in command line,
directly use it


279668 05-Mar-2015 bapt

Move syscons support files into a separate package


279662 05-Mar-2015 bapt

Make at(1) and related tools an individual package


279661 05-Mar-2015 bapt

Make acpi an individual package

Flag /etc/devd/asus.conf as a config file so it will be automatically merged on updates


279656 05-Mar-2015 bapt

Make unbound an individual package

Ensure we keep all tags from mtrees when creating the METALOG


279649 05-Mar-2015 bapt

Make svn an individual package


279625 05-Mar-2015 bapt

Make FreeBSD-bhyve an indivual package


279607 05-Mar-2015 bapt

Add new create-world-packages target to generated the packages out of world

Dynamically figure out the list of targets based on tags passed on the mtrees
First sanity check that all packages have existing manifests
Generate the packages

Please note that for now the mtree needs more work as it has duplicate entries,
everything is not yet tagged

The packages now have generic entries and needs to be customize


278447 09-Feb-2015 bapt

Rerunning kldxref after installing the kernel is still needed as rc.d/kldxref
will happen too late


278396 08-Feb-2015 bapt

Running kldxref after the kernel installation is useless given it will be done
at reboot


278392 08-Feb-2015 bapt

Add a packages/ subdirectory which will contain the metadata for packaging base
Add a first example to package the kernel