| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=114958
|
|
|
|
| |
Notes:
svn path=/head/; revision=114947
|
|
|
|
|
|
|
|
|
| |
<http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html>
Obtained from: gentoo cvs
Notes:
svn path=/head/; revision=114861
|
|
|
|
|
|
|
|
|
|
| |
connection under some circumstances.
Approved by: maintainer timeout (2 months)
Approved by: linimon (mentor)
Notes:
svn path=/head/; revision=114676
|
|
|
|
|
|
|
|
|
| |
PR: ports/68339
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (20 days)
Notes:
svn path=/head/; revision=114564
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=114370
|
|
|
|
|
|
|
|
| |
PR: ports/69343
Submitted by: maintainer
Notes:
svn path=/head/; revision=114344
|
|
|
|
| |
Notes:
svn path=/head/; revision=114337
|
|
|
|
|
|
|
| |
Submitted by: sumikawa
Notes:
svn path=/head/; revision=114285
|
|
|
|
|
|
|
| |
Among other things, 'ps' won't show user, password, account options.
Notes:
svn path=/head/; revision=114282
|
|
|
|
| |
Notes:
svn path=/head/; revision=114139
|
|
|
|
| |
Notes:
svn path=/head/; revision=114136
|
|
|
|
| |
Notes:
svn path=/head/; revision=114035
|
|
|
|
| |
Notes:
svn path=/head/; revision=114032
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=113901
|
|
|
|
|
|
|
|
|
| |
PR: ports/69098
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=113813
|
|
|
|
| |
Notes:
svn path=/head/; revision=113591
|
|
|
|
|
|
|
|
|
|
| |
(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
Notes:
svn path=/head/; revision=113331
|
|
|
|
|
|
|
| |
Noticed by: kris / pointyhat
Notes:
svn path=/head/; revision=113329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
|
| |
PR: ports/68684
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ChiP <chip-set@mail.ru>
Notes:
svn path=/head/; revision=113196
|
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=113155
|
|
|
|
|
|
|
|
|
|
| |
see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog
- new option WITH_VSFTPD_SSL
- honor CC, LDFLAGS
Notes:
svn path=/head/; revision=113093
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/68713
Submitted by: Jason Harris <jharris@widomaker.com>
Notes:
svn path=/head/; revision=113072
|
|
|
|
|
|
|
|
|
|
| |
Support WITHOUT_NLS
PR: ports/68630
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112861
|
|
|
|
|
|
|
| |
Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
Notes:
svn path=/head/; revision=112808
|
|
|
|
|
|
|
|
| |
PR: ports/68562
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes:
svn path=/head/; revision=112709
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=112223
|
|
|
|
|
|
|
|
|
|
|
| |
- Expand variables in pkg-message
- Move users.sample to better place
PR: ports/68164
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes:
svn path=/head/; revision=111996
|
|
|
|
|
|
|
| |
KDE pureftpd user manager
Notes:
svn path=/head/; revision=111905
|
|
|
|
|
|
|
|
| |
PR: ports/68044
Submitted by: maintainer
Notes:
svn path=/head/; revision=111668
|
|
|
|
|
|
|
|
|
| |
PR: ports/67422
Submitted by: Brad Davis <so14k@so14k.com>
Approved by: maintainer timeout (16 days)
Notes:
svn path=/head/; revision=111620
|
|
|
|
|
|
|
|
|
| |
PR: ports/66702
Submitted by: Roman Neuhauser
Approved by: maintainer silence
Notes:
svn path=/head/; revision=111444
|
|
|
|
|
|
|
| |
Requested by: David Thiel <lx@redundancy.redundancy.org>
Notes:
svn path=/head/; revision=111436
|
|
|
|
| |
Notes:
svn path=/head/; revision=111355
|
|
|
|
| |
Notes:
svn path=/head/; revision=111306
|
|
|
|
|
|
|
|
| |
PR: 44019
Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
Notes:
svn path=/head/; revision=111189
|
|
|
|
| |
Notes:
svn path=/head/; revision=111121
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=111090
|
|
|
|
|
|
|
|
| |
PR: ports/67680
Submitted by: Radim Kolar
Notes:
svn path=/head/; revision=111081
|
|
|
|
| |
Notes:
svn path=/head/; revision=110917
|
|
|
|
|
|
|
|
| |
- Add patch to work around a problem with transfers not starting properly
in the default install
Notes:
svn path=/head/; revision=110916
|
|
|
|
|
|
|
| |
dependent ports.
Notes:
svn path=/head/; revision=110800
|
|
|
|
|
|
|
|
| |
PR: 67535
Submitted by: maintainer
Notes:
svn path=/head/; revision=110780
|
|
|
|
|
|
|
|
| |
PR: ports/67528
Submitted by: maintainer
Notes:
svn path=/head/; revision=110770
|
|
|
|
|
|
|
| |
Adds support for ACCT amongst other things.
Notes:
svn path=/head/; revision=110746
|
|
|
|
|
|
|
|
|
| |
PR: ports/67445
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
Approved by: maintainer
Notes:
svn path=/head/; revision=110610
|
|
|
|
| |
Notes:
svn path=/head/; revision=110497
|
|
|
|
|
|
|
|
| |
PR: ports/67362
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=110353
|
|
|
|
|
|
|
| |
Submitted by: Victor Sudakov <vas at mpeks dot tomsk dot su>
Notes:
svn path=/head/; revision=110273
|