pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tnftp Update tnftp package from 20141031 to 20141104
details: https://anonhg.NetBSD.org/pkgsrc/rev/455f8f83c608
branches: trunk
changeset: 641345:455f8f83c608
user: agc <agc%pkgsrc.org@localhost>
date: Tue Nov 04 22:38:26 2014 +0000
description:
Update tnftp package from 20141031 to 20141104
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
diffstat:
net/tnftp/Makefile | 6 +++---
net/tnftp/files/ChangeLog | 12 +++++++++++-
net/tnftp/files/NEWS | 8 ++++++--
net/tnftp/files/configure | 25 +++++++++++++------------
net/tnftp/files/configure.ac | 11 ++++++-----
net/tnftp/files/tnftp.h | 5 ++++-
net/tnftp/files/tnftp_config.h.in | 3 +++
7 files changed, 46 insertions(+), 24 deletions(-)
diffs (227 lines):
diff -r b97f66c02792 -r 455f8f83c608 net/tnftp/Makefile
--- a/net/tnftp/Makefile Tue Nov 04 21:41:20 2014 +0000
+++ b/net/tnftp/Makefile Tue Nov 04 22:38:26 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2014/10/31 18:59:32 spz Exp $
+# $NetBSD: Makefile,v 1.37 2014/11/04 22:38:26 agc Exp $
-DISTNAME= tnftp-20141031
+DISTNAME= tnftp-20141104
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
@@ -14,7 +14,7 @@
COMMENT= The enhanced FTP client in NetBSD
LICENSE= original-bsd
-BOOTSTRAP_PKG= yes
+BOOTSTRAP_PKG= yes
GNU_CONFIGURE= yes
CHECK_PERMS= no
diff -r b97f66c02792 -r 455f8f83c608 net/tnftp/files/ChangeLog
--- a/net/tnftp/files/ChangeLog Tue Nov 04 21:41:20 2014 +0000
+++ b/net/tnftp/files/ChangeLog Tue Nov 04 22:38:26 2014 +0000
@@ -1,5 +1,15 @@
-$NetBSD: ChangeLog,v 1.8 2014/10/31 18:59:32 spz Exp $
+$NetBSD: ChangeLog,v 1.9 2014/11/04 22:38:26 agc Exp $
+
+
+Mon Nov 3 21:43:20 UTC 2014 lukem
+ * Release as "tnftp 20141104".
+
+Fri Oct 31 08:32:28 UTC 2014 lukem
+
+ * Use '=' not '==' with test in configure.
+
+ * Check for <sys/uio.h> for writev() declaration.
Fri Oct 31 04:07:38 UTC 2014 lukem
diff -r b97f66c02792 -r 455f8f83c608 net/tnftp/files/NEWS
--- a/net/tnftp/files/NEWS Tue Nov 04 21:41:20 2014 +0000
+++ b/net/tnftp/files/NEWS Tue Nov 04 22:38:26 2014 +0000
@@ -1,6 +1,10 @@
-$NetBSD: NEWS,v 1.1.1.2 2014/10/31 18:47:04 spz Exp $
+$NetBSD: NEWS,v 1.2 2014/11/04 22:38:26 agc Exp $
+
+This is tnftp version 20141104.
-This is tnftp version 20141031.
+Changes in tnftp from 20141031 to 20141104:
+
+ Portability fixes.
Changes in tnftp from 20130505 to 20141031:
diff -r b97f66c02792 -r 455f8f83c608 net/tnftp/files/configure
--- a/net/tnftp/files/configure Tue Nov 04 21:41:20 2014 +0000
+++ b/net/tnftp/files/configure Tue Nov 04 22:38:26 2014 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.ac Revision: 1.26 .
+# From configure.ac Revision: 1.29 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for tnftp 20141031.
+# Generated by GNU Autoconf 2.69 for tnftp 20141104.
#
# Report bugs to <lukem%NetBSD.org@localhost>.
#
@@ -596,8 +596,8 @@
# Identity of this package.
PACKAGE_NAME='tnftp'
PACKAGE_TARNAME='tnftp'
-PACKAGE_VERSION='20141031'
-PACKAGE_STRING='tnftp 20141031'
+PACKAGE_VERSION='20141104'
+PACKAGE_STRING='tnftp 20141104'
PACKAGE_BUGREPORT='lukem%NetBSD.org@localhost'
PACKAGE_URL=''
@@ -1333,7 +1333,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures tnftp 20141031 to adapt to many kinds of systems.
+\`configure' configures tnftp 20141104 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1403,7 +1403,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of tnftp 20141031:";;
+ short | recursive ) echo "Configuration of tnftp 20141104:";;
esac
cat <<\_ACEOF
@@ -1518,7 +1518,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-tnftp configure 20141031
+tnftp configure 20141104
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2103,7 +2103,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by tnftp $as_me 20141031, which was
+It was created by tnftp $as_me 20141104, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3067,7 +3067,7 @@
# Define the identity of the package.
PACKAGE='tnftp'
- VERSION='20141031'
+ VERSION='20141104'
cat >>confdefs.h <<_ACEOF
@@ -12383,7 +12383,8 @@
' # accheck_includes
for ac_header in sys/types.h sys/ioctl.h sys/param.h sys/stat.h \
- sys/socket.h sys/syslimits.h sys/time.h sys/wait.h
+ sys/socket.h sys/syslimits.h sys/time.h sys/uio.h \
+ sys/wait.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$accheck_includes
@@ -15274,7 +15275,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by tnftp $as_me 20141031, which was
+This file was extended by tnftp $as_me 20141104, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15340,7 +15341,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-tnftp config.status 20141031
+tnftp config.status 20141104
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -r b97f66c02792 -r 455f8f83c608 net/tnftp/files/configure.ac
--- a/net/tnftp/files/configure.ac Tue Nov 04 21:41:20 2014 +0000
+++ b/net/tnftp/files/configure.ac Tue Nov 04 22:38:26 2014 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: configure.ac,v 1.3 2014/10/31 18:59:32 spz Exp $
+# $NetBSD: configure.ac,v 1.4 2014/11/04 22:38:26 agc Exp $
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([tnftp], [20141031], [lukem%NetBSD.org@localhost])
+AC_INIT([tnftp], [20141104], [lukem%NetBSD.org@localhost])
AC_PREREQ([2.69])
AC_COPYRIGHT([
Copyright (c) 1999-2014 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.3 $])
+AC_REVISION([$Revision: 1.4 $])
AS_SHELL_SANITIZE()
@@ -140,7 +140,7 @@
AS_IF([test "$with_ssl" != no],
[AC_MSG_NOTICE([--with-ssl=$with_ssl; checking for required OpenSSL features])
- AS_IF([test "$have_ssl" == yes],
+ AS_IF([test "$have_ssl" = yes],
[AC_DEFINE([WITH_SSL], [1])
AC_MSG_NOTICE([enabling SSL support])
with_ssl=yes],
@@ -229,7 +229,8 @@
' # accheck_includes
AC_CHECK_HEADERS([sys/types.h sys/ioctl.h sys/param.h sys/stat.h \
- sys/socket.h sys/syslimits.h sys/time.h sys/wait.h],
+ sys/socket.h sys/syslimits.h sys/time.h sys/uio.h \
+ sys/wait.h],
[], [], [$accheck_includes])
AC_HEADER_DIRENT()
AC_HEADER_RESOLV()
diff -r b97f66c02792 -r 455f8f83c608 net/tnftp/files/tnftp.h
--- a/net/tnftp/files/tnftp.h Tue Nov 04 21:41:20 2014 +0000
+++ b/net/tnftp/files/tnftp.h Tue Nov 04 22:38:26 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tnftp.h,v 1.13 2014/10/31 18:59:32 spz Exp $ */
+/* $NetBSD: tnftp.h,v 1.14 2014/11/04 22:38:26 agc Exp $ */
#define FTP_PRODUCT PACKAGE_NAME
#define FTP_VERSION PACKAGE_VERSION
@@ -70,6 +70,9 @@
# include <ndir.h>
# endif
#endif
+#if defined(HAVE_SYS_UIO_H)
+# include <sys/uio.h>
+#endif
#if defined(HAVE_SYS_IOCTL_H)
# include <sys/ioctl.h>
diff -r b97f66c02792 -r 455f8f83c608 net/tnftp/files/tnftp_config.h.in
--- a/net/tnftp/files/tnftp_config.h.in Tue Nov 04 21:41:20 2014 +0000
+++ b/net/tnftp/files/tnftp_config.h.in Tue Nov 04 22:38:26 2014 +0000
@@ -388,6 +388,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#undef HAVE_SYS_UIO_H
+
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
Home |
Main Index |
Thread Index |
Old Index