Age | Commit message (Collapse) | Author | Files | Lines |
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
When using the -M flag, look in Makefile and Makefile.common files.
Ok'ed by Peter Postma.
|
|
|
|
* Fix for when /usr/pkgsrc is empty.
* Bump version to 20050508.
From pancake@phreaker.net, tweaks and manpage update by me.
|
|
|
|
Reviewed by wiz.
|
|
libnbcompat for all other OS's. This should address PR pkg/29152.
|
|
- get rid of asprintf
- use libnbcompat if necessary
- while here, get rid of unused variable
Bump date.
ok peter@, tv@
Non-NetBSD platforms may need to test this and adjust following the IRIX
example.
|
|
Bump version.
|
|
Don't build catpages inside the package. Not every system has a nroff
shipped standard.
|
|
|
|
user, so it's not nice to try to use an option that will try to chown if
the repository isn't owned by the builder.
(Some OS's do in fact cause an error when the chown in "cp -p" fails.)
|
|
man page. No functional changes.
Approved by wiz.
|
|
|
|
|
|
* The following new flags have been added:
-c - case sensitive search
-x - exact match search
-q - quite output
-C - comment search
Patch provided by pancake at phreaker.net; closes PR pkg/26964.
Changes agreed by the original author of pkgfind, Peter Postma.
|
|
as it's only used internally by bsd.prefs.mk.
* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
than the old method of stripping off the last two components of
${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined.
* Change all references to _PKGSRCDIR to PKGSRCDIR.
|
|
Peter Postma.
pkgfind can find packages in pkgsrc. It tries to find packages which
matches a keyword in the package name.
|