diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-08 10:16:22 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-08 10:16:22 +0000 |
commit | a9beff847865731d580cd567b39d5aba1c287b7c (patch) | |
tree | 9b39d56918b2fe6f374bc101068b943289cd7b28 /net/lftp/patches | |
parent | 74cdfbee539ce96995f942fd03954b85a41f6a5e (diff) | |
download | pkgsrc-a9beff847865731d580cd567b39d5aba1c287b7c.tar.gz |
Master sites update and some comments to the patches from pkg/39809. Set
LICENSE.
Diffstat (limited to 'net/lftp/patches')
-rw-r--r-- | net/lftp/patches/patch-aa | 5 | ||||
-rw-r--r-- | net/lftp/patches/patch-ac | 4 | ||||
-rw-r--r-- | net/lftp/patches/patch-ad | 4 | ||||
-rw-r--r-- | net/lftp/patches/patch-ae | 4 |
4 files changed, 13 insertions, 4 deletions
diff --git a/net/lftp/patches/patch-aa b/net/lftp/patches/patch-aa index bdfa9136cfd..ee57b153f88 100644 --- a/net/lftp/patches/patch-aa +++ b/net/lftp/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.12 2009/06/08 09:54:50 hasso Exp $ +$NetBSD: patch-aa,v 1.13 2009/06/08 10:16:22 hasso Exp $ + +Do not install by default Perl scripts; they are installed via +${INSTALL_SCRIPT} if the user set the "perl" option. --- src/Makefile.in.orig 2009-05-15 09:25:52 +0300 +++ src/Makefile.in 2009-06-08 12:21:53 +0300 diff --git a/net/lftp/patches/patch-ac b/net/lftp/patches/patch-ac index 99de82d33b4..4b755835337 100644 --- a/net/lftp/patches/patch-ac +++ b/net/lftp/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.3 2009/06/08 09:54:50 hasso Exp $ +$NetBSD: patch-ac,v 1.4 2009/06/08 10:16:22 hasso Exp $ + +The configuration files are handled by CONF_FILES. --- Makefile.in.orig 2009-05-15 09:25:53 +0300 +++ Makefile.in 2009-06-08 12:23:32 +0300 diff --git a/net/lftp/patches/patch-ad b/net/lftp/patches/patch-ad index d81083c6d45..7699e111caa 100644 --- a/net/lftp/patches/patch-ad +++ b/net/lftp/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.3 2006/08/11 15:19:35 salo Exp $ +$NetBSD: patch-ad,v 1.4 2009/06/08 10:16:22 hasso Exp $ + +strmode(3) is defined in <unistd.h>. --- src/ChmodJob.cc.orig 2006-07-24 08:50:18.000000000 +0000 +++ src/ChmodJob.cc 2006-08-11 14:08:34.000000000 +0000 diff --git a/net/lftp/patches/patch-ae b/net/lftp/patches/patch-ae index 1fe179dcabc..46e9c413503 100644 --- a/net/lftp/patches/patch-ae +++ b/net/lftp/patches/patch-ae @@ -1,4 +1,6 @@ -$NetBSD: patch-ae,v 1.3 2007/04/25 18:37:38 tnn Exp $ +$NetBSD: patch-ae,v 1.4 2009/06/08 10:16:22 hasso Exp $ + +Do not use $(SHELL), call directly @install_sh@. --- po/Makefile.in.in.orig 2007-03-26 12:25:16.000000000 +0200 +++ po/Makefile.in.in |