From owner-freebsd-ports@FreeBSD.ORG Wed Jul 31 02:56:35 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7B6BC09 for ; Wed, 31 Jul 2013 02:56:35 +0000 (UTC) (envelope-from s_gammons@charter.net) Received: from que11.charter.net (que11.charter.net [209.225.8.21]) by mx1.freebsd.org (Postfix) with ESMTP id 7EB7E259E for ; Wed, 31 Jul 2013 02:56:35 +0000 (UTC) Received: from imp11 ([10.20.200.11]) by mta31.charter.net (InterMail vM.8.01.05.02 201-2260-151-103-20110920) with ESMTP id <20130731023323.ILWF24708.mta31.charter.net@imp11> for ; Tue, 30 Jul 2013 22:33:23 -0400 Received: from [192.168.1.233] ([24.179.91.77]) by imp11 with smtp.charter.net id 6qZP1m00Y1g8bLw05qZPJL; Tue, 30 Jul 2013 22:33:23 -0400 X-Authority-Analysis: v=2.0 cv=dIr+A5lb c=1 sm=1 a=QMZxmYOTzEZ29+aioRx9iA==:17 a=yUnIBFQkZM0A:10 a=IkcTkHD0fZMA:10 a=hOpmn2quAAAA:8 a=FoWS-Nt2UNAA:10 a=NakCpbRarqqPMLUJMAAA:9 a=QEXdDO2ut3YA:10 a=QMZxmYOTzEZ29+aioRx9iA==:117 Message-ID: <1375237644.27294.4.camel@localhost> Subject: Port Build options From: Stan Gammons To: FreeBSD Ports Date: Tue, 30 Jul 2013 21:27:24 -0500 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4 (3.6.4-3.fc18) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Wed, 31 Jul 2013 02:56:36 -0000 When one builds a port manually with make install clean or uses portmaster to build a port, does one typically select ALL of the compile options? Which also leads to another question, are the pre-built packages that are installed with pkg_add or pkgng compiled with ALL of the options? Stan