From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 11:01:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C82FC47D; Sat, 14 Feb 2015 11:01:51 +0000 (UTC) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (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 606EA181; Sat, 14 Feb 2015 11:01:51 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id u10so19840653lbd.7; Sat, 14 Feb 2015 03:01:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=xx972LREaprVzn9/kl5+ObEADmvEBrCcsCBr5LqpUqk=; b=dtkwOsXwah14uJWW8E8CSUFpC/Or2ZXgn+n2kOmc9PNuXOH1lbS1NS7JxwkmeQ1D8v nRGIGxt8QyGRE4GRjon70ckwA7Upn6ywTEQR/zOUp298hKV7L+A73BjHqIDZ1oT6p1oG jnvuRZWk0WugDzztPFTjRV1lA3QnJE4vixCHcCj+zAP4gwPfXmGqWk9PsU15N7DaQfyd RJ3z/hVOnSvfA5nPh7YLsxhHWf3eS+sBEQcFoFb9kXKdBVvH/1OMsBLkRxKm+hWzFgD2 fT0r/gA/zeSBcdE+80ivrML60dnC6dD08caLlXUYdwFvPY4XaFIcHI7veqrH274pN7p5 N69A== MIME-Version: 1.0 X-Received: by 10.112.132.67 with SMTP id os3mr12250857lbb.90.1423911709401; Sat, 14 Feb 2015 03:01:49 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.25.162.146 with HTTP; Sat, 14 Feb 2015 03:01:49 -0800 (PST) In-Reply-To: References: <201502141016.t1EAGWkw066845@svn.freebsd.org> Date: Sat, 14 Feb 2015 15:01:49 +0400 X-Google-Sender-Auth: i5IpENV4HFa8Drg5CeoQPhmgRxw Message-ID: Subject: Re: svn commit: r378955 - in head/devel: . p5-B-C From: Andrej Zverev To: Muhammad Moinur Rahman Content-Type: text/plain; charset=UTF-8 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 11:01:51 -0000 +%%SITE_ARCH%%/auto/B/C/C.so +%%SITE_ARCH%%/auto/B/Stash/Stash.so +%%SITE_ARCH%%/auto/ByteLoader/ByteLoader.so Can you use them on any arch? If yes then you are right. On Sat, Feb 14, 2015 at 1:47 PM, Muhammad Moinur Rahman wrote: > 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 > >