diff options
author | jmmv <jmmv@pkgsrc.org> | 2017-02-17 21:25:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2017-02-17 21:25:46 +0000 |
commit | bcbc93842ebd9940d58cdc932bfda3daa587b572 (patch) | |
tree | 8e1373bdb6094729402be8dc0ec1b7320a4bbed2 /pkgtools/Makefile | |
parent | 8e634024298d9f2128159f94558cdda8a58f457b (diff) | |
download | pkgsrc-bcbc93842ebd9940d58cdc932bfda3daa587b572.tar.gz |
Readd pkg_comp, now at version 2.0:
**Released on 2017-02-17.**
This is the first release of the pkg_comp project as a standalone
package. This new release shares no code with previous versions and is
not compatible with them.
The following are the major differences between pkg_comp 2.0 and all
previous releases, which incidentally are the reasons that triggered
this rewrite:
* Support for multiple platforms.
* Use of pbulk to (re)build packages within the sandbox. This results
in more reliable incremental builds after pkgsrc updates.
* Support for bootstrap, generating binary kits as part of the builds.
* Better scriptability to allow running from cron(8) trivially.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index eaaf8dfec89..b4717031142 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2017/02/12 10:48:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.116 2017/02/17 21:25:46 jmmv Exp $ # COMMENT= Tools for use in the packages collection @@ -34,6 +34,7 @@ SUBDIR+= pbulk-base SUBDIR+= pkg SUBDIR+= pkg_alternatives SUBDIR+= pkg_chk +SUBDIR+= pkg_comp SUBDIR+= pkg_comp1 SUBDIR+= pkg_distinst SUBDIR+= pkg_filecheck |