diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-ftp/lftp/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-ftp/lftp/files')
-rw-r--r-- | net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch | 21 | ||||
-rw-r--r-- | net-ftp/lftp/files/lftp-4.5.3-autopoint.patch | 10 | ||||
-rw-r--r-- | net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch | 11 | ||||
-rw-r--r-- | net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch | 10 |
4 files changed, 52 insertions, 0 deletions
diff --git a/net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch b/net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch new file mode 100644 index 00000000000..6180d923a8f --- /dev/null +++ b/net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch @@ -0,0 +1,21 @@ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -18,7 +18,8 @@ + example_module1_la_SOURCES = example-module1.cc + example_module1_la_LDFLAGS = -module -avoid-version -rpath $(pkgverlibdir) + +-TASK_MODULES = liblftp-pty.la liblftp-network.la proto-ftp.la proto-http.la proto-file.la proto-fish.la proto-sftp.la ++TASK_MODULES = liblftp-pty.la liblftp-network.la proto-ftp.la proto-http.la proto-file.la proto-fish.la proto-sftp.la liblftp-tasks.la liblftp-jobs.la ++ + JOB_MODULES = cmd-mirror.la cmd-sleep.la cmd-torrent.la + if WITH_MODULES + pkgverlib_LTLIBRARIES = $(TASK_MODULES) $(JOB_MODULES) +@@ -26,8 +27,6 @@ + TASK_MODULES_STATIC = $(TASK_MODULES) + JOB_MODULES_STATIC = $(JOB_MODULES) + endif +-lib_LTLIBRARIES = liblftp-tasks.la liblftp-jobs.la +- + proto_ftp_la_SOURCES = ftpclass.cc ftpclass.h FtpListInfo.cc FtpListInfo.h\ + FtpDirList.cc FtpDirList.h ftp-opie.c FileCopyFtp.cc FileCopyFtp.h + proto_http_la_SOURCES = Http.cc Http.h HttpDir.cc HttpDir.h HttpDirXML.cc diff --git a/net-ftp/lftp/files/lftp-4.5.3-autopoint.patch b/net-ftp/lftp/files/lftp-4.5.3-autopoint.patch new file mode 100644 index 00000000000..7a68843cef0 --- /dev/null +++ b/net-ftp/lftp/files/lftp-4.5.3-autopoint.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -137,6 +137,7 @@ + AM_ICONV + + ALL_LINGUAS="de es fr it ja ko pl pt_BR ru uk zh_CN zh_TW zh_HK cs" ++AM_GNU_GETTEXT_VERSION([0.18.1]) + AM_GNU_GETTEXT([external]) + test "$MSGFMT" = "no" && MSGFMT ="$missing_dir/missing msgfmt" + test "$GMSGFMT" = "no" && GMSGFMT ="$missing_dir/missing msgfmt" diff --git a/net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch b/net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch new file mode 100644 index 00000000000..28a9e80504a --- /dev/null +++ b/net-ftp/lftp/files/lftp-4.5.5-am_config_header.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -5,7 +5,7 @@ + AC_CONFIG_MACRO_DIR([m4]) + AC_CONFIG_LIBOBJ_DIR([lib]) + AC_CONFIG_SRCDIR([src/ftpclass.cc]) +-AM_CONFIG_HEADER([lib/config.h]) ++AC_CONFIG_HEADERS([lib/config.h]) + AM_INIT_AUTOMAKE + + dnl This doesn't *require* GNU extensions; it merely enables them if diff --git a/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch b/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch new file mode 100644 index 00000000000..ad1cf3ede1e --- /dev/null +++ b/net-ftp/lftp/files/lftp-4.6.3a-autopoint.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -137,6 +137,7 @@ + AM_ICONV + + ALL_LINGUAS="de es fr it ja ko pl pt_BR ru uk zh_CN zh_TW zh_HK cs" ++AM_GNU_GETTEXT_VERSION([0.19]) + AM_GNU_GETTEXT([external]) + test "$MSGFMT" = "no" && MSGFMT ="$missing_dir/missing msgfmt" + test "$GMSGFMT" = "no" && GMSGFMT ="$missing_dir/missing msgfmt" |