From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 18:20:46 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12CD1CEC; Mon, 21 Apr 2014 18:20:46 +0000 (UTC) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C069A15EC; Mon, 21 Apr 2014 18:20:45 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id vb8so2200717obc.10 for ; Mon, 21 Apr 2014 11:20:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=BKUbR5I2KhNmW5Ve6PTvA5D5O+8C4k9zMKqVzxIuQ1I=; b=g1a3NXbnI9qpBGzlZHjfiCwkcCBPiFUYeGBkE0ju3RwjusfVl9z6yeF3hKz9lgRghq ItwdclUjLsWEfyGBa53lIfmbMtN8ba9zSvglVi+nfETaG8d6ZMyYZVzdVEPDnFdnDcCp uTlgo/o86RZOFWpoUYqvxfxH+58Z9ZeR3xOKnID+YFgo+mvguJemnud00CLdo6UdLbP/ gGecxUjFzgDljmyGtGAH7572PRQ/948Fsl3tINWvy4VDyhnHcAgywQccWe5i//hr+Zu0 WRKR9Stb0OmIL72/ngIT4DLWQtWgg33yOwrloR2HF6ix2cq4c8klgCpXmrqelnvC8KOJ XbIw== X-Received: by 10.60.125.72 with SMTP id mo8mr28728062oeb.36.1398104444362; Mon, 21 Apr 2014 11:20:44 -0700 (PDT) Received: from [192.168.1.64] (pool-71-170-112-253.dllstx.fios.verizon.net. [71.170.112.253]) by mx.google.com with ESMTPSA id b6sm64153483oez.8.2014.04.21.11.20.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Apr 2014 11:20:43 -0700 (PDT) References: <5353E924.8070409@a1poweruser.com> <5353EA05.9010200@FreeBSD.org> <535526B6.1080706@a1poweruser.com> <53552FCE.6090801@FreeBSD.org> <535559D7.9010408@a1poweruser.com> Mime-Version: 1.0 (1.0) In-Reply-To: <535559D7.9010408@a1poweruser.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPad Mail (11D167) From: Matthew Pherigo Subject: Re: phpmyadmin name in pkgng Date: Mon, 21 Apr 2014 13:20:43 -0500 To: Fbsd8 Cc: Matthew Seaman , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 18:20:46 -0000 --Matt > On Apr 21, 2014, at 12:48 PM, Fbsd8 wrote: >=20 > If phpmyadmin was a pkgng I wouldn't mind installing all those default sup= ported functions that I never use. But since I am using the port method I wa= nt to un-select all those default options from the command line. What are th= e new [make -D] options to un-select then in mass? Change directory to the port, and run 'make config'. This brings up an inter= active dialogue for you to configure the build options for the port. Then ru= n make install to install the package with the custom options you just selec= ted. However, I'd certainly recommend doing this all through portmaster. pkg install portmaster portmaster www/phpmyadmin When you run portmaster, it should bring up the configuration dialog that yo= u would get through make config default. However, if this is not the case, c= all it with portmaster --force-config www/phpmyadmin >=20 > What are the required dependences necessary to get basic phpmyadmin to run= ? >=20 > Is there some [make] command option to change the location {directory path= } where the phpmyadmin php code gets installed. > Some location different than the default /usr/local/www/phpmyadmin