summaryrefslogtreecommitdiff
path: root/ftp/bsdftpd-ssl/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ftp/bsdftpd-ssl: convert to modern OpenSSL and unbreak the build on -CURRENT.Alexey Dokuchaev2021-08-265-69/+175
|
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508837
* 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
* 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
* - Fix utmpx for FreeBSD 9+Li-Wen Hsu2012-06-262-21/+72
| | | | | | | | | | | | | | - 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
* 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
* 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-072-0/+0
| | | | | | | | | | | - 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-053-84/+0
| | | | Notes: svn path=/head/; revision=225293
* - 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-301-0/+257
| | | | | | | | | | - 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
* - Update to 1.1.0Pav Lucistnik2005-07-1810-97/+163
| | | | | | | | 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-211-1/+6
| | | | | | | | PR: ports/69343 Submitted by: maintainer Notes: svn path=/head/; revision=114344
* - Update to 1.0.1Pav Lucistnik2004-03-023-41/+43
| | | | | | | | 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-111-0/+40
| | | | | | | | | | | 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-043-18/+9
| | | | | | | | 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
* Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.Tilman Keskinoz2003-04-063-0/+29
PR: 44756 Submitted by: Nick Leuta <skynick@stu.lipetsk.ru> Notes: svn path=/head/; revision=78426