From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4E51D13877A for ; Mon, 16 Jun 2014 18:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23549E0AE7; Mon, 16 Jun 2014 18:01:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6DCDE0AE7 for ; Mon, 16 Jun 2014 18:01:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C96433EE68 for ; Mon, 16 Jun 2014 18:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9BA89187DE for ; Mon, 16 Jun 2014 18:01:18 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1402940963.119ad4c193f5689953a32babbc6a3a7eed041f3a.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: Makefile.am autogen.sh porting.h X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 119ad4c193f5689953a32babbc6a3a7eed041f3a X-VCS-Branch: master Date: Mon, 16 Jun 2014 18:01:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5f858ff-7844-4620-8481-7789dd2f31a4 X-Archives-Hash: 1497315cf843f2efda557506234b55d1 commit: 119ad4c193f5689953a32babbc6a3a7eed041f3a Author: Mike Frysinger gentoo org> AuthorDate: Mon Jun 16 17:49:23 2014 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jun 16 17:49:23 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=119ad4c1 import more modules from gnulib to handle older systems URL: https://bugs.gentoo.org/513484 --- Makefile.am | 12 ++++++++++++ autogen.sh | 4 ++++ porting.h | 1 + 3 files changed, 17 insertions(+) diff --git a/Makefile.am b/Makefile.am index 14bc649..3a33bbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -179,6 +179,14 @@ EXTRA_DIST += \ tests/qdepends/list04.good \ tests/qdepends/list05.good \ tests/qdepends/list06.good \ + tests/qdepends/list07.good \ + tests/qdepends/list08.good \ + tests/qdepends/root/app-arch/cpio-2.11/CONTENTS \ + tests/qdepends/root/app-arch/cpio-2.11/SLOT \ + tests/qdepends/root/app-arch/cpio-2.11/repository \ + tests/qdepends/root/x11-apps/xdm-1.1.11-r3/DEPEND \ + tests/qdepends/root/x11-apps/xdm-1.1.11-r3/RDEPEND \ + tests/qdepends/root/x11-apps/xdm-1.1.11-r3/USE \ tests/qfile/Makefile \ tests/qfile/dotest \ tests/qlist/Makefile \ @@ -196,6 +204,7 @@ EXTRA_DIST += \ tests/qlist/list11.good \ tests/qlist/list12.good \ tests/qlist/list13.good \ + tests/qlist/list14.good \ tests/qlist/root/-merge-foo/CONTENTS \ tests/qlist/root/a-b/a-0/CONTENTS \ tests/qlist/root/a-b/a-0/SLOT \ @@ -209,6 +218,9 @@ EXTRA_DIST += \ tests/qlist/root/cat/pkg-1/CONTENTS \ tests/qlist/root/cat/pkg-1/SLOT \ tests/qlist/root/cat/pkg-1/repository \ + tests/qlist/root/cat/sub-2/CONTENTS \ + tests/qlist/root/cat/sub-2/SLOT \ + tests/qlist/root/cat/sub-2/repository \ tests/qlist/root/sys-fs/mtools-4.0.13/CONTENTS \ tests/qlist/root/sys-fs/mtools-4.0.13/SLOT \ tests/qlist/root/sys-fs/mtools-4.0.13/repository \ diff --git a/autogen.sh b/autogen.sh index 903a00c..622ab16 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,22 +12,26 @@ fi # reload the gnulib code if possible PATH=/usr/local/src/gnu/gnulib:${PATH} mods=" + alloca faccessat fdopendir fstatat futimens getline + getopt-posix mkdirat openat progname readlinkat renameat stat-time + strcasestr-simple strncat symlinkat sys_stat unlinkat utimensat + vasprintf-posix " v gnulib-tool \ --source-base=autotools/gnulib --m4-base=autotools/m4 \ diff --git a/porting.h b/porting.h index 352d3bf..3235542 100644 --- a/porting.h +++ b/porting.h @@ -25,6 +25,7 @@ #define _LINUX_SOURCE_COMPAT #endif +#include #include #include #include