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 E5A79138368 for ; Tue, 8 Jan 2013 11:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BC7221C09E; Tue, 8 Jan 2013 11:56:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24C5C21C09E for ; Tue, 8 Jan 2013 11:56:55 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF94833DA27 for ; Tue, 8 Jan 2013 11:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8065BE5439 for ; Tue, 8 Jan 2013 11:56:53 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1357646200.ec09909d087c0c703ff0b6eefa6a8fa43178e25c.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: eclass/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: eclass/freebsd.eclass X-VCS-Directories: eclass/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: ec09909d087c0c703ff0b6eefa6a8fa43178e25c X-VCS-Branch: master Date: Tue, 8 Jan 2013 11:56:53 +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: dc026329-d112-44d5-94f3-8aa2275919ad X-Archives-Hash: 97915ce26bb5cb3e0a993fcd0d6e8adc commit: ec09909d087c0c703ff0b6eefa6a8fa43178e25c Author: Yuta SATOH gentoo gr jp> AuthorDate: Tue Jan 8 11:56:40 2013 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Tue Jan 8 11:56:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=ec09909d freebsd.eclass: added ESVN_OFFLINE=1 packages other than freebsd-mk-defs --- eclass/freebsd.eclass | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass index 93e2e88..3785a7d 100644 --- a/eclass/freebsd.eclass +++ b/eclass/freebsd.eclass @@ -41,6 +41,7 @@ if [[ "${PV}" == *9999* ]]; then [[ "${branch}" == "head" ]] && sub_uri="${branch}" ESVN_REPO_URI="svn://svn.freebsd.org/base/${sub_uri}" ESVN_PROJECT="freebsd-${branch}" + [[ ${PN} == "freebsd-mk-defs" ]] || ESVN_OFFLINE="1" fi if [[ ${PN} != "freebsd-share" ]] && [[ ${PN} != freebsd-sources ]]; then @@ -104,7 +105,7 @@ freebsd_rename_libraries() { } freebsd_src_unpack() { - if [[ ${PV} == *9999* ]]; then + if [[ "${PV}" == *9999* ]]; then S="${WORKDIR}" subversion_src_unpack else unpack ${A}