Age | Commit message (Collapse) | Author |
|
PR: 70085
Submitted by: Marwan BURELLE
|
|
PR: ports/70164
Submitted by: Ports Fury
|
|
|
|
PR: ports/70131
Submitted by: maintainer
|
|
|
|
|
|
<http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html>
Obtained from: gentoo cvs
|
|
connection under some circumstances.
Approved by: maintainer timeout (2 months)
Approved by: linimon (mentor)
|
|
PR: ports/68339
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (20 days)
|
|
diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c
--- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004
+++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004
@@ -466,16 +466,6 @@
fprintf(stderr, recargchar, optchar);
pure_optopt = optchar;
return BADARG;
- } else if (!(flags & FLAG_PERMUTE)) {
- /*
- * If permutation is disabled, we can accept an
- * optional arg separated by whitespace so long
- * as it does not start with a dash (-).
- */
- if (pure_optind + 1 < nargc && pure_optind + 1 > 0 &&
- *nargv[pure_optind + 1] != '-') {
- pure_optarg = nargv[++pure_optind];
- }
} else {
pure_optarg = nargv[pure_optind];
}
Reported by: sem
|
|
PR: ports/69343
Submitted by: maintainer
|
|
|
|
Submitted by: sumikawa
|
|
Among other things, 'ps' won't show user, password, account options.
|
|
|
|
|
|
|
|
|
|
Approved by: maintainer
|
|
PR: ports/69098
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: maintainer
|
|
|
|
(it's a sad thing if you can't even do "cvs delete" in your ports
directory without loosing all kinds of important files)
Noticed by: eik
|
|
Noticed by: kris / pointyhat
|
|
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
PR: ports/68684
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ChiP <chip-set@mail.ru>
|
|
Approved by: krion (mentor)
|
|
see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog
- new option WITH_VSFTPD_SSL
- honor CC, LDFLAGS
|
|
- Pass maintainership to submitter
PR: ports/68713
Submitted by: Jason Harris <jharris@widomaker.com>
|
|
Support WITHOUT_NLS
PR: ports/68630
Submitted by: Ports Fury
|
|
Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
|
|
PR: ports/68562
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
|
- Use OPTIONS
- Convert rc script to rcNG
PR: ports/68240, ports/68289
Submitted by: Toni Viemero <toni.viemero@iki.fi>, Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
|
|
- Expand variables in pkg-message
- Move users.sample to better place
PR: ports/68164
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
|
KDE pureftpd user manager
|
|
PR: ports/68044
Submitted by: maintainer
|
|
PR: ports/67422
Submitted by: Brad Davis <so14k@so14k.com>
Approved by: maintainer timeout (16 days)
|
|
PR: ports/66702
Submitted by: Roman Neuhauser
Approved by: maintainer silence
|
|
Requested by: David Thiel <lx@redundancy.redundancy.org>
|
|
|
|
|
|
PR: 44019
Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
|
|
|
|
Submitted by: trevor
|
|
PR: ports/67680
Submitted by: Radim Kolar
|
|
|
|
- Add patch to work around a problem with transfers not starting properly
in the default install
|
|
dependent ports.
|
|
PR: 67535
Submitted by: maintainer
|
|
PR: ports/67528
Submitted by: maintainer
|
|
Adds support for ACCT amongst other things.
|