1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Florian Smeets
ee2104cd5f The previous patch was supposed to fix vsftpd so that it would look for the
configuration file in /usr/local/etc/vsftpd.conf but it did not, currently it is
looking for the file in /usr/local/etc/vsftpd//usr/local/etc/vsftpd.conf, this
patch makes it look for /usr/local/etc/vsftpd.conf as also specified in
pkg-plist.

Approved by:	maintainer
2012-02-28 21:28:21 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Michael Scheidell
d477272613 - Update to 2.3.5-ext1 [1]
- Fix path to vsftpd.conf in defs.h and builddefs.h old path /usr/local/etc/vsftpd.conf is not defined correctly [1]
- patch-sysdeputil.c removed (FreeBSD already detected in sources) [1]

PR:		ports/163940 [1]
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1]
Approved by:	gelraen.ua@gmail.com (maintainer), gabor (mentor, implicit)
2012-01-09 16:39:53 +00:00
Michael Scheidell
920d144bdf - Remove ../files/patch-Makefile (again)
PR:		ports/163548
Approved by:	gabor (mentor)
2011-12-26 20:40:28 +00:00
Michael Scheidell
a5e3cf835e - respect CC/CFLAGS/STRIP on vsftpd-ext
PR:             ports/163550
Submitted by:   Jan Beich <jbeich@tormail.net>
Approved by:    gelraen.ua@gmail.com (maintainer), gabor(mentor)
2011-12-23 19:18:55 +00:00
Michael Scheidell
91a200ee3b - extra files, missed by committer
PR:		ports/163246
Approved by:	gabor (mentor)
2011-12-21 13:19:37 +00:00
Michael Scheidell
eadbe216b0 - Update to 2.3.4 ext2 [1]
- Unbreak build on 9.x [1]
- rename RC_NG to RC_SCRIPT standard [2]

PR:		ports/163246
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) [1]
Approved by:	gabor (mentor) [2]
2011-12-21 13:18:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Erwin Lansing
b10bdf644d Mark BROKEN on 9.x: does not build 2010-04-18 19:05:19 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
b69d24a26d - Update to 2.1.2
PR:		136902
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
2009-07-26 15:03:11 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Philip M. Gollucci
2b9da571f3 Extended build of vsftpd with additional features.
- Added char convertion without iconv for some charsets.
- Added rules for anonymous access based on user's IP address masks.
- Added rules for user access only from defined IPs.
- Allow or disallow delete files by anonymous.
- Added chowning anonymous uploaded files by user IP.
- Added new parametr double_377 (by default 1). This paramert switch off telnet specific character \377.
- Changed find libs in "vsf_findlibs.sh".
- Different speed for upload and download data transfer rates for anonymous and local users.

WWW: http://vsftpd.devnet.ru/eng/

PR:		ports/132556
Submitted by:	Maxim Ignatenko
2009-06-16 03:53:40 +00:00