From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 16:58:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502FE37B401 for ; Tue, 29 Apr 2003 16:58:52 -0700 (PDT) Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C1543F85 for ; Tue, 29 Apr 2003 16:58:51 -0700 (PDT) (envelope-from edinho64@netscape.net) Received: from edinho64@netscape.net by imo-r01.mx.aol.com (mail_out_v34.22.) id n.1b6.5accb6c (16226) for ; Tue, 29 Apr 2003 19:58:46 -0400 (EDT) Received: from netscape.net (pool-141-150-115-173.nwrk.east.verizon.net [141.150.115.173]) by air-in02.mx.aol.com (v93.8) with ESMTP id MAILININ22-3f623eaf11b62a5; Tue, 29 Apr 2003 19:58:46 2000 Message-ID: <3EAF11B3.3070406@netscape.net> Date: Tue, 29 Apr 2003 19:58:43 -0400 From: "E. J. Cerejo" User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Subject: Portupgrade and pkgtools.conf file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 23:58:52 -0000 I'm trying to tell portupgrade to install mplayer with these options: 'multimedia/mplayer' => 'WITH_OPTIMIZED_CFLAGS', 'multimedia/mplayer' => 'WITHOUT_RUNTIME_CPUDETECTION', 'multimedia/mplayer' => 'WITH_GUI', 'multimedia/mplayer' => 'WITH_FREETYPE', 'multimedia/mplayer' => 'WITH_DVD=', 'multimedia/mplayer' => 'WITH_LIBDVDREAD', 'multimedia/mplayer' => 'WITH_LIBDVDNAV', 'multimedia/mplayer' => 'WITH_ARTS', 'multimedia/mplayer' => 'WITH_LIBDV', 'multimedia/mplayer' => 'WITH_MAD', 'multimedia/mplayer' => 'WITH_SVGALIB', 'multimedia/mplayer' => 'WITH_AALIB', 'multimedia/mplayer' => 'WITH_SDL', 'multimedia/mplayer' => 'WITH_ESOUND', 'multimedia/mplayer' => 'WITH_VORBIS','multimedia/mplayer' => 'WITH_XANIM', 'multimedia/mplayer' => 'WITH_LIVEMEDIA', 'multimedia/mplayer' => 'WITH_XVID', 'multimedia/mplayer' => 'WITH_FAAD' I got them all on the same line separated by commons under make args, and portupgrade gives me this: ** Error occured reading /usr/local/etc/pkgtools.conf: /usr/local/etc/pkgtools.conf:299: parse error 'multimedia/mplayer' => 'WITHOUT_RUNTIME_CPUDETECTION', 'multimedia/mplayer' => 'WITH_GUI', 'multimedia/mplayer' => 'WITH_FREETYPE', 'multimedia/mplayer' => 'WITH_DVD=', 'multimedia/mplayer' => 'WITH_LIBDVDREAD', 'multimedia/mplayer' => 'WITH_LIBDVDNAV', 'multimedia/mplayer' => 'WITH_ARTS', 'multimedia/mplayer' => 'WITH_LIBDV', 'multimedia/mplayer' => 'WITH_MAD', 'multimedia/mplayer' => 'WITH_SVGALIB', 'multimedia/mplayer' => 'WITH_AALIB', 'multimedia/mplayer' => 'WITH_SDL', 'multimedia/mplayer' => 'WITH_ESOUND', 'multimedia/mplayer' => 'WITH_VORBIS','multimedia/mplayer' => 'WITH_XANIM', 'multimedia/mplayer' => 'WITH_LIVEMEDIA', 'multimedia/mplayer' => 'WITH_XVID', 'multimedia/mplayer' => 'WITH_FAAD' I've tried without the commons but still doesn't work, I added the "=yes" in each argument but still the same error, does anyone know the correct format for this?