From owner-freebsd-ports@FreeBSD.ORG Fri Aug 26 19:57:05 2005 Return-Path: X-Original-To: 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 4F48016A422 for ; Fri, 26 Aug 2005 19:57:05 +0000 (GMT) (envelope-from adam.stroud@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022CE43D49 for ; Fri, 26 Aug 2005 19:57:03 +0000 (GMT) (envelope-from adam.stroud@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so385639nzd for ; Fri, 26 Aug 2005 12:57:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bbR7VKUm/D54xEIYy1lCWXXtc3DyhRcHOabI+iCqFKA5SUXNGOoRHoiRhPjm9XjWkNl9KaXJ+i8gXp1ONWwZBpgKD7dU8LG7mWwnJqlXhoLapzhobOn9p6V5V0YllAAyNZcDGvto8l1zxKm945ULoWlAHywulEnCDXtyDvGFL10= Received: by 10.36.101.14 with SMTP id y14mr289271nzb; Fri, 26 Aug 2005 12:57:02 -0700 (PDT) Received: by 10.36.43.2 with HTTP; Fri, 26 Aug 2005 12:57:02 -0700 (PDT) Message-ID: Date: Fri, 26 Aug 2005 15:57:02 -0400 From: Adam Stroud To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: pkgtools.conf Question 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: Fri, 26 Aug 2005 19:57:05 -0000 All: I have a question of the format of the pkgtools.conf file. When specifying MAKE_ARGS for specific args, what is the correct format.=20 The file says that it uses a ports_glob to do the lookup so would I specify an entry like: 'multimedia/xmms' =3D> 'WITH_EXTENDED_VORBIS_FILEINFO=3D1' or like: 'multimedia/xmms-*' =3D> 'WITH_EXTENDED_VORBIS_FILEINFO=3D1' The first example resolves when using a ports_glob and the second one does not. So I am assuming that the first format is correct. Is this a correct assumption? Thanks A