summaryrefslogtreecommitdiff
path: root/net/tnftp/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2021-11-22tnftp: Disable ipv6 option if the OS doesn't have it.nia1-2/+7
Needed on unixware.
2020-06-02tnftp: Move editline support to a non-default option.jperkin1-2/+9
This code was very complicated and easily broke, for example when termcap is builtin but curses is not, resulting in circular dependencies. Such core packages should default to a safe set of build options, unless they can be reliably added to PKG_SUGGESTED_OPTIONS, to avoid a miserable first experience for users running on older or quirky platforms.
2019-11-03net: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2015-09-30replace optional socks5 dependencies with net/dantetnn1-6/+4
2015-02-18Add ssl option that's default-on for systems that provide openssl.wiz1-2/+18
(restoring v1.8 from obache)
2015-02-01Revert "ssl" option handling changes.obache1-18/+2
"configure fix patch" was sent to MAINTAINER, but not approved yet. Moreover, this package is a part of bootstrap dependency, so changes must be proposed/discussed first.
2015-01-19fixes broken "ssl" configure option behavior.obache1-3/+3
2014-12-21broken configure script, "ssl" option will not be switched with "--enable-ssl",obache1-3/+3
unrecognized "--with-ssl" option instead.
2014-11-03prevent unwanted hidden openssl detection.obache1-2/+18
2011-03-12Turn off socks support via configure when option not enabled.wiz1-1/+3
From Gregoire Sutre in PR 44710.
2008-08-09Enable IPv6 support by default, approved by Luke Mewburn.tron1-1/+2
2007-08-07fix CONFIGURE_ARGS for sockslukem1-2/+2
2007-08-07No support for SOCKS4 in tnftp 20070806.lukem1-6/+3
2005-12-02Convert to options framework.wiz1-0/+22