From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: app-arch/pax/
Date: Mon, 18 Dec 2017 04:04:05 +0000 (UTC) [thread overview]
Message-ID: <1513569774.0cfad973da89cc51eaa0f94191a0d803775c1c03.lluixhi@gentoo> (raw)
commit: 0cfad973da89cc51eaa0f94191a0d803775c1c03
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Mon Dec 18 04:02:54 2017 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Mon Dec 18 04:02:54 2017 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=0cfad973
app-arch/pax: version bump to 20161104
app-arch/pax/Manifest | 2 +-
.../{pax-20160306.ebuild => pax-20161104.ebuild} | 29 +++++++++++-----------
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/app-arch/pax/Manifest b/app-arch/pax/Manifest
index a6c80f7..a31ca15 100644
--- a/app-arch/pax/Manifest
+++ b/app-arch/pax/Manifest
@@ -1 +1 @@
-DIST paxmirabilis-20160306.cpio.gz 147448 SHA256 4e36fabfabc01a15e0d01eee0306cef79a7f374586f46254dae139eb866ae81b SHA512 65c9613f235d973f23d829d87b93963f4b21beca4d7158abb8243f7f0ba8eb883544bbd0c16bde82f0e55ab2fbf33e3dfb155a50c0f5be3bf6d88eaf95e1037f WHIRLPOOL 5945f45cc69cfd25d7754a9b6b25db98170de2fc926ffe3a661402d95bc41517e40ff059998d682cc65e32fd7e70a78e222525012eb98dde54c1d67c0c6c2277
+DIST paxmirabilis-20161104.cpio.gz 148061 BLAKE2B 997a126d3048488e1a4e49ff9753de2ebdbe75b7daedbea8c95ab5f1902d4768d4b12b13fa684cb2a7c2fe8470ab60e19ea3f9430429a6a4e6e1d57993130fd4 SHA512 42ec8365a5efb9ffb9d383cece39ffaac85c1c8d69856ec557a5567cf0d28d98a0f2d4b7fed53572366eba12c71111cc80b591d51c6a19a3e6437efb62af33ce
diff --git a/app-arch/pax/pax-20160306.ebuild b/app-arch/pax/pax-20161104.ebuild
similarity index 78%
rename from app-arch/pax/pax-20160306.ebuild
rename to app-arch/pax/pax-20161104.ebuild
index 03d9050..26e7e51 100644
--- a/app-arch/pax/pax-20160306.ebuild
+++ b/app-arch/pax/pax-20161104.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-
-inherit eutils unpacker toolchain-funcs
+EAPI=6
+inherit unpacker toolchain-funcs
DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive tool"
HOMEPAGE="https://www.mirbsd.org/pax.htm"
@@ -12,23 +11,24 @@ SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${PV}.cpio.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libbsd
-elibc_musl? ( sys-libs/fts-standalone )"
-DEPEND="${RDEPEND}
- $(unpacker_src_uri_depends)"
+RDEPEND="
+ dev-libs/libbsd
+ elibc_musl? ( sys-libs/fts-standalone )
+"
+DEPEND="
+ ${RDEPEND}
+ $(unpacker_src_uri_depends)
+"
+PATCHES=(
+ "${FILESDIR}/${PN}-20160306-glibc-to-linux.patch"
+)
S=${WORKDIR}/${PN}
-PATCHES=( "${FILESDIR}/${P}-glibc-to-linux.patch" )
-
src_prepare() {
# Newer C libraries omit this include from sys/types.h.
sed -i '1i#include <sys/sysmacros.h>' extern.h || die
default
-
- epatch "${PATCHES[@]}"
}
src_configure() {
@@ -39,6 +39,7 @@ src_compile() {
# We can't rely on LFS flags as it uses the fts.h interface which lacks 64-bit support.
set -- \
${CC} ${CPPFLAGS} ${CFLAGS} \
+ -DPAX_SAFE_PATH=\"/bin:/usr/bin\" \
-DHAVE_STRLCPY -DHAVE_VIS -DHAVE_STRMODE \
-DLONG_OFF_T -DHAVE_LINKAT \
$(${PKG_CONFIG} --cflags libbsd-overlay) \
next reply other threads:[~2017-12-18 6:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-18 4:04 Aric Belsito [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-29 15:15 [gentoo-commits] proj/musl:master commit in: app-arch/pax/ Anthony G. Basile
2017-01-15 21:46 Aric Belsito
2017-01-08 21:47 Aric Belsito
2017-01-08 21:46 Aric Belsito
2017-01-08 21:37 Aric Belsito
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1513569774.0cfad973da89cc51eaa0f94191a0d803775c1c03.lluixhi@gentoo \
--to=lluixhi@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox