From owner-freebsd-questions@freebsd.org Sat Apr 28 02:09:40 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45956FB9083 for ; Sat, 28 Apr 2018 02:09:40 +0000 (UTC) (envelope-from jesse.alexander.bennett@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 BA6C87895B for ; Sat, 28 Apr 2018 02:09:39 +0000 (UTC) (envelope-from jesse.alexander.bennett@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id i3so5767423wmf.3 for ; Fri, 27 Apr 2018 19:09:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=KutlRvNm83Ct90Psv38Nsj/EVQn6xRRfT2R/ivcb0/Q=; b=Tl0LeLPHqAwRNeNi81Dybe6LIime77l2QzyAPzvkrs5Ep7D3OnA3Cb4YVCFWmNMeRz uQ5cS1QmZcQvPgW2fuI0OAPwASLzaqvBjOLbt8p4eQSh+jZFdEsSz4VuAFlUFoyo3NUJ v4Z0ptqzyXl8GbLWzZkwY885JP0YzhQ+3Zc1xhABUHic6PNOlTjWyDQBqDGrDiKpWPNR 6K2sEcIHJYyzVLjm/DOLRUoJbDaLaTra1K6ScIAiA9mV0bpou8sMj/FyIalPrO7HnRc8 credEvyFyrNqAIRa+xnR8GDZ45FwWt/nDPI5gfe+mzWoaxyCYsHOQCw+x/VpUVbkmipr 6fNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KutlRvNm83Ct90Psv38Nsj/EVQn6xRRfT2R/ivcb0/Q=; b=NnQPNjKIxAx0ghCk1VkeVnCTzapP42hKLd35nwzJxI9FoW6ryxSmbm7Idlf27Vxd8z 7s/TKMdqZ+J5oDJxZi5ozsiMQUyajdJsDIOeruyrl87yHLvFOXFiCr82qT+MqKzEzf6x qA2Kmj6qT4NENII2rbn/mGjWbc0MCOL0Thh49NYoYfiPVRjW7F/AmetejHncfIO8Pgtx MEDUmR24Gssv8BV/djl20RtWCMlcnzCIOBZMqBWLkvZN0YaZ44Qdm2AZyYn58rk6adVE fhktKZqM/mdiL6RyM24u3IwU3P/fv03uAIKG7V2UC2F87lc93pbhJ43nlcKZtBbo9LtO FW2A== X-Gm-Message-State: ALQs6tD1MoyDlnBJLTR9Q/URb3mP0eFlM3cJN13jQ1r5KpL2QDu3dwQO tUtsHDZdsuo+PmMKDJmZp2Q7KcoZW376PJAdi1U= X-Google-Smtp-Source: AB8JxZrk4wrS4/GVvpvqhcorzoC+Wc1AK78rxxfJN3nNU0xKB6fqYee9CnNAcg1OMpz8Pr0xEEMbfGR+jG0HT8KGdBw= X-Received: by 2002:a50:b204:: with SMTP id o4-v6mr613903edd.184.1524881378291; Fri, 27 Apr 2018 19:09:38 -0700 (PDT) MIME-Version: 1.0 From: Wolf Spider Date: Sat, 28 Apr 2018 02:09:28 +0000 Message-ID: Subject: FoundationDB on FreeBSD To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2018 02:09:40 -0000 Hi, I was wondering if there were any known efforts toward porting FoundationDB to FreeBSD already? I=E2=80=99ve had a little success in porti= ng it on my own which you can view here: https://mobile.twitter.com/wolfspidercode And the public repo on GH I have here: https://github.com/wolfspider/FoundationDB-FreeBSD Soon I=E2=80=99ll probably be looking for guidance for some of the addition= al platform changes needed on the forums and mailing lists- just wanted to make sure while attempting to contribute that this wasn=E2=80=99t already i= n place elsewhere in the FreeBSD roadmap. I=E2=80=99m also new to contributing to o= pen source projects and any info or help there is greatly appreciated. -Jesse jesse.alexander.bennett@gmail.com