From owner-freebsd-questions@freebsd.org Mon Apr 20 17:15:24 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA2CB2A8264 for ; Mon, 20 Apr 2020 17:15:24 +0000 (UTC) (envelope-from healer@rpi.edu) Received: from smtp10.server.rpi.edu (smtp10.server.rpi.edu [128.113.2.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "canit.localdomain", Issuer "canit.localdomain" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 495YHJ2CJYz3CcB for ; Mon, 20 Apr 2020 17:15:23 +0000 (UTC) (envelope-from healer@rpi.edu) Received: from smtp-auth2.server.rpi.edu (smtp-auth2.server.rpi.edu [128.113.2.232]) by smtp10.server.rpi.edu (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id 03KHFM7Y001821 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 20 Apr 2020 13:15:22 -0400 Received: from smtp-auth2.server.rpi.edu (localhost [127.0.0.1]) by smtp-auth2.server.rpi.edu (Postfix) with ESMTP id 8C91D1A04D for ; Mon, 20 Apr 2020 13:15:22 -0400 (EDT) Received: from [128.113.125.33] (calyx-28.net.rpi.edu [128.113.125.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: healer) by smtp-auth2.server.rpi.edu (Postfix) with ESMTPSA id 73B821A04B for ; Mon, 20 Apr 2020 13:15:22 -0400 (EDT) To: FreeBSD Questions Mailing List From: Bob Healey Subject: Building packages for a variety of systems Message-ID: <12dbced7-ae27-7d89-daf8-53fe10e2ef67@rpi.edu> Date: Mon, 20 Apr 2020 13:15:21 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Virus-Scanned: ClamAV using ClamSMTP X-Bayes-Prob: 0.0001 (Score 0, tokens from: outgoing, @@RPTN) X-Spam-Score: 0.00 () [Hold at 10.10] X-CanIt-Incident-Id: 032t5fmKp X-CanIt-Geo: ip=128.113.125.33; country=US; region=New York; city=Troy; latitude=42.7273; longitude=-73.6696; http://maps.google.com/maps?q=42.7273,-73.6696&z=6 X-CanItPRO-Stream: outgoing X-Canit-Stats-ID: Bayes signature not available X-Scanned-By: CanIt (www . roaringpenguin . com) on 128.113.2.230 X-Rspamd-Queue-Id: 495YHJ2CJYz3CcB X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=rpi.edu; spf=pass (mx1.freebsd.org: domain of healer@rpi.edu designates 128.113.2.230 as permitted sender) smtp.mailfrom=healer@rpi.edu X-Spamd-Result: default: False [-6.75 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:128.113.2.225/28]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[4]; RCVD_TLS_LAST(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[230.2.113.128.list.dnswl.org : 127.0.11.2]; DMARC_POLICY_ALLOW(-0.50)[rpi.edu,none]; IP_SCORE(-3.75)[ip: (-9.84), ipnet: 128.113.0.0/16(-4.91), asn: 91(-3.93), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:91, ipnet:128.113.0.0/16, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2020 17:15:24 -0000 I would like to move from building ports with my custom options on each system, and move to building once in a central location, and then deploying via pkg add.  Mainly openldap, samba, BIND, and their dependencies.  Do I need to use my oldest CPU (Opteron 1000 series) as the build host, or can I get away with using something much newer (Xeon E5-2000 v3) with more cores and RAM?  I'm seeing mixed opinions about ports hard coding build CPU features into binaries, and don't want to get stuck. Thank you for your time. -- Bob Healey Systems Administrator Office of Research