Age | Commit message (Collapse) | Author | Files | Lines |
|
pkgin 0.5.2.3
Fixed "upgrade too many packages" bug (thanks stacktic)
|
|
* Move some MesaLib files from files/xorg to files/xfree.MesaLib,
or unwanted MesaLib may be buildlinked (and result in build failure).
* Add some files from OpenBSD-5.0.
|
|
character (e.g. as in "c++")
Bump version number.
|
|
|
|
|
|
- remove unneeded consecutive argument for `.Nm' macro;
- improve wording.
|
|
|
|
Dump package version.
|
|
|
|
|
|
add_todo.1:
- improve wording;
- update doc/TODO example;
- remove trailing white space.
obsolete_todo.1:
- improve wording;
- add a missing empty line;
- fix macro usage.
Further changes by myself, including date bump.
|
|
Don't install cat page. Bump version for pkgtools/mtree.
|
|
|
|
1) Stop building catpages by default.
2) Derive MANINSTALL from MKCATPAGES.
Bump package version.
|
|
bump. It would be nice to have a solution for catinstall being unset
on -current so I don't need these patches.
|
|
|
|
|
|
|
|
|
|
the correct value.
|
|
|
|
linking. Fixes build on SunOS, also tested on NetBSD.
|
|
from C++.
|
|
|
|
- Allow specifying packages by their basename, without a category. This
affects the arguments to the 'build' command as well as the list of
packages provided to AUTO_PACKAGES and BUILD_PACKAGES.
|
|
===================================================================
-- Version 0.44.0 by Aleksey Cheusov, Sat, 25 Feb 2012 11:43:56 +0300
Improvements for report:
- "^WARNING:" messages are logged
- Segmentation faults are logged
- Clean-ups in report_mini.txt and report.txt
Packages are rebuilt recursively only if it necessary
-- Version 0.43.0 by Aleksey Cheusov, Mon, 9 Jan 2012 23:27:20 +0300
Fix for signal handlers (SIGINT, SIGTERM, SIGQUIT).
Fix in "Depends" stage.
Unnecessary dependencies are not install anymore.
Dependency graph. Latest available binary package is always used for
BUILD_DEPENDS if it satisfies dependencies.
|
|
|
|
Bump date.
|
|
|
|
|
|
http://mail-index.netbsd.org/tech-pkg/2012/01/03/msg008325.html
Frm Julian Fagir in PR 46070.
|
|
|
|
|
|
pkg_add fails to install a package when subdiretories are missing
in the path to package directory in /var/db/pkg.
|
|
|
|
|
|
|
|
|
|
Simplify a bit. Bump date.
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
pkg_p5up2date checks for outdated Perl5 modules in pkgsrc against
the database from Comprehensive Perl Archive Network.
|
|
- Explicitly stat(2) if mkdir failed. errno detection doesn't work e.g.
on Solaris (PR 45289)
- Provide a stable order for package names that only differe in the base
name, not the version number.
|
|
|
|
|
|
obache@.
Note that there is an issue with unsafe_depends not getting set when
options change.
|
|
|
|
|
|
Version 0.43.0
Fix for signal handlers (SIGINT, SIGTERM, SIGQUIT).
Fix in "Depends" stage.
Unnecessary dependencies are not install anymore.
Dependency graph. Latest available binary package is always used for
BUILD_DEPENDS if it satisfies dependencies.
Version 0.42.0
Support for cross-compilation. Build host dependencies are built on
demand. Patch for pkgsrc is needed.
http://mail-index.netbsd.org/tech-pkg/2011/11/19/msg008003.html
Support for libkver was added. In order to build packages for
different version of NetBSD you need to set LIBKVER_OSRELEASE and
LD_PRELOAD in distbb.conf.
New transport program distbb_chroot was added.
It is now the default for TRANSPORT.
|
|
pkg_subgraph_deps:
- Support for dependency type
pkg_summary2deps:
- Options -1 and -2 were added
|