public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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-lib/
Date: Sun, 29 Sep 2013 14:43:57 +0000 (UTC)	[thread overview]
Message-ID: <1380463298.c6c4045c3dbbac06251f508d663a968379be1a82.yuta_satoh@gentoo> (raw)

commit:     c6c4045c3dbbac06251f508d663a968379be1a82
Author:     Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Sun Sep 29 14:01:38 2013 +0000
Commit:     Yuta SATOH <nigoro.gentoo <AT> 0x100 <DOT> com>
CommitDate: Sun Sep 29 14:01:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=c6c4045c

freebsd-lib-9999_p255933: added WITHOUT_UNBOUND=

---
 sys-freebsd/freebsd-lib/Manifest                        | 2 +-
 sys-freebsd/freebsd-lib/freebsd-lib-9999_p255933.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-freebsd/freebsd-lib/Manifest b/sys-freebsd/freebsd-lib/Manifest
index a0d0e62..6b6f1e0 100644
--- a/sys-freebsd/freebsd-lib/Manifest
+++ b/sys-freebsd/freebsd-lib/Manifest
@@ -23,4 +23,4 @@ AUX libmap.conf 201 SHA256 36a1bd56965f171cbb058f6e1762801e3b92c083fe36f6fe046bd
 AUX libusb-1.0.pc.in 207 SHA256 edf35e887cbfed2df288825434c467e0a946eeb21e0d631f55940bb177c2ba15 SHA512 93289cecfc298a31fd4fd0848bf25a63048a7549bd81792d7bd158731246221c24ec9f469a918430da56873a0936fb2b372cedaaa32a38ccd5323de0f9a89b93 WHIRLPOOL 7c81b0df4548a9391b4e1420186f1e970aa9e2e73a89e817adbff9de52b8797cbd8a4d8b3ca01f782f86e4b1e48fad72a08b5bff49d5ee6ffaa5135c015ca5ae
 AUX libusb.pc.in 208 SHA256 9bfe398a335f8b9b1c3dd167ab0c9206fe3bdd4e1da318ece977e20f3c2d7c56 SHA512 e9c6d5f04057cf8c13f69a3d8e07bdd517fdb01d572a69a1beb397766311b3c53894b108caaaea740bfc27b227a9620621dac5846bff1a367fbf9954f38bb40c WHIRLPOOL e80e76a8a564655d924a7148a841c7c7cf0be0ea3bdbd76e95e5004124543826e5d925dfe791f4b040e042a10923865bb517499d9f5be39611fedbcceebe32d8
 EBUILD freebsd-lib-9.9999.ebuild 18187 SHA256 4194f47078997d306111c39d7b5aa64991e8f3cad8124b42ab6927053597646f SHA512 d16df71160fc8ed5aa23c0894baa3b1cce734feae8f2eea837e9ea04b2a6eb0836314d05c925630db2d3be32a52b8da4c2cc79c64083cef2fe829d25fccb99ef WHIRLPOOL 5797e57eb7b1b67921426d7cfa4a8ead67b5223213cde5cffa57ce5002f34da81e9e05b5d1950681aada430ec6f3299294ab223c418ebd39854d63471a8a475a
-EBUILD freebsd-lib-9999_p255933.ebuild 18485 SHA256 bd3bbd1952194e55c26fe2c999933123e9442f23303144dc30c83af4384a05b4 SHA512 79fef75fc84d6ae7a7698fd6cb99b8d098a0ad7490605999a67fe13886ae1e3342ef7e30998e7640135520821c04c3c507f54de78f8fdd30c3198618a3c3e942 WHIRLPOOL 4606b181b0f87f8d7c8b9f1b0ea6c34855e9c8e54d6dc15da9194cb72ee947e524d18f6359a52ef7f6ab8844140f7ec204d74a2981d2ae06d36caac98b19588e
+EBUILD freebsd-lib-9999_p255933.ebuild 18502 SHA256 5fdfc1b3f28f391e1275ee763d4b99d099391e191c0862d8182fbc24b84e0440 SHA512 23a48ff80f45fd7a1f5e88ad8cf726fb7e5a4a058064aae0301c47c275c3749df73c4f8142d8cf29ba97dc7d762a2621267a2dba89d36c2a99c63ef8135e69f8 WHIRLPOOL 0a2c66cb48dc0949c689f8c8f1067d90725d14e8e0c9616bf8385e27768c9c2db9f26f4e87bb2e127b1d934fad024ca5efc20cf2bf7ae5155b569b4c90b86c67

diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-9999_p255933.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-9999_p255933.ebuild
index cdab004..5f9f40c 100644
--- a/sys-freebsd/freebsd-lib/freebsd-lib-9999_p255933.ebuild
+++ b/sys-freebsd/freebsd-lib/freebsd-lib-9999_p255933.ebuild
@@ -78,7 +78,7 @@ pkg_setup() {
 	use usb || mymakeopts="${mymakeopts} WITHOUT_USB= "
 	use zfs || mymakeopts="${mymakeopts} WITHOUT_CDDL= "
 
-	mymakeopts="${mymakeopts} WITHOUT_BIND= WITHOUT_BIND_LIBS= WITHOUT_SENDMAIL= WITHOUT_CLANG= WITHOUT_LIBCPLUSPLUS= WITHOUT_LDNS= WITHOUT_ICONV= "
+	mymakeopts="${mymakeopts} WITHOUT_BIND= WITHOUT_BIND_LIBS= WITHOUT_SENDMAIL= WITHOUT_CLANG= WITHOUT_LIBCPLUSPLUS= WITHOUT_LDNS= WITHOUT_UNBOUND= WITHOUT_ICONV= "
 
 	if [ "${CTARGET}" != "${CHOST}" ]; then
 		mymakeopts="${mymakeopts} MACHINE=$(tc-arch-kernel ${CTARGET})"


             reply	other threads:[~2013-09-29 14:44 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-29 14:43 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-lib/ Yuta SATOH
2015-02-23 12:23 Yuta SATOH
2014-12-12 14:30 Yuta SATOH
2014-09-13  7:20 Yuta SATOH
2014-08-31  5:07 Yuta SATOH
2014-08-31  5:07 Yuta SATOH
2014-08-31  5:07 Yuta SATOH
2014-07-13  3:14 Yuta SATOH
2014-05-11  9:57 Yuta SATOH
2014-01-25 12:51 Yuta SATOH
2013-12-19 11:17 Yuta SATOH
2013-10-28 14:12 Yuta SATOH
2013-10-22 14:14 Yuta SATOH
2013-09-29 14:43 Yuta SATOH
2013-09-22 12:41 Yuta SATOH
2013-09-16 13:14 Yuta SATOH
2013-08-31 16:01 Yuta SATOH
2013-08-30 18:30 Yuta SATOH
2013-07-27 12:39 Yuta SATOH
2013-07-23 12:44 Yuta SATOH
2013-07-05 11:12 Yuta SATOH
2013-06-28 13:36 Yuta SATOH
2013-06-20 15:30 Yuta SATOH
2013-06-20 15:30 Yuta SATOH
2013-06-20 12:20 Yuta SATOH
2013-06-18 12:57 Yuta SATOH
2013-06-04 11:11 Yuta SATOH
2013-05-16 11:17 Yuta SATOH
2013-02-07 13:14 Yuta SATOH
2013-01-26 13:16 Yuta SATOH
2013-01-12 11:09 Yuta SATOH
2013-01-10 11:58 Yuta SATOH
2013-01-01 15:10 Yuta SATOH
2012-12-31  9:51 Yuta SATOH
2012-12-11 15:07 Yuta SATOH
2012-12-02 12:01 Yuta SATOH
2012-12-01 14:24 Yuta SATOH
2012-09-19 15:25 Yuta SATOH
2012-09-18 15:46 Yuta SATOH
2012-08-04 10:10 Yuta SATOH
2012-07-27 12:25 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=1380463298.c6c4045c3dbbac06251f508d663a968379be1a82.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