From: "Yuta SATOH" <nigoro.gentoo@0x100.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-usbin/
Date: Sun, 20 Jan 2013 09:23:29 +0000 (UTC) [thread overview]
Message-ID: <1358673796.e1784eaffd5ce6a903f823d2d1aa532001a679c3.yuta_satoh@gentoo> (raw)
commit: e1784eaffd5ce6a903f823d2d1aa532001a679c3
Author: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Sun Jan 20 09:23:16 2013 +0000
Commit: Yuta SATOH <nigoro.gentoo <AT> 0x100 <DOT> com>
CommitDate: Sun Jan 20 09:23:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=e1784eaf
freebsd-usbin-9.9999: fix failure to build nmtree
---
sys-freebsd/freebsd-usbin/Manifest | 2 +-
.../freebsd-usbin/freebsd-usbin-9.9999.ebuild | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/sys-freebsd/freebsd-usbin/Manifest b/sys-freebsd/freebsd-usbin/Manifest
index ba76df4..cce9068 100644
--- a/sys-freebsd/freebsd-usbin/Manifest
+++ b/sys-freebsd/freebsd-usbin/Manifest
@@ -40,4 +40,4 @@ DIST freebsd-usbin-9.1_rc3.tar.bz2 2669370 SHA256 de606bb756c413e85a302bc9103395
EBUILD freebsd-usbin-9.0.ebuild 5174 SHA256 24728beb3b728588a922947b05d150f2ad531897c31258bf245e71b413d75800 SHA512 a3bd8b55df0d6d81199ac5712516f1e3b78e8a0e885ddfe454bea6bafc1476f05fa5d50f751ec5333bfaf32410bd2e78a55beb44c3b624ced70d884d1e4f4f7e WHIRLPOOL db2be971dc95d13010607492e72621636dc37af0c7ac2c4a8fe9f3760a91579c2bc4daee66735e9fd2dc416fef73e42a30fef4480752cc125b1092781a436b53
EBUILD freebsd-usbin-9.1.9999.ebuild 5267 SHA256 fd40eee9296a426849fb624f6557e0f2f99c449c4b81d539f81df00306345066 SHA512 a3c15fcda886010d6ab2f9c8fe525911337cf351966686749a2630d8795d5578bf594da400f414a97bc29a9219a8b7285f0608260d0f10940b5d37cfd688e0c7 WHIRLPOOL 22216b0ee665f3439b4c645fc5775de28c43df6ceafc03c7ac928c4b899cbc6788efd5545f58cf33b7ae889a02bbf238034cde8912139a87f1eafd2ab310c22b
EBUILD freebsd-usbin-9.1_rc3.ebuild 5222 SHA256 0f8831d95bb3c3df43d0aba3a70266d4062cfffdea5ca2a8fbe0316cf9e9c9d5 SHA512 7f2a614cfd6b0d695cd162d019eff4fbe90598309c57273f67b33752c2436d3ec0b4d7c517a16a0bf3e1701e9c25ee246d5dac9de5b6f7fc174b2c61a43fc47c WHIRLPOOL f5fc3bc054b04cc3faffa8d533e04103da924b85a71b4fe2db3920918dcca0af43c3583cff6e19f009a65a2244b9f1ea8376bbb3e48bf8fb76ce6ba2e9e74613
-EBUILD freebsd-usbin-9.9999.ebuild 5347 SHA256 9d5a9012dbbdabcfe06479298051a017eed05770d1f00b16a353d946b21d8dee SHA512 c03c31297adbf379480599d132f9815b317746247e34ed429846b72dcabbb25d20c7efdd05cdcb58621dd88bfd3f11d8d1d251382ed62e9705850f6481115164 WHIRLPOOL a44f3afa9b749935bed37c16aac73fa09287e11cb56a3db3914797d40e47428c956759bd7dc03d1de696deda11146908293d48f1cbcdc29c1990603686f29d88
+EBUILD freebsd-usbin-9.9999.ebuild 5480 SHA256 6ea1cb914e84ed07d08f826e59ad45bef62543ceffec8bb36977373f80281abc SHA512 0fff5d6477ec42d54a9c3f077e373f5b2293c07b2960edd141a665b06490873b33e40386ac8ca587eecbb74ca864d67c8d035efdb8a029dc2f7416eba2e4e0a8 WHIRLPOOL 70681a8b4e5a883d937f71a7e298836e01375f65e81b902670de6a0108cb51a6ae575e6fc15f8d0a09c9a1b0b5cfc20e8cc41644acd496904e0c1dbe9bdb3e1c
diff --git a/sys-freebsd/freebsd-usbin/freebsd-usbin-9.9999.ebuild b/sys-freebsd/freebsd-usbin/freebsd-usbin-9.9999.ebuild
index e0ab745..eecacfa 100644
--- a/sys-freebsd/freebsd-usbin/freebsd-usbin-9.9999.ebuild
+++ b/sys-freebsd/freebsd-usbin/freebsd-usbin-9.9999.ebuild
@@ -98,6 +98,15 @@ src_prepare() {
sed -e "s: mtree.5::g" -i "${S}"/mtree/Makefile
}
+src_compile() {
+ # Preparing to build nmtree
+ cd "${WORKDIR}/lib/libnetbsd"
+ freebsd_src_compile
+
+ cd "${S}"
+ freebsd_src_compile
+}
+
src_install() {
# By creating these directories we avoid having to do a
# more complex hack
next reply other threads:[~2013-01-20 9:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-20 9:23 Yuta SATOH [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-09 8:28 [gentoo-commits] proj/gentoo-bsd:master commit in: sys-freebsd/freebsd-usbin/ Yuta SATOH
2013-10-15 11:28 Yuta SATOH
2013-09-20 13:11 Yuta SATOH
2013-09-15 13:59 Yuta SATOH
2013-08-13 13:06 Yuta SATOH
2013-07-23 11:57 Yuta SATOH
2013-07-19 11:06 Yuta SATOH
2013-07-17 10:47 Yuta SATOH
2013-07-12 12:43 Yuta SATOH
2013-06-28 10:55 Yuta SATOH
2013-01-13 11:17 Yuta SATOH
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=1358673796.e1784eaffd5ce6a903f823d2d1aa532001a679c3.yuta_satoh@gentoo \
--to=nigoro.gentoo@0x100.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