From owner-freebsd-ports@freebsd.org Wed Jan 18 15:57:10 2017 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 6D810CB6366 for ; Wed, 18 Jan 2017 15:57:10 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (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 EEB1415E0 for ; Wed, 18 Jan 2017 15:57:09 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id n124so15384396lfd.2 for ; Wed, 18 Jan 2017 07:57:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=dZc7mimqeJrDU6bKQKYGtAv3ssSG0MPm8uCZviBLCQw=; b=dFrI81m9bBgGTAq6gO3crprkTNURw8p7C4w7z6RJa8ST0yWzfjJHeJ+dXB34g43bIl 0HWdac0VhAIJCPhrNTS6pXmehXR3orU3ky9HNuYeMj1EhAmn+ivkB7Kj89Czsq2qaSIm 6+FEWG2jFpcshlkwEpV1n75XOpumZJ8pnYfGRSYzFqiqVl9B9II8pPsl9Dsk8pGHf5Yw KggugoSzLucu3o1+chRl5ONlBTAh9FnOV9WaNnSr01T9R1VJldpjO/mvkXNfE/yd5FPD 46ffQOAZcD/hZbJU9ktGlKUzssunK+QZ+WQ/Pse8KnmkUBQ1pop03ZMSaHnK4qk/tWEg /tNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=dZc7mimqeJrDU6bKQKYGtAv3ssSG0MPm8uCZviBLCQw=; b=qyK7iN4Rnk9TD+ZkDjhnQHmJT8Hro/R8NVTbnST6EqNA3T7lfJCSS3NRd1qi/s3tEz EH7R135SMGTZ+lGhTKye9XkeG1HIHVEZwWgS6AqHWX+oBmsDuVDpWeSebrfhbVAv5rjL W49G0URl7NkAeDEd4NbVLslqPFr7omaRevxc1skghvG3otLZrOvIujxVjInKVUzDLVBg Iq6fbKdHF+vE4TbOsgeZmX1iG6e6Z2S8dMvOvuKAc1bq3PnH/XJtk8dvSsUn0bHajuzS 3o/AMeWBq9bYYJLutF6f8Je4khF2TxTr7NKcI4+YVI1gUm8qDflV6H7KQVw9PfSRZpTy 9Afg== X-Gm-Message-State: AIkVDXISHt/XjhMXQcpBTh/P9bqIMDjp03iYXKFyqGeTpIxEMw5tZv7NBgsNRNT/MUWHnNgd7aATfz5St7Qo3Q== X-Received: by 10.25.76.196 with SMTP id z187mr1554439lfa.60.1484755027034; Wed, 18 Jan 2017 07:57:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.141.140 with HTTP; Wed, 18 Jan 2017 07:57:06 -0800 (PST) In-Reply-To: <365a46d61b0ae80a2303e77abd2aae06@FreeBSD.org> References: <5CC44640-544B-4997-97A8-725BC00CC85F@yahoo.com> <365a46d61b0ae80a2303e77abd2aae06@FreeBSD.org> From: Torfinn Ingolfsen Date: Wed, 18 Jan 2017 16:57:06 +0100 Message-ID: Subject: Re: net/boinc-client: make LINUX option a default or Slave port? To: FreeBSD Ports ML 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, 18 Jan 2017 15:57:10 -0000 On Tue, Jan 17, 2017 at 11:41 PM, Larry Rosenman wrote: > On 2017-01-17 16:31, Manfred Antar wrote: > >> >> I've been running a freebsd compiled seti version 8 here for months. >> I think someone needs to update the port. >> >> i put the precomiled binaries on my website at : >> >> www.pozo.com/seti [1] >> >> this is for current amd64 >> seti-pkg.tar.bz2 -- precompiled >> >> setiathome.tar.bz -- the source trees for boinc and seti current -- I will update this in about 20 minutes so wait a bit before downloading >> >> I've been using this since last summer and works fine. a linux port would be nice but > > How did you compile the sources? (Can you send me in private mail the > Makefile, etc?) FWIW, the sources that Manfred put up compiled with the instructions in the INSTALL file, except that you have to use gmake instead of make. So $ MAKE=/usr/local/bin/gmake ./_autosetup $ ./configure --disable-server $ gmake I just did that on FreeBSD 10.3-stable about a week and a half ago. tingo@kg-core1$ uname -a FreeBSD kg-core1.kg4.no 10.3-STABLE FreeBSD 10.3-STABLE #0 r310083: Wed Dec 14 21:00:13 CET 2016 root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 (FYI, I also tested the compile on machine running FreeBSD 8.3 from June 2013 but that compile failed) I haven't done anything with the compiled binaries yet (had to upgrade my BOINC machine first) but I expect that they will work well. Also, I would prefer that the boinc port did NOT depend on / bring in linux_base, but if it does I can live with it. -- Regards, Torfinn Ingolfsen