2020-10-06 17:15:31 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
pkgin: The cat page is no more.
|
2020-08-28 18:21:09 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 20.8.0.
## Version 20.8.0 (2020-08-28)
* Avoid segmentation faults across a few different scenarios.
|
2020-07-13 20:18:54 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 20.7.0.
Update pkg_install dependency for "pkg_admin rebuild-tree" fixes.
## Version 20.7.0 (2020-07-13)
* Order package installs correctly.
* Switch to mdoc(7) manual page, converted by wizd(8).
* Remove -F (force reinstall) flag.
* Enable compiler warnings in maintainer mode.
* Match candidate packages correctly, avoiding issues with packages that
include "-[0-9]" in their package names.
* Various internal cleanups.
|
2020-07-09 12:46:24 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
Pass PKG_SYSCONFDIR to configure
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-05-25 10:42:05 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
pkgin: Update to 20.5.1.
This is quite a disruptive change, but has been tested in various ways across
Darwin, Minix, and SmartOS, so I'm reasonably confident I caught most issues.
With the switch to automake the pkgsrc Makefile has been able to be simplified
a lot, and I also took the opportunity to remove the mostly useless MESSAGE
file.
## Version 20.5.1 (2020-05-25)
* Improve make portability.
## Version 20.5.0 (2020-05-25)
* Switch to automake and overhaul mandatory configure options.
* Remove unused code and pointless configure tests, cleaning up includes
and headers where appropriate.
* New version number scheme (yy.m.x). The previous scheme had no relevance,
this one at least gives users some clue about how up-to-date their version
is.
|
2020-05-17 14:13:47 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/pkgin: allow no-op SUBST block for paths
In a pkgsrc setup with default paths, the simple substitutions are all
no-ops. The last two substitutions only apply to Makefile.in, which
means that they are no-ops for the other files. Since the whole sed
command is not considered an identity substitution, an explicit
SUBST_NOOP_OK is needed here.
https://mail-index.netbsd.org/pkgsrc-users/2020/05/17/msg031245.html
|
2020-05-04 13:15:50 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
pkgin: Unbreak PKGPATH subst change.
|
2020-04-29 17:09:20 by Jonathan Perkin | Files touched by this commit (2) | |
Log message:
pkgin: Update to 0.16.1.
The "jperkin should have run the test suite before releasing 0.16.0" \
release.
## Version 0.16.1 (2020-04-29)
* Don't attempt to update the keep list if we're only downloading packages.
* Avoid C99isms for now, fixes CentOS 6 build.
* Ignore "pkg_admin rebuild-tree" output, removes spurious \
"Done." messages
from output.
* Some minor internal refactoring.
|
2020-04-28 04:43:21 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/pkgin: define PKGPATH before including mk.conf
PKGPATH is one of the few variables that is guaranteed to be defined when
mk.conf is included. Conditions like ".if ${PKGPATH} == category/package"
trigger a "Malformed conditional" when this variable is not defined.
|