From owner-freebsd-ports@freebsd.org Wed Sep 28 09:40:05 2016 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 767A2C00E37 for ; Wed, 28 Sep 2016 09:40:05 +0000 (UTC) (envelope-from sergey.avseyev@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 13EC9BF6 for ; Wed, 28 Sep 2016 09:40:05 +0000 (UTC) (envelope-from sergey.avseyev@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id l132so225316044wmf.0 for ; Wed, 28 Sep 2016 02:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=GJ3IS8AYmT4zE1emZxpBjCjhcwegzBvp2luUXkO1XPo=; b=y2MRLkdIinvwilgmDrxiYGI5LE+jAre7qpWo/6qTMyAlsdOTBsA+p+LPEfk+FRkJ9x wNvS9IRQex5P46FsjC2obrLI4jQFcwdDHK1ZePOVwhcYK3RGavDPCW/DJYzOdxYmh8yV uVsanTgXuqszwsuzFpUdELInlstlXHT4f7q653UPTkGAuzEqN7dGxdnv2smaAW8nYzkT rBLVZ4QlNW9AM8LAkFVtk8ZCB5O1qLjzDcKb3etQUFMsOwRNn/m3rUJqa3m7e+t2t662 lWrWWr9sUm91dNcUqBhEdFOkTrZ3aj8QHxREOzMKt3D+dXfhrtXbmoRe2tRNmn06ULdb WLZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=GJ3IS8AYmT4zE1emZxpBjCjhcwegzBvp2luUXkO1XPo=; b=E5CL1JmUh3icxlPXpa2UycrqOc0yS4eVFyjs9PEZZlF3Zx1yz45/tukYu3wGdgHKs0 jQedbuctMKS2x0XvGUVQWTVcsX+FDcT4eyZZhyYhGW26Zim8ooa+aZkO9dFYKgVOMl0a Xbhlby2/HLI8P8rvYcGxUWHPdu3MWBPc1fcmXejfp7FWVhVFtWR51rnaMbVhm8JkNDsA DIQtXPfI2n4rJc6EbBzxVVRTam+fWqXclWxumgjP78N6O2ixz+QrzvuKW1260/uB7vIo seeuUAzLxNonbt+U4VDUHHM00x2rVnQI70Z+8D5Lw2jpDzzIwjYUvpmyOKVA2WllmMKo HvrA== X-Gm-Message-State: AA6/9RnpNoNeFN0XKQc8j1YOiv6V8/Qcv6p4ZkIbt0dQGAQLRnox91OLLE2JA57n2PnDyptmRf6I5VAFUYQfPA== X-Received: by 10.194.133.72 with SMTP id pa8mr12791720wjb.0.1475055603311; Wed, 28 Sep 2016 02:40:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.142.154 with HTTP; Wed, 28 Sep 2016 02:39:42 -0700 (PDT) In-Reply-To: <20160903105112.GR96200@home.opsec.eu> References: <20160902204016.GM96200@home.opsec.eu> <20160902205230.GN96200@home.opsec.eu> <20160902211117.GO96200@home.opsec.eu> <20160903062723.GP96200@home.opsec.eu> <20160903105112.GR96200@home.opsec.eu> From: Sergey Avseyev Date: Wed, 28 Sep 2016 12:39:42 +0300 Message-ID: Subject: Re: Maintainership of databases/libcouchbase To: Kurt Jaeger Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 09:40:05 -0000 Hi Kurt, the library has been updated recently and I also included fixes for the problems you has found https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213040 I only left http://packages.couchbase.com/clients/c/ as the source of the tarball -- Sergey Avseyev 2016-09-03 13:51 GMT+03:00 Kurt Jaeger : > Hi! > >> 2016-09-03 9:27 GMT+03:00 Kurt Jaeger : >> > So I added a USES=perl5 and USE_PERL5=build run and put it in the >> > ports tree. If you find a way to do without perl, please submit it with the >> > next update. >> >> It only requires perl on 'build' phase to deal with dtrace. So 'run' >> could be omitted > > Some additional issues: > - The BUILDDIR definition in the Makefile is not used ? (mat found this) > - Why the download from http://packages.couchbase.com/clients/c/ > instead of github ? > - pkg-descr misses WWW: for the URL > > The code is updated approximatly every month. Would you submit > a new PR if the next update comes around to fix all those things ? > > -- > pi@opsec.eu +49 171 3101372 4 years to go !