aboutsummaryrefslogtreecommitdiff
path: root/ftp/bsdftpd-ssl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508837
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-061-0/+5
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=498078
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-13/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Fix collision with getline(3)Baptiste Daroussin2016-08-015-98/+87
| | | | | | | While here regen patches Notes: svn path=/head/; revision=419427
* - Update MASTER_SITES:Sunpoet Po-Chuan Hsieh2016-06-261-5/+2
| | | | | | | | | | | | - Remove unresolvable bsdftpd.org - Add my LOCAL - Remove BROKEN - Unmark DEPRECATED and remove EXPIRATION_DATE Approved by: portmgr (blanket) Notes: svn path=/head/; revision=417592
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-031-0/+2
| | | | Notes: svn path=/head/; revision=416324
* Mark as broken: does not fetchBaptiste Daroussin2015-12-121-0/+1
| | | | Notes: svn path=/head/; revision=403637
* Explicitly link against libpam. Fixes builds with external toolchains (qemu ↵Sean Bruno2015-02-121-0/+3
| | | | | | | | | | | | powered poudriere). PR: 196966 Approved by: maintainer timeout Notes: svn path=/head/; revision=378895
* Clean up plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371277
* Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.Adam Weinberger2014-07-031-3/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360440
* With CLIENT_ONLY being an OPTION now, remove the unneededAdam Weinberger2014-04-202-30/+0
| | | | | | | client-only pkg files. Notes: svn path=/head/; revision=351636
* STAGE support. Turn "CLIENT_ONLY" into an OPTION. Put examples intoAdam Weinberger2014-04-182-108/+70
| | | | | | | EXAMPLESDIR instead of DOCSDIR. Notes: svn path=/head/; revision=351559
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* Fix build on HEAD, by properly defining the MAKE_ENV and by actually using it.Baptiste Daroussin2013-07-191-3/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=323294
* - Convert to OptionsNGEitan Adler2013-06-231-8/+6
| | | | | | | | | - add OBJFORMAT to the make envrionment as it will be removed shortly. Approved by: skynick@mail.sc.ru (maintainer) Notes: svn path=/head/; revision=321650
* - Fix utmpx for FreeBSD 9+Li-Wen Hsu2012-06-264-37/+88
| | | | | | | | | | | | | | - Seperate logwtmp.c patch from patch-gcc4 - Change MASTER_SITES because the original site has no ns record now - Undefine DISTNAME - Bump PORTREVISION PR: ports/169096 Submitted by: Hung-te Liang <lhd@cs.nctu.edu.tw> Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=300029
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251271
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - fix plist with -DNOPORTEXAMPLESIon-Mihai Tetcu2009-04-074-11/+7
| | | | | | | | | | | - while here, modernize the port (USE_RC_SUBR, SUB_FILES) - bump PORTREVISION Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231807
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-054-100/+0
| | | | Notes: svn path=/head/; revision=225293
* - Fix MASTER_SITES (make fetchable)Beech Rintoul2008-12-081-1/+1
| | | | | | | | | PR: ports/129443 Submitted by: Alexander Kirpa <freebsd-bug@kirpa.com> Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=224008
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200771
* - Add patch - Set LANG=C while doing character translations.Beech Rintoul2007-09-071-0/+15
| | | | | | | | | | PR: ports/115966 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer), sat (mentor) Notes: svn path=/head/; revision=199041
* - Patch to fix build with gcc 4.xSergey Matveychuk2007-08-302-1/+258
| | | | | | | | | | - PORTREVISION bump because some minor functional changes. PR: ports/115841 Submitted by: maintainer Notes: svn path=/head/; revision=198548
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* - Update to 1.1.0Pav Lucistnik2005-07-1813-107/+212
| | | | | | | | PR: ports/83633 Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=139536
* Fix build with gcc-3.4Kirill Ponomarev2004-08-071-0/+89
| | | | | | | | PR: ports/70131 Submitted by: maintainer Notes: svn path=/head/; revision=115579
* Update to 1.0.2Kirill Ponomarev2004-07-213-3/+9
| | | | | | | | PR: ports/69343 Submitted by: maintainer Notes: svn path=/head/; revision=114344
* - Update to 1.0.1Pav Lucistnik2004-03-026-46/+54
| | | | | | | | PR: ports/63650 Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=102777
* - Data transfere may be aborted now with the next message,Kirill Ponomarev2004-01-112-0/+41
| | | | | | | | | | | because the EINTR error isn't handled: "426 Data connection: Interrupted system call". PR: 61221 Submitted by: maintainer Notes: svn path=/head/; revision=97955
* - Update to version 1.0.0Kirill Ponomarev2003-12-047-49/+46
| | | | | | | | PR: 59761 Submitted by: maintainer Notes: svn path=/head/; revision=95007
* - Fix build on -currentKirill Ponomarev2003-10-211-0/+12
| | | | | | | | PR: 58200 Submitted by: maintainer Notes: svn path=/head/; revision=91825
* update to 0.6.3Yen-Ming Lee2003-09-062-2/+2
| | | | | | | | PR: 56508 Submitted by: Nick Leuta <skynick@mail.sc.ru> Notes: svn path=/head/; revision=88610
* Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.Tilman Keskinoz2003-04-067-0/+157
PR: 44756 Submitted by: Nick Leuta <skynick@stu.lipetsk.ru> Notes: svn path=/head/; revision=78426