Age | Commit message (Collapse) | Author | Files | Lines |
|
by wiz.
|
|
Handle ! in .if conditionals, plus move slightly closer to the real
'make's behaviour when using defined() and empty(). Should fix pkg/28346
|
|
+ state that the message is just a warning
+ make it clearer what an OS mismatch is
|
|
|
|
which have no extutil.h header file, just make them depend on the
xextensions package which provides it.
Bump PKGREVISION for Xrandr and randrext.
Add builtin.mk file for xextensions.
jlam says ok.
|
|
Add new -N option, showing for each installed package any corresponding
entries in pkgsrc/doc/TODO (to give you an idea what updates you could
be interested in :) ).
While here, sort options in usage.
Ok'd by abs@.
|
|
the method text() on $line, so I had to get the method call out of the string
quotes. Approved by jlam.
|
|
|
|
|
|
|
|
|
|
initialise a variable before using it. pkg_info binpkg.tgz would pass
garbage on the command line to tar(1).
|
|
cast return value of min_free() to uint64_t.
fixes pkg_add <binarypkg> on Solaris 8.
|
|
libraries dependencies missing from a "normal" installation.
|
|
source. appeases make(1) on Solaris.
|
|
everything except Makefiles. (Makefiles which will follow soon.) This makes
most warnings more useful. Together with the last few changes, we are
now at version 4.06. Approved by wiz.
|
|
messages are formatted nicer. It produces more (reasonable) warnings,
but also some more false positives. Did not increase DISTNAME, as the
change is not yet big enough. Approved by wiz.
|
|
Approved by wiz.
|
|
|
|
Reviewed by wiz.
|
|
($ vs. $$). Welcome to 4.05. Approved by wiz.
|
|
See PR 29387.
|
|
|
|
Welcome to version 4.04.
|
|
which may be passed to command line, and may contain white spaces.
|
|
sorted. Welcome to 4.03.
|
|
experimental and has been announced on tech-pkg to make the package
developers aware of it.
|
|
experimental and has been announced on tech-pkg to make the package
developers aware of it.
|
|
|
|
|
|
before. Stripped non-leading "." path components in the log messages.
Welcome to 4.01.
|
|
rework pkg_info(8) operating on binary packages, deprecating the `-.'
argument as it is no longer required (but is retained as a no-op for
backward compatibility).
the behaviour is now what is expected and intended:
- when the pkg argument is path (absolute or relative) to a
binary pkg, pkg_info operates on it.
- when no pkg argument is given, or the argument is not a
binary pkg path, pkg_info operates on the installed packages.
`pkg_info foo-1.0.tgz', `pkg_info /path/to/foo-1.0.tgz', etc. now work
correctly when foo-1.0.tgz is in the cwd.
bump PKGTOOLS_VERSION to 20050210.
|
|
reference. Per tv@'s suggestion.
|
|
Update the final ${PKG_INFO} working on files to include -.
|
|
Regenerate config.h.in and configure files.
Thanks to gavan@ for the report and testing!
Bump PKGREVISION to 3.
|
|
Standardize the prefix so they can be compared with the packages
more easily (pkg_chk is better at this anyway, but since I fixed
the other cases already...).
Welcome to 4.00!
|
|
with WARNS=2 from src/usr.sbin/pkg_install. No functional change and
no version bump.
|
|
|
|
Fix lintpkgsrc handling of python and ruby packages.
Remove invalid-dewey test that broke more things than it helped.
Add support for "pre" in version strings. Update comment about
recognised strings.
|
|
|
|
|
|
branch of src). Changes from version 20050106:
Teach pkg_add(1) and pkg_delete(1) to pass PKG_METADATA_DIR and
PKG_REFCOUNT_DBDIR in the environment when running the +* scripts.
PKG_METADATA_DIR is the location of the +* files after the package is
registered. PKG_REFCOUNT_DBDIR is the location of the reference counts
database directory. If PKG_REFCOUNT_DBDIR is left unset, then it
defaults the the location of the package database directory with
".refcount" appended to the path, e.g. /var/db/pkg.refcount.
pkgviews users should explicitly set PKG_REFCOUNT_DBDIR in the shell
environment to ensure that all packages will use the same refcount
database.
These changes allow the +INSTALL and +DEINSTALL script to keep state
in +* files within ${PKG_METADATA_DIR}, and to store reference counts
in ${PKG_REFCOUNT_DBDIR} to handle usage of resources outside of
${LOCALBASE}.
|
|
revision of src/usr.sbin/pkg_install as of 20050204. I ran:
cd pkgsrc/pkg_install/files
./pkg_install2nbcompat .
Then I ran "cvs diff" and looked for portability-related changes that
were removed as a result of the import and resurrected them from the
repository.
|
|
the NetBSD 2.0 awk, so make explicit that we're using gawk.
|
|
|
|
the file system by default. Replace one pkg_info with ${PKG_INFO}.
Welcome to 1.54!
Okayed by abs@.
|
|
libnbcompat for all other OS's. This should address PR pkg/29152.
|
|
- Add support to explicitly select which wrappers are wanted on a system and
which ones are not. This is done through a configuration file that defines
a filter with a set of actions and regular expressions (example file
included).
- Add an examples section to the manual page with solutions for some FAQs.
|
|
- Substitute default values for GREP, PKG_INFO, and SED at buildtime
- Add -P dir, to set binary package dir
- Remove the need for a copy of pkgsrc when using -b
- List 'missing' packages at the end alog wwith Installed and Failed
- Output various messages to stdout and to logfile (if active)
- As ever, there are few problems that cannot be helped by
adding another layer of abstraction
|
|
|