summaryrefslogtreecommitdiff
path: root/net/tnftp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02tnftp: Move editline support to a non-default option.jperkin1-26/+1
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.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2016-02-25Remove manual OPSYSVARS additions which are now part of the default set.jperkin1-3/+1
2015-10-04merge tnftp-20151004 from ftp.n.o/pub/NetBSD/misc/tnftp/tnftp-20151004.tar.gztnn1-2/+2
- Add -x xferbufsize to set xferbuf size. - Add Server Name Indication (SNI) support for https. - Increase buffer limit used for response handling.
2015-02-24Reset maintainer, lukem has no pkgsrc capabilities.wiz1-2/+2
2014-11-04Update tnftp package from 20141031 to 20141104agc1-3/+3
Bring over changes from source of truth in othersrc/usr.bin/tnftp Changes since previous version: -This is tnftp version 20141031. +This is tnftp version 20141104. + +Changes in tnftp from 20141031 to 20141104: + + Portability fixes. With thanks to lukem for the nudge
2014-10-31merge for tnftp-20141031spz1-2/+7
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-02-14Fixes detection of builtin editline after automatic conversion fromobache1-5/+5
devel/readline/buillink3.mk to mk/readline.buildlink.mk. Resolve "No usable termcap library found on the system." error without builtin termcap.
2013-09-12Use CATMAN_SECTION_SUFFIX in packages which perform their own catmanjperkin1-1/+2
page installation.
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-3/+3
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-02-16LICENSE=original-bsdobache1-1/+2
2013-02-16check usability of builtin termcap if FETCH_USING=ftpobache1-1/+12
to avoid circular dependency with termcap from pkgsrc (devel/ncurses).
2012-10-31Respect user settings of not using builtin termcap/curses.asau1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-03-04Honour MANINSTALL.joerg1-1/+3
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-05-28Inhibit possible dependency on sysutils/checkperms to avoid circular dep.tnn1-1/+2
2008-03-06+ Remove pkgtools/pax and pkgtools/tnftp as they are no longer differentjlam1-5/+37
from archivers/pax and net/tnftp, respectively. In the past, the pkgtools version of these packages installed into ${PKG_TOOLS_BIN}, but this was changed in: pkgtools/pax/Makefile:1.15 pkgtools/tnftp/Makefile:1.3 + Get rid of archivers/pax/Makefile.common and net/tnftp/Makefile.common by merging them into their respective Makefiles. The Makefile.common files existed solely for inclusion by the pkgtools versions of these packages, but with the removal of those packages, these files are now unnecessary. + Add full DESTDIR support to archivers/pax and net/tnftp. + Modify the bootstrap to build archivers/pax and net/tnftp instead of the pkgtools versions of these packages.
2007-08-07no need for PKGREVISION yetlukem1-2/+1
2006-07-24For consistency with the other tools from bootstrap, the preformattedrillig1-1/+2
manual page is installed as cat1/ftp.0 instead of cat1/ftp.1. Bumped PKGREVISION.
2006-07-14Create a separate pkgtools/tnftp package that is installed as part ofjlam1-24/+5
the bootstrap process and which may be needed by pkg_install. This is distinct from the net/tnftp package that is now a "normal" package. Modify the bootstrap script to use pkgtools/tnftp instead, and clean up some of the registration code.
2006-07-14Mark these packages as NO_MTREE as they are bootstrap packages and don'tjlam1-1/+2
need mtree to pre-generate any directories for them.
2005-12-02Convert to options framework.wiz1-19/+2
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-06-25update to tnftp-20050625lukem1-2/+2
2005-06-10Update to tnftp 20050610.lukem1-3/+2
Notable changes (see files/ChangeLog for full details): * Convert to use getline() instead of fgets() whenever reading user input to ensure that an overly long input line doesn't leave excess characters for the next input operation to accidentally use as input. Should fix PR 23953. * Improve method used in fileindir() to determine if `file' is in or under `dir': realpath(3) on non-NetBSD systems may fail if the target filename doesn't exist, so instead use realpath(3) on the parent directory of `file'. (The previous code was over-aggressive in preventing transfers on systems with a realpath(3) that had different semantics to NetBSD.) * Various portability fixes.
2005-05-14Fix the build on OS X.3.lukem1-1/+2
Bump PKGREVISION.
2005-05-14Update to tnftp 20050514lukem1-2/+2
2005-05-11Update to tnftp-20050511.lukem1-2/+4
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
2005-01-04update to tnftp 20050103lukem1-3/+2
2004-07-27bump PKGREVISION for SIGINT fixes.grant1-1/+2
2004-03-11put a copy of the extracted tnftp sources in files/, required forgrant1-2/+8
bootstrap. ok'd by lukem.
2004-01-15kth-krb4: add CONFLICT on tnftp.grant1-1/+4
tnftp: add CONFLICT on lukemftp, kth-krb4.
2003-12-19use MAKE_ENV.SunOS instead of a conditional.grant1-4/+3
2003-12-19It might be better to indent the "if", rather than the ".", so that make(1)agc1-2/+2
DTRT.
2003-12-19Remove superfluous PKGNAME definition - it takes its value from DISTNAME.agc1-2/+1
2003-12-18indent conditionals, quote some literals, uppercase FTP and a literal.grant1-8/+8
2003-08-25update to tnftp-20030825; cygwin portability fixeslukem1-3/+3
2003-07-31tnftp 20030731:lukem1-0/+38
`tnftp' is a portable version of the NetBSD ftp client, hence the name. It was formerly known as `lukemftp'.