2009-03-06 01:12:28 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
+PKG_DESTDIR_SUPPORT= user-destdir
|
2008-04-29 05:46:58 by Soren Jacobsen | Files touched by this commit (2) |
Log message:
Update scponly to 4.8.
Changes since 4.3:
- fix support for quota and passwd when running within the
chroot (exec pre-chroot)
- disallow rsync and svnserve from being run as daemons that
listen on a port
- switch to getopt_long for command processing, use getopt for
sftp-server, svnserve, and quota
- abort processing on commands that require getopt when getopt
is not available
- switched to slightly optimized and more compact debug code
- fix unison support within chroots
- fix for unison command execution bug
- allow multiple users with the same uid using USER environment
variable
- added missing semicolon to helper.c
- fixes the configure.in script to not define HAVE_OPTRESET, not
even to a value of 0
- fixes that hopefully improve the optarg compilation situation
- UNISON $HOME environment fix
- fixes to setup_chroot.sh/in
|
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message:
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-28 19:55:07 by Soren Jacobsen | Files touched by this commit (2) |
Log message:
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-06 00:55:25 by Roland Illig | Files touched by this commit (413) |
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
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 04:04:28 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
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-06-24 21:52:06 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Change the CONFIGURE_ENV where possible to use the variables users are
supposed to set, rather than the autoconf cache variables.
|
2005-06-23 18:43:00 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|