| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=172846
|
|
|
|
| |
Notes:
svn path=/head/; revision=172841
|
|
|
|
|
|
|
|
| |
Reported by: s.klaasen@hccnet.nl, Chris Riley <criley@risanet.com>
Patch by: mnag
Notes:
svn path=/head/; revision=172783
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=172146
|
|
|
|
|
|
|
|
|
|
| |
support if necessary.
Submitted by: Kirk Strauser <kirk daycos com>
Approved by: maintainer
Notes:
svn path=/head/; revision=164920
|
|
|
|
|
|
|
|
|
| |
PR: ports/97387
Submitted by: Malte von dem Hagen <bsd at mnetworking.de>
Approved by: maintainer
Notes:
svn path=/head/; revision=162637
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add an option for charset conversion
- Add HTTP master site
PR: ports/93646
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by: maintainer
Notes:
svn path=/head/; revision=156591
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154146
|
|
|
|
|
|
|
|
|
| |
PR: ports/85969
Submitted by: dawnshade <h-k@mail.ru>
Approved by: maintainer timeout (15 days)
Notes:
svn path=/head/; revision=143642
|
|
|
|
|
|
|
|
|
| |
PR: 78871
Submitted by: Xin LI <delphij@geekcn.org>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=132209
|
|
|
|
|
|
|
|
|
|
|
| |
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
Notes:
svn path=/head/; revision=127737
|
|
|
|
|
|
|
|
|
|
| |
(fixes ports/71477)
PR: ports/72911
Submitted by: Frank Denis (author and maintainer)
Notes:
svn path=/head/; revision=119837
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
Notes:
svn path=/head/; revision=109952
|
|
|
|
|
|
|
|
|
| |
not on the whole server.
Informed maintainer.
Notes:
svn path=/head/; revision=109679
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=103347
|
|
|
|
|
|
|
|
|
| |
PR: ports/62626
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (15 days)
Notes:
svn path=/head/; revision=102464
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version introduces atomic uploads for better reliability
While I'm here:
- minor cleanup: s/ECHO_CMD/ECHO_MSG/, use DOCSDIR/EXAMPLESDIR
PR: 59653
Submitted by: maintainer
Notes:
svn path=/head/; revision=94993
|
|
|
|
|
|
|
|
|
|
|
| |
* Version 1.0.16b accidentally broke the PAM authentication
backend. This release fixes that issue.
PR: 58660
Submitted by: maintainer
Notes:
svn path=/head/; revision=92565
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Fix a cross-scripting issue with the HTML output of the
pure-ftpwho command
o '--with-largefile' has been added by default
o Also on 5-x the server now listens on IPv4 and IPv6 by default
PR: 58257
Submitted by: maintainer
Notes:
svn path=/head/; revision=91821
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make pureftpd port utilize USE_MYSQL and USE_OPENLDAP macro.
Frank Denis is Cc'ed for notification and/or approval.
PR: ports/56247
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=90443
|
|
|
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
Notes:
svn path=/head/; revision=86964
|
|
|
|
|
|
|
|
| |
PR: 55536
Submitted by: Frank Denis <j@pureftpd.org>
Notes:
svn path=/head/; revision=86881
|
|
|
|
|
|
|
|
| |
PR: 53592
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Notes:
svn path=/head/; revision=83442
|
|
|
|
|
|
|
|
|
|
|
|
| |
change where config files get installed from /etc to PREFIX/etc [1]
add a startscript for etc/rc.d [1]
PR: 46853 [1]
Requested by: maintainer [0]
Approved By: maintainer [0],[1]
Notes:
svn path=/head/; revision=83264
|
|
|
|
| |
Notes:
svn path=/head/; revision=76346
|
|
|
|
| |
Notes:
svn path=/head/; revision=76034
|
|
|
|
|
|
|
|
| |
PR: 47727
Submitted by: maintainer
Notes:
svn path=/head/; revision=75277
|
|
|
|
|
|
|
|
|
|
| |
This should be the last of the PostgreSQL updates and everything should
support the POSTGRESQL_PORT tunable.
Submitted by: kris/bento[1]
Notes:
svn path=/head/; revision=73443
|
|
|
|
|
|
|
|
|
|
|
| |
- Use ECHO_CMD and fix whitespaces while I am here.
PR: ports/45707
Submitted by: maintainer
Approved by: kris
Notes:
svn path=/head/; revision=71104
|
|
|
|
|
|
|
|
| |
PR: ports/45653
Submitted by: maintainer
Notes:
svn path=/head/; revision=70906
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=61622
|
|
|
|
|
|
|
|
| |
PR: 36704
Submitted by: maintainer
Notes:
svn path=/head/; revision=57274
|
|
|
|
|
|
|
|
|
| |
PR: 36062
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=56331
|
|
|
|
|
|
|
|
|
|
| |
- Sort pkg-plist
PR: 35238
Submitted by: maintainer
Notes:
svn path=/head/; revision=55138
|
|
|
|
|
|
|
|
| |
PR: 34237
Submitted by: maintainer
Notes:
svn path=/head/; revision=53694
|
|
|
|
| |
Notes:
svn path=/head/; revision=52474
|
|
|
|
|
|
|
|
| |
PR: 33240
Submitted by: maintainer
Notes:
svn path=/head/; revision=52336
|
|
|
|
|
|
|
|
| |
PR: 33115
Submitted by: maintainer
Notes:
svn path=/head/; revision=52074
|
|
|
|
|
|
|
|
| |
PR: 32944
Submitted by: maintainer
Notes:
svn path=/head/; revision=51718
|
|
|
|
|
|
|
|
| |
PR: 32650
Submitted by: maintainer
Notes:
svn path=/head/; revision=51465
|
|
|
|
|
|
|
|
| |
PR: 31675
Submitted by: maintainer
Notes:
svn path=/head/; revision=50400
|
|
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50301
|
|
|
|
|
|
|
|
| |
PR: 31675
Submitted by: maintainer
Notes:
svn path=/head/; revision=49447
|
|
|
|
|
|
|
| |
Submitted by: author/maintainer
Notes:
svn path=/head/; revision=49212
|