1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

80 Commits

Author SHA1 Message Date
Dirk Meyer
05d9c5df9c - fix linebreaks and spacing 2012-07-27 09:25:07 +00:00
Dirk Meyer
0dbc14cfaa - Use OPTIONS_DEFINE
PR:		170101
Submitted by:	Hung-te Liang
2012-07-26 16:21:29 +00:00
Dirk Meyer
ccfa16c597 - Fix pass -rpath from compiler to linker
PR:		170101
Submitted by:	Hung-te Liang
2012-07-26 16:18:08 +00:00
Dirk Meyer
cd504b8e7b - Fix build with clang 3.0
PR:		170101
Submitted by:	Hung-te Liang
2012-07-26 15:30:27 +00:00
Dirk Meyer
fcd07d6dfd - update WWW and email
PR:		170101
Submitted by:	Hung-te Liang
2012-07-26 15:26:13 +00:00
Dirk Meyer
f54ee6559c - add MASTER_SITE_GENTOO 2012-05-28 09:49:56 +00:00
Dirk Meyer
072ff68021 - update to 3.0.0 2012-05-24 18:35:20 +00:00
Dirk Meyer
9c9d075307 - drop option WITH_RC_NG 2012-04-14 08:24:56 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +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
Dirk Meyer
9aa5dca8a7 - update to 2.3.5 2012-01-05 21:38:46 +00:00
Dirk Meyer
18da5070d2 - remove duplicate -lwrap
- drop usage of -lutil
- honor INSTALL_PROGRAM
PR:		163550
2011-12-24 10:51:35 +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
Dirk Meyer
ab81376f6c - update MASTER_SITE
PR:		159504
Submitted by:	Dr Josef L P Karthauser
2011-08-05 14:08:47 +00:00
Dirk Meyer
c6d1e5f573 - fix build on FreeBSD 9.0-CURRENT
PR:		157124
Submitted by:	Andrey V. Elsukov
2011-05-22 08:08:15 +00:00
Pav Lucistnik
cab58d44ab - Mark BROKEN on 9-CURRENT: does not compile
sysdeputil.c:611: error: 'cap_t' undeclared (first use in this function)
  [..]

Reported by:	pointyhat

- While here, remove 6.X specific conditional
2011-05-01 23:14:18 +00:00
Dirk Meyer
346d9a97f3 - update to 2.3.4 2011-02-18 08:34:23 +00:00
Dirk Meyer
c6ac7e7487 - update to 2.3.2 2010-08-20 09:25:15 +00:00
Dirk Meyer
3ba5f84c36 - update to 2.3.1 2010-08-20 07:00:35 +00:00
Dirk Meyer
25ddb25df9 - rc.d supports now vsftpd_config
PR:		146556

- new option WITH_PIDFILE
Submitted by:	Eugen Zagorodniy

- update to 2.3.0
2010-08-07 07:49:17 +00:00
Dirk Meyer
1110947410 - add reload target
Submitted by:	Alexander Milanov
2010-07-31 07:21:48 +00:00
Dirk Meyer
da5e61df79 LICENSE GPLv2 2010-06-05 19:53:32 +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
Dirk Meyer
61ca95f20a - fix build with utmpx
Submitted by:	Ed Schouten
2010-01-26 21:31:51 +00:00
Dirk Meyer
2d28d00bac - Update to 2.2.2
Changes: ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.2.2/Changelog
PR:		140651
Submitted by:	Sahil Tandon
2009-11-18 06:19:29 +00:00
Dirk Meyer
cebf092f97 - update to 2.2.0
PR:		139788
Submitted by:	Sahil Tandon
2009-10-20 16:56:55 +00:00
Dirk Meyer
50482aa00e - update to 2.2.0 2009-08-14 19:41:40 +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
Dirk Meyer
a7fcfa5ff2 - update to 2.1.2
Bugfix 421 Data timeout
PR:		134422
2009-05-30 20:35:59 +00:00
Dirk Meyer
bd14297156 - update to 2.1.0
Reported by:	Eugen Zagorodniy
2009-02-25 06:49:26 +00:00
Dirk Meyer
b5357693b1 - Fix pkg-install call script from the Makefile
- Fix pkg-deinstall doesn't match the user used by pkg-install.
- Fix comment at top of vsftpd.conf
- Add commented-out versions of listen=YES and background=YES
  to match the rcNG script's expectations.
- Add missing documentation on how to configure vsftpd to rcNG script.
- Fix two typos in rcNG script.
PR:		130509
Submitted by:	Matthias Andree

- small cleanups
- fix escaping in  rcNG script.
2009-01-17 06:04:20 +00:00
Dirk Meyer
c17e799df8 - add LICENSE: 2009-01-16 16:38:35 +00:00
Dirk Meyer
2ddf67bb3b - update to 2.0.7 2008-07-30 14:09:34 +00:00
Dirk Meyer
53b39a4054 - fixed Spelling
Submitted by:	Richard Toohey
2008-05-24 10:09:18 +00:00
Dirk Meyer
c2dce23ceb - update to 2.0.6 2008-02-18 04:01:32 +00:00
Dirk Meyer
51c928a715 - fix keywords in manpage
PR:		110271
Submitted by:	Bolinard Vincent
2007-03-22 14:04:43 +00:00
Dirk Meyer
1dd97dcd47 - update to 2.0.5 2006-07-09 08:31:52 +00:00
Dirk Meyer
5cc3049113 - make portlint happier 2006-05-08 17:08:01 +00:00
Edwin Groothuis
c8a818ace5 Remove USE_REINPLACE from all categories starting with F 2006-05-07 11:09:22 +00:00
Dirk Meyer
5e6bb83e2d - Fix PAM problem
PR:		92579
Submitted by:	Joe Doupnik
2006-03-18 14:52:33 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Dirk Meyer
64ff999159 - fix another bug in rc.ng script.
Submitted by:	James O'Gorman
2006-01-18 21:32:57 +00:00
Dirk Meyer
8b59cc009a - update to 2.0.4 2006-01-16 09:09:59 +00:00
Dirk Meyer
d6f25f7964 - run vsftpd_check only when vsftpd_enable is set to YES
Submitted by:	James O'Gorman
2005-11-13 10:47:03 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
5132641f9d - more fixes for RC_NG
Submitted by:	Imri Zvik
2005-11-02 17:13:39 +00:00
Dirk Meyer
94818a7cab - more fixes for RC_NG
Submitted by:	Imri Zvik
2005-11-02 16:51:11 +00:00
Dirk Meyer
13b369c498 - more fixes for rc_ng script.
Problems reported by:	Marius Korsmo
2005-10-25 08:10:37 +00:00
Dirk Meyer
2518e08fa6 - prevent endless loop on config errors
- extend USE_RC_SUBR
PR:		87174, 87354
Submitted by:	Pavel Gubin, Wesley Shields
2005-10-13 05:08:13 +00:00
Dirk Meyer
fabe4a5cd9 - include SSL in OPTIONS
PR:		83421
Submitted by:	Marcus Grando
2005-07-15 06:24:46 +00:00