Commit graph

33 commits

Author SHA1 Message Date
jperkin
8466b0b129 Use CATMAN_SECTION_SUFFIX in packages which perform their own catman
page installation.
2013-09-12 11:18:40 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
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-07-15 02:02:17 +00:00
obache
056f76297c LICENSE=original-bsd 2013-02-16 09:34:38 +00:00
obache
1b17791dce check usability of builtin termcap if FETCH_USING=ftp
to avoid circular dependency with termcap from pkgsrc (devel/ncurses).
2013-02-16 09:32:29 +00:00
asau
388ca6deca Respect user settings of not using builtin termcap/curses. 2012-10-31 04:54:40 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
joerg
0b1f219c48 Honour MANINSTALL. 2012-03-04 19:49:41 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
da712f263e Add a marker for bootstrap packages to allow special cases them during
bulk builds.
2008-06-19 18:36:51 +00:00
tnn
2e127c32eb Inhibit possible dependency on sysutils/checkperms to avoid circular dep. 2008-05-28 13:36:18 +00:00
jlam
84fa8ca684 + Remove pkgtools/pax and pkgtools/tnftp as they are no longer different
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.
2008-03-06 04:45:58 +00:00
lukem
ca09998c65 no need for PKGREVISION yet 2007-08-07 04:59:52 +00:00
rillig
0cc3a0b511 For consistency with the other tools from bootstrap, the preformatted
manual page is installed as cat1/ftp.0 instead of cat1/ftp.1. Bumped
PKGREVISION.
2006-07-24 08:10:37 +00:00
jlam
4118037f3f Create a separate pkgtools/tnftp package that is installed as part of
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-14 21:41:42 +00:00
jlam
1284f595b8 Mark these packages as NO_MTREE as they are bootstrap packages and don't
need mtree to pre-generate any directories for them.
2006-07-14 16:24:28 +00:00
wiz
348f95519b Convert to options framework. 2005-12-02 17:03:06 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
lukem
3d1bd2300a update to tnftp-20050625 2005-06-25 07:01:20 +00:00
lukem
1524f1105e Update to tnftp 20050610.
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-06-10 05:10:02 +00:00
lukem
0e2d43cf18 Fix the build on OS X.3.
Bump PKGREVISION.
2005-05-14 06:06:26 +00:00
lukem
4b8612bd09 Update to tnftp 20050514 2005-05-14 05:16:09 +00:00
lukem
b574430a64 Update to tnftp-20050511. 2005-05-11 10:00:57 +00:00
tv
049d18c583 Don't "cp -p" for *source* files. Builds are usually done as an unprivileged
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-06 05:32:29 +00:00
lukem
57e169fa7a update to tnftp 20050103 2005-01-04 23:48:06 +00:00
grant
401eee5c13 bump PKGREVISION for SIGINT fixes. 2004-07-27 10:25:24 +00:00
grant
19aa548dc0 put a copy of the extracted tnftp sources in files/, required for
bootstrap.

ok'd by lukem.
2004-03-11 13:01:01 +00:00
grant
c1ba386ea1 kth-krb4: add CONFLICT on tnftp.
tnftp: add CONFLICT on lukemftp, kth-krb4.
2004-01-15 10:35:49 +00:00
grant
5b45acc471 use MAKE_ENV.SunOS instead of a conditional. 2003-12-19 12:02:04 +00:00
agc
f9f562f2af It might be better to indent the "if", rather than the ".", so that make(1)
DTRT.
2003-12-19 10:52:18 +00:00
agc
200a286e88 Remove superfluous PKGNAME definition - it takes its value from DISTNAME. 2003-12-19 09:16:52 +00:00
grant
ea0b299166 indent conditionals, quote some literals, uppercase FTP and a literal. 2003-12-18 01:47:07 +00:00
lukem
4a2716ad0d update to tnftp-20030825; cygwin portability fixes 2003-08-25 12:24:04 +00:00
lukem
e240b51230 tnftp 20030731:
`tnftp' is a portable version of the NetBSD ftp client, hence the name.
It was formerly known as `lukemftp'.
2003-07-31 07:52:53 +00:00