Commit Graph

29 Commits

Author SHA1 Message Date
Jason Unovitch
9b02a7e3f0 ftp/vsftpd-ext: unbreak build on 9.x i386 and clean up port
- Force clang on FreeBSD < 10.0 to resolve 9.x i386 build issues
- Modernize USES with tar:tgz
- Rely on USERS/GROUPS; remove pkg-install/pkg deinstall scripts
- Remove direct chmod usage
- Regen patch to pet portlint

PR:		200791
Submitted by:	Xu Jing <xjflyttp@gmail.com> (maintainer - original version)
Approved by:	delphij (mentor)
MFH:		2015Q3
2015-08-14 16:57:55 +00:00
Dmitry Marakasov
bd216a7b5d Mark BROKEN on FreeBSD 9.x i386, does not link:
sysutil.o: In function `vsf_sysutil_tzset':
sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_parse_time':
sysutil.c:(.text+0x306a): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_sockaddr_in_mask':
sysutil.c:(.text+0x3ac8): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_getpeername':
sysutil.c:(.text+0x3c75): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_getsockname':
sysutil.c:(.text+0x3d45): undefined reference to `__stack_chk_fail_local'
sysutil.o:sysutil.c:(.text+0x44d2): more undefined references to `__stack_chk_fail_local' follow

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-29 17:37:52 +00:00
Dmitry Marakasov
8c57ee4f0c - Mark BROKEN on 9.x i386:
sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local'

Approved by:	portmgr blanket
Reported by:	pkg-fallout
2015-06-25 11:34:13 +00:00
Kurt Jaeger
ce0872f121 ftp/vsftpd-ext: fixing path to vsftpd.conf
PR:		195239
Submitted by:	Xu Jing <xjflyttp@gmail.com> (maintainer)
2015-01-09 20:11:59 +00:00
John Marino
a628c160a4 ftp/vsftpd(-ext): USES=alias to fix build on DragonFly 2014-11-01 00:35:10 +00:00
Antoine Brodin
1910aa2bcb Revert part of r371277 2014-10-28 07:04:00 +00:00
Kurt Jaeger
ebf1c84a52 ftp/vsftpd-ext: fix build for 9.1 i386
PR:		193989
Submitted by:	Xu Jing <xjflyttp@gmail.com> (maintainer)
2014-10-21 19:53:12 +00:00
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Kurt Jaeger
81e21611a5 ftp/vsftpd-ext: resurrect, upgrade 2.3.5 -> 3.0.2, stagify
Extended build of vsftpd with additional features.

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

PR:		193916
Submitted by:	Xu Jing <xjflyttp@gmail.com>
2014-09-26 20:43:29 +00:00
Baptiste Daroussin
82a079fce3 Remove non staged ports without pending PR from f* 2014-09-01 15:53:20 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Bernhard Froehlich
1a4e87af80 - Fix typo in options conversion
With hat:	portmgr
2014-01-28 09:19:20 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Baptiste Daroussin
1933bfac59 Convert left unconverted ports in ftp to new options framework 2013-03-26 09:58:33 +00:00
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