From owner-freebsd-ports@FreeBSD.ORG Fri Sep 20 20:37:41 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A26EC221 for ; Fri, 20 Sep 2013 20:37:41 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 569F02053 for ; Fri, 20 Sep 2013 20:37:41 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=date:from:to :cc:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sweb; b=npqSB8cSJt+AsE2GyIJE0DZSePqKXwn1A Mog1qCGP8FhqzcYy9hpwAn/BMh3MDVZ7lNdyiLs68tZl/U8s7gHBEoaGcycLd7Ok ncb9CNtguKO2s+pjOc0sOcpeUM/uENY+PZ2qF1VZUBSQECltOeS5dlmLX3f42FlZ 8+2j+Ni3nE= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=date:from :to:cc:subject:message-id:references:mime-version:content-type :in-reply-to; s=sweb; bh=oEpVJB56hCMpncQc5TlwXCb/jHmtKPJpGIoPO2y H0Sg=; b=UxMJq7EiOKc9SJeM2/yGG8JCoZnvgyp4zFLHF9BjH9urIwlaulRt/3C Ml62nkCFEMZJOpdCfG9mPWdf4eKgk73bA5VSdyQ3tDPt/RmlhRIlXVH1sQHzE/qu CTbxD4beOFRZuWsKDFNyPGxgf3PD5Ahv0dM4b0/52TVyNrI/aj8s= Received: (qmail 26921 invoked from network); 20 Sep 2013 15:37:39 -0500 Received: from unknown (HELO admin.xzibition.com) (bryan@shatow.net@173.160.118.90) by sweb.xzibition.com with ESMTPA; 20 Sep 2013 15:37:39 -0500 Date: Fri, 20 Sep 2013 15:37:38 -0500 From: Bryan Drewery To: Big Lebowski Subject: Re: Help in testing Basho Riak port Message-ID: <20130920203737.GE74496@admin.xzibition.com> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZInfyf7laFu/Kiw7" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 20:37:41 -0000 --ZInfyf7laFu/Kiw7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 20, 2013 at 06:57:52PM +0100, Big Lebowski wrote: > Hi list! >=20 > I've been working for couple last days on porting Basho Riak database > (latest version 1.4.2) and finally I think it is ready to be presented: > https://www.dropbox.com/s/2ztu2bdiip1u2un/riak.tgz MASTER_SITES=3D http://s3.amazonaws.com/downloads.basho.com/riak/1.4/1.= 4.2/ \ http://downloads.basho.com.s3.amazonaws.com/riak/1.4/1.4.2/ Use ${PORTVERSION} instead of 1.4.2 USES=3D ${GMAKE} Use 'gmake', not ${GMAKE} here. Fails to build on 8.3 i386: db/version_set.cc:59: warning: this decimal constant is unsigned only in = ISO C90 db/version_set.cc:59: warning: this decimal constant is unsigned only in = ISO C90 db/version_set.cc:60: error: integer constant is too large for 'long' type db/version_set.cc:60: error: integer constant is too large for 'long' type db/version_set.cc:61: error: integer constant is too large for 'long' type db/version_set.cc:61: error: integer constant is too large for 'long' type db/version_set.cc:62: error: integer constant is too large for 'long' type db/version_set.cc:62: error: integer constant is too large for 'long' type table/filter_block.cc: In member function 'bool leveldb::FilterBlockReade= r::KeyMayMatch(uint64_t, const leveldb::Slice&)': table/filter_block.cc:112: warning: comparison between signed and unsigne= d integer expressions util/env_posix.cc: In constructor 'leveldb::::PosixEnv::PosixEnv= ()': util/env_posix.cc:788: warning: unused variable 'ts' gmake[1]: *** [libleveldb.so.1.9] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/databases/riak/work/riak-= 1.4.2/deps/eleveldb/c_src/leveldb' Instead of bsd.port.pre.mk ... bsd.port.post.mk, use bsd.port.options.mk ... bsd.port.mk. Although, it doesn't look like you even need that. Just use bsd.port.mk at the end, no 2nd include. Otherwise, good work. I will pkg-build test any updates you send out. >=20 > Please, grab the port and test it on anything you can, break it in any way > possible, and comment on anything you see that's been done wrong - I am > open to any suggestion on how to make it worthy candidate for send-pr with > port submission. >=20 > Any help will be highly appreciated and will motivate me to port more cool > software to FreeBSD! ;) >=20 > Kind regards, > S. > _______________________________________________ > 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" --ZInfyf7laFu/Kiw7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iQIcBAEBAgAGBQJSPLIQAAoJEG54KsA8mwz5S+wP/R765SmJ/ff8IR5mGTha1X/t fhd4VcduW7ReSyNrtzRo7e/9K07mK+ov7hNQzpAZwPLJvUsB9yj6iOB3a/J3RBBK 1bhAvP37Yqbu5GV6nkIOyRUnDvxHiI/ceE5F5ZK4TDTh10xQfpkpdgWZGOuLdZFc 65UkPw+hKLUPGfybQ986KZUBOF1iSGQPdj70jrUxliRk7K7TWTtcxtd52H6xDM8O 6bhTTgdxvRaTYqre6YVcs06ODxSRrGRF0ixikyS1HnafUwPvATJLus9mdGhrkHZv X+BHoEtPSEpVVw6yPMFWawIfx67Yg7xeY2F+DmYWZ4cngissSp29svfBZ/v0MAH+ fKzTqlwmD2+G5zWxAFwtCyYWnPeK4tUSCiMHBnPkgkno80rYYbi7nV75EtElKCD7 xtvUK46S8dMXZ2C1spIQY86tw0T16qgUdc1ntP7QB8a05x2jG6GuUywqklwEtKM/ 5GIzGqvxXhnrqudpxZPi4DbnRZ4RY3/VFgGnAOr6quNsJ81tqKVUt/rQRTlX0LuQ INhkmSV19GCAkXYORPAs8IBZFKbPen7jQP9fmyUNXOWT3fGJeEVh8AnONOIQn1WT FimXOXek93Bqte+9GkTFpuX26LScwFWz6aGQqDWAMm1hO/pjcHNBJ8hPqUrmak2/ KSy+s1dA61bRlLBA1L2F =7pau -----END PGP SIGNATURE----- --ZInfyf7laFu/Kiw7--