Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-30 | Revamp the replace logic for the destdir case. Don't bother messing up | joerg | 1 | -3/+12 | |
the +CONTENTS files, just set the various variables on the dependencies. Tested by tnn@ | |||||
2010-01-30 | Use new pkg_add -U for replace in the destdir case. | joerg | 2 | -4/+8 | |
2009-11-05 | Don't bother with pkg_create -L. @src is essentially unused and the | joerg | 1 | -2/+1 | |
combination of -p and -I provides all the information needed. | |||||
2009-10-31 | Avoid echoing commands at bin-install. | asau | 1 | -2/+2 | |
2009-10-02 | Fix typo in comment. | obache | 1 | -2/+2 | |
2009-07-24 | Compute +SIZE_ALL as documented in pkg_info(1). Addresses PR 41767. | joerg | 1 | -19/+22 | |
2009-07-17 | Apply the fixes from Jukka Salmi in pkg PR/41621 to fix smart message | agc | 1 | -4/+4 | |
display. | |||||
2009-06-17 | Make sure that _UPDATE_RUNNING=YES is passed down to su-deinstall for | joerg | 1 | -1/+3 | |
PKG_PRESERVE packages (e.g. pkg_install). Otherwise an old version of pkg_install is not removed from pkgdb. | |||||
2009-06-14 | Bump PKGTOOLS_REQD version: | joerg | 1 | -2/+2 | |
- @dirrm is now obsolete and should most conditional mkdir/rmdir lines in PLIST should be replaced by @pkgdir - license handling can use pkg_admin | |||||
2009-06-09 | Add support for using USE_DESTDIR=yes and replace together. | joerg | 2 | -3/+26 | |
Based on the patch send to tech-pkg in 2008, but less intrusive. | |||||
2009-05-16 | Remove preserve packages for make update with -N -f -f and therefore do | joerg | 1 | -2/+2 | |
not depend on the behavior of older pkg_delete to allow the removal with simple force. | |||||
2009-05-02 | Add new metadata: PREV_PKGPATH and SUPERSEDES. | reed | 1 | -1/+7 | |
These will be available from pkg_summary(5) database. To be used to find previous packages when a package is moved or renamed. (Even though that is not recommended.) Documented in pkgsrc Guide and in the pkg_summary(5) manual page. Upcoming commit will have some packages modified to add them. | |||||
2009-04-24 | Add support for @pkgdir for non-destdir installation. | joerg | 1 | -1/+3 | |
2009-04-04 | Tell the user the right config file and option for vulnerabilities based | joerg | 2 | -3/+7 | |
on the pkg_install version. Reported by Nicolas Joly. | |||||
2009-03-20 | Skip vulnerability check for packages that set NO_PKGTOOLS_REQD_CHECK. | joerg | 2 | -3/+8 | |
Set AUDIT_PACKAGES and friends correctly though. Fixes bootstrap on platforms with pdksh. | |||||
2009-03-17 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 2 | -10/+7 | |
2009-02-13 | package-install with DESTDIR should pass down -A as needed to get | joerg | 1 | -2/+5 | |
automatic installed handling correct. | |||||
2009-02-11 | Use pkg_admin for audit processing if pkg_install >= 20090201 is | joerg | 2 | -4/+14 | |
installed. | |||||
2009-02-06 | Fix circular dependency detection for the case of non-leading circles. | joerg | 1 | -4/+9 | |
For the dependency chain A->B->B the old code created: _PKGSRC_DEPS=", B-1.0, A-1.0", which obviously can't match the PKGNAME of B. Skip the _flavor-bootstrap-depends processing if PKG_FAIL_REASON is already set and move the check for circular dependencies right after the block that defines PKGNAME and friends. | |||||
2008-11-29 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 2 | -21/+21 | |
2008-05-26 | Fix broken shell code: | tron | 1 | -3/+3 | |
You must *not* use "test ... && ..." when you use "set -e". Because if the first expression fails your shell script will abort. This should fix problem with NetBSD-current's (correctly behaving) "/bin/sh" report on current-users by David Holland and Kurt Schreiner. | |||||
2008-05-21 | Include OWNER (if set) in BUILD_INFO - from dillo | abs | 1 | -1/+4 | |
2008-04-07 | Simplify logic as audit-packages and download-vulnerabilities always | joerg | 1 | -20/+1 | |
comes from pkg_install now. | |||||
2008-04-07 | Sync with reality: audit-packages does exist, the vulnerability file | joerg | 1 | -3/+3 | |
itself might not. | |||||
2008-04-05 | Remove old comment - this now does call audit-packages directly | adrianp | 1 | -5/+1 | |
2008-04-03 | Move handling of pkg_install version into flavor. Add an explicit | joerg | 2 | -2/+29 | |
phase pkg_install-depends before bootstrap-depends that just tries to install a new pkg_install if the current version is too old. Still keep it as bootstrap dependency for the bulk build code. For NetBSD, PKG_TOOLS_BIN has to be computed in shell code due to a make bug. OK: jlam@ | |||||
2008-03-20 | Fix from David Holland for PR 38134 - fix a typo which was causing | agc | 1 | -2/+2 | |
problems which manifested in "make update" failing. | |||||
2008-03-15 | Remove support for separate audit-packages, PKGTOOLS_REQD has been | joerg | 1 | -52/+14 | |
bumped in the mean time. | |||||
2008-03-11 | Explicitly "" around $1, so that e.g. csh-like expansion of {} doesn't | joerg | 1 | -1/+1 | |
happen. | |||||
2008-03-10 | Replace "pkg_admin -S lsbest" usage with pkg_info -E. The base stripping | joerg | 3 | -5/+5 | |
in bsd.buildlink3.mk was broken with pkg_install-20080309 was it returned a relative path. It would have failed before e.g. with symbolic links in the path. pkg_info -E is simpler and was added exactly for this purpose. Fixes PR 38213 and PR 38211. | |||||
2008-02-18 | Move show-depends-options target from bsd.options.mk to flavor/pkg/utility.mk | obache | 1 | -1/+11 | |
to work with option-less packages. | |||||
2008-01-23 | Add better error message when failing to tar up old package. | gdt | 1 | -2/+3 | |
2008-01-23 | Don't run pkg_create with the -v option. It prints a temporary package | rillig | 2 | -3/+4 | |
name which isn't correct, and the "Value of SrcDir" that is used is not important to any pkgsrc user. Instead, let the pkgsrc infrastructure print the package name. | |||||
2008-01-05 | Explicitly record the PKGNAME via the @name command. That way, it is | rillig | 2 | -3/+9 | |
possible to create the package file using a temporary file first, and if everything has succeeded, to rename it to the real name. This time, I tested it creating various binary packages and installing them afterwards, so I'm pretty sure it works now. | |||||
2008-01-04 | Reverted the change that tried to make binary packages more sane because | rillig | 1 | -8/+2 | |
it had severe consequences: pkg_create gets lots of information from the filename into which the package is written. The extension decides what compression to apply, and the basename gets recorded as the @name. This part needs more work. Noticed by stoned@. | |||||
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 1 | -2/+2 | |
including file is always the first in the search path. | |||||
2008-01-03 | When creating the binary package, first create a temporary file, and if | rillig | 1 | -2/+8 | |
everything went well, rename it to the real name. That way, it is less likely that broken binary packages are created. It is a common assumption that binary package files, if they exist, are usable. An example for a broken binary package is security/sudo-1.6.9p10, in which sbin/visudo wasn't readable when creating the package as an unprivileged user. | |||||
2008-01-03 | * Rename AP var to AUDIT_PACKAGES as the former was a bit obscure | adrianp | 2 | -10/+14 | |
* Add DOWNLOAD_VULN_LIST var * Get AUDIT_PACKAGES and DOWNLOAD_VULN_LIST to point to the right binaries taking into consideration OPSYS and pkg_install version * Replace all references to audit-packages and download-vulnerability-list with AUDIT_PACKAGES and DOWNLOAD_VULN_LIST | |||||
2007-12-16 | audit-packages logic for its location depends on a variety of factors | adrianp | 1 | -1/+19 | |
including OS, pkg_install version and NetBSD version. The following should pick the correct version to run. | |||||
2007-12-02 | Removed the block comments, as they were full of redundant words. | rillig | 1 | -61/+29 | |
2007-11-22 | Use SIGUSR1 instead of SIGINT, since the latter may occur indepenently | rillig | 1 | -2/+2 | |
and should be handled like everywhere else. | |||||
2007-11-22 | Exit if reduce-depends produces an error. | rillig | 1 | -2/+4 | |
2007-11-22 | Replaced the usage message with a standard one. | rillig | 1 | -9/+7 | |
"This is a" was redundant and has been removed. | |||||
2007-11-22 | A little sanity checking prevents that a file called "=2.5" is created | rillig | 1 | -1/+5 | |
in www/zope25-PropertyFolder because of the dependency pattern "zope>=2.5<2.7". | |||||
2007-11-19 | Don't warn that the "check", "info" or "list' target will be removed. | tron | 1 | -10/+10 | |
They are still in use and not really hard to maintain. | |||||
2007-11-17 | Added a missing line continuation to prevent output of a shell command. | rillig | 1 | -2/+2 | |
2007-11-12 | Fix uninitialised variable resulting in wildcard patterns printed twice. | joerg | 1 | -1/+2 | |
From Arnaud Lacombe in PR 37367. | |||||
2007-11-10 | show-installed-depends will not be removed. | rillig | 1 | -2/+2 | |
2007-11-10 | Removed the "will be removed soon" marker for show-downlevel, since it | rillig | 1 | -3/+6 | |
is documented in the pkgsrc guide and (since this commit) also accessible via "bmake help". | |||||
2007-11-07 | The comment in the first paragraph says that the targets in this file | rillig | 1 | -8/+14 | |
should probably removed. Check if they are really used by anyone, by printing some warnings to stderr. |