jlam
dc9594e09d
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
...
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
snj
26917a79ea
Update to 4.3, which fixes two security issues.
...
Note that scp compatibility is now disabled and that the only
recommended way of using scponly is with sftp.
2005-12-28 18:55:07 +00:00
rillig
579e977969
Ran "pkglint --autofix", which corrected some of the quoting issues in
...
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
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
2005-12-05 20:49:47 +00:00
snj
2305d6ce72
Update to 4.1, which brings numerous bugfixes.
...
While here, apply a patch from Eric Schnoebelen in PR pkg/31114
to fix a bogus reference to id.
2005-12-05 03:04:28 +00:00
jlam
5b62763c63
Teach the +SHELLS helper script to not create an /etc/shells file if
...
one doesn't exist. From now on, we only add the listed PKG_SHELL to
the /etc/shells file if it already exists. This fixes PR pkg/27162.
2005-09-20 04:23:48 +00:00
jlam
9813468816
* Separate out the shell registration into a separately unpacked script
...
+SHELL.
* Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell
environment so that admins can make a choice when installing from
binary packages.
* PKG_SHELL is now a list of paths, and if the path is relative, then it
is taken to be relative to ${PREFIX}. Convert packages that set
PKG_SHELL to take advantage of this new feature by changing the full
paths to the shells into relative paths.
2005-07-29 18:32:17 +00:00
kristerw
52922ffe87
Change the CONFIGURE_ENV where possible to use the variables users are
...
supposed to set, rather than the autoconf cache variables.
2005-06-24 19:52:06 +00:00
kristerw
7623ef2caf
Prevent paths to the build directories from being included in the package.
...
Bump PKGREVISION.
2005-06-23 16:43:00 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
agc
d81d19f8e0
Add RMD160 digests.
2005-02-24 12:51:41 +00:00
snj
59f7988c65
Kill some hardcoded UID, GID, and mode settings that were being passed to
...
${INSTALL}. This should fix the problem seen in minskim's Linux bulk build.
2005-02-20 06:46:07 +00:00
snj
6c4bd72aca
Initial import of scponly-4.0, a tiny shell that only permits scp and sftp.
2005-01-28 02:27:29 +00:00