From owner-freebsd-ports@FreeBSD.ORG Wed Jul 16 19:29:58 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08EF098D; Wed, 16 Jul 2014 19:29:58 +0000 (UTC) Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A38522A39; Wed, 16 Jul 2014 19:29:57 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id la4so2623094vcb.23 for ; Wed, 16 Jul 2014 12:29:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2K7s+g6swaVITFIZJOY0h5yyWOozcrG0wegKtb8U17A=; b=WRFlwVh5Z96P2fGIhXJfV8iNKi737aiee8u4pGD2mwwmR0tI6qzXfgs/amroKN9y7r B5NX/38hRcKzdTMebQSjBESyG+S9kjPOXic7croxUFibVFP3t33jNQn9M6zXdDCvdlz0 r28iSMC8cJBo+b2oi2vnfy5euCHh957YZswDuGXEsEg2hUhxQYKVkR6hLjOTeeWhq4be 4V131dAEgO8L3c83UGCX2iz7Hz1l+m9gRDQWOADMFSMGH0ROLJSY8e0FQrhjgiPEt9nW vM1vnWkz/LrKONCkw1c5BVpjmp7ligUmTCluamHgN2lJVaXpwPJ5E1L5esE27t1UmE8V 6+Vw== MIME-Version: 1.0 X-Received: by 10.52.88.74 with SMTP id be10mr9373530vdb.54.1405538996780; Wed, 16 Jul 2014 12:29:56 -0700 (PDT) Received: by 10.220.131.202 with HTTP; Wed, 16 Jul 2014 12:29:56 -0700 (PDT) In-Reply-To: <20140716203921.6724dbc1@bsd64.grem.de> References: <20140716203921.6724dbc1@bsd64.grem.de> Date: Wed, 16 Jul 2014 21:29:56 +0200 Message-ID: Subject: Re: qa.sh script and DEVELOPER=yes From: Carlos Jacobo Puga Medina To: Michael Gmelin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Baptiste Daroussin , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 19:29:58 -0000 2014-07-16 20:39 GMT+02:00 Michael Gmelin : > On Wed, 16 Jul 2014 19:31:28 +0200 > Carlos Jacobo Puga Medina wrote: > > > I'm testing if STAGEDIR conversion works, but I got this: > > > > ====> Running Q/A tests (stage-qa) > > Error: 'share/doc/CoinMP/CoinMP/Makefile' is referring to > > /usr/ports/math/coinmp/work/stage > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/ports/math/coinmp > > *** Error code 1 > > > > How do I get rid of the following error? > > > > Regards, > > > > --CJPM > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to > > "freebsd-ports-unsubscribe@freebsd.org" > > This means that this file (which is part of the stage directory and > therefore will be part of the package) contains a reference to the > temporary staging directory (you don't want this). > > Different options: > > * The file is not necessary => Remove it (e.g. in post-extract) > * Patch the file using a separate patch in files > * Patch the file using a command in the Makefile (e.g. post-patch, > @${REINPLACE_CMD}) > * ... > > I'm not sure which option is better, but I'll check out this now. Thanks for your feedback. > -- > Michael Gmelin >