From owner-freebsd-ports@FreeBSD.ORG Thu Jun 22 13:59:06 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904B716A695 for ; Thu, 22 Jun 2006 13:59:06 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp106.sbc.mail.mud.yahoo.com (smtp106.sbc.mail.mud.yahoo.com [68.142.198.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 2ECA843D6B for ; Thu, 22 Jun 2006 13:25:09 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 52279 invoked from network); 22 Jun 2006 13:25:09 -0000 Received: from unknown (HELO gondolin.mikestammer.com) (mikestammer@sbcglobal.net@68.251.71.132 with login) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 22 Jun 2006 13:25:09 -0000 Received: from localhost (localhost [127.0.0.1]) by gondolin.mikestammer.com (Postfix) with ESMTP id 2E14598 for ; Thu, 22 Jun 2006 08:25:08 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from gondolin.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40jXfidJNJcm for ; Thu, 22 Jun 2006 08:25:06 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by gondolin.mikestammer.com (Postfix) with ESMTP id 75D8F5F for ; Thu, 22 Jun 2006 08:25:05 -0500 (CDT) Message-ID: <449A9A2F.8010108@mikestammer.com> Date: Thu, 22 Jun 2006 08:25:03 -0500 From: Eric User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <449A67AD.8000204@icyb.net.ua> In-Reply-To: <449A67AD.8000204@icyb.net.ua> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Portmaster options file X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 13:59:06 -0000 Hello all, is there a mechanism in portmaster that is similar to portmanagers pm-020.conf file for specifying build options or can you specify everything in make.conf to achieve the same? for example, my pm-020.conf contains: www/horde|WITHOUT_WV=yes WITHOUT_XL=yes WITHOUT_X11=yes WITH_MAGICK=yes| mail/imp|WITHOUT_LDAP=yes WITHOUT_SMIME=yes WITH_DOVECOT=yes| graphics/ImageMagick|WITHOUT_X11=yes WITHOUT_IMAGEMAGICK_FONTCONFIG=yes WITHOUT_IMAGEMAGICK_SVG=yes| print/ghostscript-gnu|WITHOUT_X11=yes| net/mtr|WITHOUT_X11=yes| but if i use portmaster -a theres no way for me to tell portmaster what options to use. I checked the man page and noticed the portmaster.rc file, but didnt see any examples on my system. Thanks! Eric