Commit graph

22 commits

Author SHA1 Message Date
Alexey Dokuchaev
7e8ab83f6c ftp/bsdftpd-ssl: convert to modern OpenSSL and unbreak the build on -CURRENT. 2021-08-26 04:08:58 +00:00
Mathieu Arnold
79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
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)
2017-01-18 13:20:31 +00:00
Baptiste Daroussin
b132dd99a0 Fix collision with getline(3)
While here regen patches
2016-08-01 06:26:30 +00:00
Adam Weinberger
094bafd957 With CLIENT_ONLY being an OPTION now, remove the unneeded
client-only pkg files.
2014-04-20 19:40:26 +00:00
Li-Wen Hsu
5c8564e8a3 - Fix utmpx for FreeBSD 9+
- 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)
2012-06-26 17:11: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
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
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
Ion-Mihai Tetcu
5db087e859 - fix plist with -DNOPORTEXAMPLES
- while here, modernize the port (USE_RC_SUBR, SUB_FILES)
- bump PORTREVISION

Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
2009-04-07 19:41:45 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Beech Rintoul
1124bb0496 - Add patch - Set LANG=C while doing character translations.
PR:		ports/115966
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	Nick Leuta <skynick@mail.sc.ru> (maintainer),
		sat (mentor)
2007-09-07 19:31:41 +00:00
Sergey Matveychuk
29163244f1 - Patch to fix build with gcc 4.x
- PORTREVISION bump because some minor functional changes.

PR:		ports/115841
Submitted by:	maintainer
2007-08-30 17:58:16 +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
Pav Lucistnik
ea99a48434 - Update to 1.1.0
PR:		ports/83633
Submitted by:	Nick Leuta <skynick@mail.sc.ru> (maintainer)
2005-07-18 20:54:41 +00:00
Kirill Ponomarev
1494cd174a Fix build with gcc-3.4
PR:		ports/70131
Submitted by:	maintainer
2004-08-07 19:22:52 +00:00
Kirill Ponomarev
de62a04018 Update to 1.0.2
PR:		ports/69343
Submitted by:	maintainer
2004-07-21 12:48:22 +00:00
Pav Lucistnik
bb56456c2c - Update to 1.0.1
PR:		ports/63650
Submitted by:	Nick Leuta <skynick@mail.sc.ru> (maintainer)
2004-03-02 23:23:55 +00:00
Kirill Ponomarev
1bc9c43ec8 - Data transfere may be aborted now with the next message,
because the EINTR error isn't handled: "426 Data connection:
  Interrupted system call".

PR:		61221
Submitted by:	maintainer
2004-01-11 23:03:43 +00:00
Kirill Ponomarev
b8fbaf37a1 - Update to version 1.0.0
PR:		59761
Submitted by:	maintainer
2003-12-04 15:04:26 +00:00
Kirill Ponomarev
9ee88b416a - Fix build on -current
PR:		58200
Submitted by:	maintainer
2003-10-21 14:43:28 +00:00
Tilman Keskinoz
93fd733ccc Add BSDftpd-ssl, an RFC 2228 compliant TLS/SSL-enhanced FTP server.
PR:		44756
Submitted by:	Nick Leuta <skynick@stu.lipetsk.ru>
2003-04-06 15:06:19 +00:00