Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.110 2015/06/12 10:50:42 wiz Exp $
# $NetBSD: Makefile,v 1.114 2015/09/07 12:02:06 jperkin Exp $
DISTNAME= lftp-4.4.6
PKGREVISION= 5
DISTNAME= lftp-4.6.3a
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.yar.ru/pub/source/lftp/ \
MASTER_SITES= http://lftp.yar.ru/ftp/ \
ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \
ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
@@ -29,9 +29,6 @@ SHLIBTOOL_OVERRIDE= # empty
.include "options.mk"
LDFLAGS.Darwin+= -flat_namespace
.if ${OPSYS} == "Darwin"
INSTALL_UNSTRIPPED= yes
.endif
EGDIR= ${PREFIX}/share/examples/lftp
CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf
@@ -49,5 +46,6 @@ post-install: post-install-perl
.include "../../devel/gettext-lib/buildlink3.mk"
# uses _rl_mark_modified_lines
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.18 2013/05/18 20:23:03 adam Exp $
@comment $NetBSD: PLIST,v 1.19 2015/07/25 03:29:57 ryoon Exp $
bin/lftp
bin/lftpget
@comment belongs to libiconv: lib/charset.alias
@@ -33,6 +33,7 @@ share/locale/ko/LC_MESSAGES/lftp.mo
share/locale/pl/LC_MESSAGES/lftp.mo
share/locale/pt_BR/LC_MESSAGES/lftp.mo
share/locale/ru/LC_MESSAGES/lftp.mo
share/locale/uk/LC_MESSAGES/lftp.mo
share/locale/zh_CN/LC_MESSAGES/lftp.mo
share/locale/zh_HK/LC_MESSAGES/lftp.mo
share/locale/zh_TW/LC_MESSAGES/lftp.mo

View File

@@ -1,14 +1,14 @@
$NetBSD: distinfo,v 1.62 2015/03/21 20:04:39 bsiegert Exp $
$NetBSD: distinfo,v 1.63 2015/07/25 03:29:57 ryoon Exp $
SHA1 (lftp-4.4.6.tar.xz) = 76a61015adec55c0d6d5eb013d4cf3f108fd96a0
RMD160 (lftp-4.4.6.tar.xz) = 14ed0f6f5076750cb0661364a6e0a751d4512697
Size (lftp-4.4.6.tar.xz) = 1429480 bytes
SHA1 (lftp-4.6.3a.tar.xz) = 25c743dc45dd494a2eafa57f2418c0e351973e10
RMD160 (lftp-4.6.3a.tar.xz) = c6598c914093669c84ddfeeb07341cd0d073102e
Size (lftp-4.6.3a.tar.xz) = 1505164 bytes
SHA1 (patch-aa) = 988f4f2f5b9469d3c645ffa984d5449a219229bb
SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a
SHA1 (patch-ac) = 8aa2ddc582bbc87cd0a5e8662f328dd2ac8dea90
SHA1 (patch-ad) = daf9867bf3d42d82c6abe9200f3e8db8f91319e9
SHA1 (patch-ae) = 4e2506bbadbda97feeabb208cd43c0dff70ed7d3
SHA1 (patch-configure.ac) = 3264108e79adf637fa631dfe3787aa64c6f84743
SHA1 (patch-lib_inttypes.in.h) = 36d4cabc7fd9beef8f93973370ef5125c38ca121
SHA1 (patch-src_SSH__Access.cc) = 6f5f340f625bad1358b19dfdf5280ab4fef61586
SHA1 (patch-configure.ac) = 36bec002fc0f97d0cb2cd2820fdb094c9694ab38
SHA1 (patch-lib_inttypes.in.h) = 608380392b04f84db756fcd6bf8ef35d72cd35fd
SHA1 (patch-src_SSH__Access.cc) = 77967fd8e64f6f1a58afef82b04fcf520c95d21f
SHA1 (patch-src_module.cc) = 236fe2ce4ff215ddfe44fc86ed43ed00849280b8

View File

@@ -1,18 +0,0 @@
$NetBSD: patch-configure.ac,v 1.1 2013/05/18 20:23:03 adam Exp $
GNU lib tests must be run with C compiler.
--- configure.ac.orig 2013-05-18 20:01:23.000000000 +0000
+++ configure.ac
@@ -237,9 +237,9 @@ fi
AM_PROG_LIBTOOL
LIBTOOL="$LIBTOOL --silent"
-AC_LANG_PUSH(C++)
+AC_LANG_PUSH(C)
gl_INIT
-AC_LANG_POP(C++)
+AC_LANG_POP(C)
if test x$ac_cv_func_wcwidth != xyes || test x$REPLACE_WCWIDTH = x1; then
gl_LIBOBJ([wcwidth])

View File

@@ -1,12 +1,12 @@
$NetBSD: patch-lib_inttypes.in.h,v 1.1 2013/05/18 20:23:03 adam Exp $
$NetBSD: patch-lib_inttypes.in.h,v 1.2 2015/07/25 03:29:57 ryoon Exp $
Poratbility obstacle.
--- lib/inttypes.in.h.orig 2013-05-18 20:12:09.000000000 +0000
--- lib/inttypes.in.h.orig 2015-05-27 08:37:01.000000000 +0000
+++ lib/inttypes.in.h
@@ -52,9 +52,6 @@
/* Get CHAR_BIT. */
#include <limits.h>
@@ -56,9 +56,6 @@
# include <stdio.h>
#endif
-#if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX)
-# error "This file assumes that 'int' has exactly 32 bits. Please report your platform and compiler to <bug-gnulib@gnu.org>."

View File

@@ -1,16 +0,0 @@
$NetBSD: patch-src_SSH__Access.cc,v 1.1 2015/03/21 20:04:39 bsiegert Exp $
Do not save fingerprints of unknown hosts.
--- src/SSH_Access.cc.orig 2015-03-21 19:58:58.000000000 +0000
+++ src/SSH_Access.cc
@@ -69,8 +69,8 @@ int SSH_Access::HandleSSHMessage()
}
if(s>=y_len && !strncasecmp(b+s-y_len,y,y_len))
{
- pty_recv_buf->Put("yes\n");
- pty_send_buf->Put("yes\n");
+ pty_recv_buf->Put("no\n");
+ pty_send_buf->Put("no\n");
return m;
}
if(!received_greeting && recv_buf->Size()>0)