From owner-freebsd-ports@freebsd.org Fri Jul 17 15:40:23 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 401E39A4870 for ; Fri, 17 Jul 2015 15:40:23 +0000 (UTC) (envelope-from m1cro@rambler-co.ru) Received: from mailrelay1.rambler.ru (mailrelay1.rambler.ru [81.19.66.239]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F090E1E0A for ; Fri, 17 Jul 2015 15:40:22 +0000 (UTC) (envelope-from m1cro@rambler-co.ru) Received: from m1cro.park (m1cro.park.rambler.ru [81.19.64.111]) by mailrelay1.rambler.ru (Postfix) with ESMTP id 3mXxQX156kzKZX for ; Fri, 17 Jul 2015 18:37:08 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rambler-co.ru; s=mail; t=1437147428; bh=SLTfgeZriFhL8FjU0ADkS/UqWSlUysaya3P5RvPsjF8=; h=Date:From:To:Subject:References:In-Reply-To; b=mkBuaD1Xygl3blrpUiTQfTc2FdelrYFV7acGt+FiWCtC3c+6FApjKi+2kLXTnxriK ejtnut6tytPEyf/06zBliwj7Ho0fVokLGdrhC3hFeRhUVCRKYZi2c/yqI1gkWy2myx /cS9P5y2vCnnZByDBn2b/APOsqK2shgtRo40yOb8= Message-ID: <55A92123.6010408@rambler-co.ru> Date: Fri, 17 Jul 2015 18:37:07 +0300 From: "Ilya A. Arkhipov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: NEW PORT for librdkafka References: <771808828.596067.1436274693657.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Rcpt-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 15:40:23 -0000 Hi There, Will it enough: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201521 ? On 07.07.2015 16:19, Fernando ApesteguĆ­a wrote: > El 07/07/2015 15:14, "xoan carlos via freebsd-ports" < > freebsd-ports@freebsd.org> escribiĆ³: >> Hi im trying to create and submit a NEW PORT for librdkafka. It compiles > ok but it get installed in the stage directory > (/usr/ports/devel/librdkafka/work/stage/usr/local/lib) and not in > /usr/local/lib. Any idea what additional step is needed to install it in > the right directory instead of the jail environment? >> the makefile is as simple as >> # $FreeBSD$ >> PORTNAME= librdkafkaPORTVERSION= 0.8.6CATEGORIES= devel >> MAINTAINER= youremail@example.comCOMMENT= librdkafka >> USE_GITHUB= yesGH_ACCOUNT= edenhillGH_PROJECT= > librdkafkaGH_TAGNAME= 25d8791 >> USES= gmakeUSE_LDCONFIG= yesGNU_CONFIGURE= yes >> post-install: @${STRIP_CMD} > ${STAGEDIR}${PREFIX}/lib/lib*.so.include > > It should install under the staging directory during development. After > that, the ports infrastructure will check that everything installed in the > appropriate paths. > > I recommend to use poudriere and/or port test (part of porttools) to check > that everything is fine. > > Regards. > >> _______________________________________________ >> 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" > _______________________________________________ > 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" -- WBR, Ilya A. Arkhipov