From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 10:47:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4410AEAF; Sat, 14 Feb 2015 10:47:55 +0000 (UTC) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 088A7FA5; Sat, 14 Feb 2015 10:47:54 +0000 (UTC) Received: by iecvy18 with SMTP id vy18so24910101iec.13; Sat, 14 Feb 2015 02:47:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gZZQKzwCRo8QEfzx5sl202ZUPLpjT9PbiumIx6gZ9uc=; b=j/J/d91z0JVZCJmuALgtf+DO9iGAInFnck+6QFrBPJqyWiWZun0agBOggLIwlVrJON u7f907DygzRNXLI97zXTJxTET+8sx7/ScEpZ5qt8NIM0ONWqsZ2EJgsWpp+9XyEImfXE e+pgswXMtYsHEnuMn5awmwyiOsY9pUBWyH/Mn3OEGxw4Oysq0joszjrDMq9vTTE79WmA Dq7nWxv8QYoaSA+Div0WRuTTlbVAITJ1wjtkziIQavjsMS2laMWC+YLmDDykbESeb//D VpN8lI0bVsNYWNbMG3H58008k6fl2rhdiQ0OAL+kTisDlKPjAUjh5ey/q3GmdUOvOnVU OSfg== X-Received: by 10.107.162.7 with SMTP id l7mr17902847ioe.20.1423910873901; Sat, 14 Feb 2015 02:47:53 -0800 (PST) Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com. [209.85.223.172]) by mx.google.com with ESMTPSA id k125sm6049128ioe.29.2015.02.14.02.47.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Feb 2015 02:47:53 -0800 (PST) Received: by iecar1 with SMTP id ar1so24999566iec.11; Sat, 14 Feb 2015 02:47:53 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.42.249.2 with SMTP id mi2mr19304059icb.36.1423910873310; Sat, 14 Feb 2015 02:47:53 -0800 (PST) Received: by 10.64.192.70 with HTTP; Sat, 14 Feb 2015 02:47:53 -0800 (PST) In-Reply-To: References: <201502141016.t1EAGWkw066845@svn.freebsd.org> Date: Sat, 14 Feb 2015 16:47:53 +0600 Message-ID: Subject: Re: svn commit: r378955 - in head/devel: . p5-B-C From: Muhammad Moinur Rahman To: Andrej Zverev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 10:47:55 -0000 Hi, According to my understanding yes. But might be wrong. Can you clarify more? As because it doesn't have any architecture dependent files. On Sat, Feb 14, 2015 at 4:35 PM, Andrej Zverev wrote: > Hi, > Are you sure about NO_ARCH=yes here? > > On Sat, Feb 14, 2015 at 1:16 PM, Muhammad Moinur Rahman > wrote: > > Author: bofh > > Date: Sat Feb 14 10:16:31 2015 > > New Revision: 378955 > > URL: https://svnweb.freebsd.org/changeset/ports/378955 > > QAT: https://qat.redports.org/buildarchive/r378955/ > > > > Added: head/devel/p5-B-C/Makefile > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-B-C/Makefile Sat Feb 14 10:16:31 2015 (r378955) > > +USES= perl5 > > +USE_PERL5= configure > > +PERL_INC_STAGE= > ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE > > +MAKE_ENV+= PERL_INC_STAGE=${PERL_INC_STAGE} > > +PLIST_SUB+= PERL_ARCH=${PERL_ARCH} > > +NO_ARCH= yes >