From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 17:48:17 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 7B999F9B; Mon, 21 Apr 2014 17:48:17 +0000 (UTC) Received: from relay.mailchannels.net (si-002-i53.relay.mailchannels.net [184.154.112.227]) by mx1.freebsd.org (Postfix) with ESMTP id 988461226; Mon, 21 Apr 2014 17:48:16 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (ip-10-244-196-74.us-west-2.compute.internal [10.244.196.74]) by relay.mailchannels.net (Postfix) with ESMTPA id 863E5616B8; Mon, 21 Apr 2014 17:48:13 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (mail-24.name-services.com [10.244.170.26]) (using TLSv1 with cipher AES128-SHA) by 0.0.0.0:2500 (trex/5.0.19); Mon, 21 Apr 2014 17:48:14 GMT X-MC-Relay: Forwarding X-MailChannels-SenderId: _forwarded-from%7C107.201.34.133 X-MailChannels-Auth-Id: demandmedia Received: from [192.168.1.64] (107-201-34-133.lightspeed.bcvloh.sbcglobal.net [107.201.34.133]) by mail-24.name-services.com with SMTP; Mon, 21 Apr 2014 10:48:06 -0700 Message-ID: <535559D7.9010408@a1poweruser.com> Date: Mon, 21 Apr 2014 13:48:07 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Matthew Seaman Subject: Re: phpmyadmin name in pkgng References: <5353E924.8070409@a1poweruser.com> <5353EA05.9010200@FreeBSD.org> <535526B6.1080706@a1poweruser.com> <53552FCE.6090801@FreeBSD.org> In-Reply-To: <53552FCE.6090801@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 17:48:17 -0000 Matthew Seaman wrote: > On 21/04/2014 15:09, Fbsd8 wrote: >> Issuing the [pkg search php] command list every thing having php in its >> name. I see no phpMyadmin or phpmyadmin. >> >> Yet http://www.freebsd.org/cgi/ports.cgi?query=phpMyadmin&stype=all >> shows it's there. >> >> Any help would be appreciated. > > Loks like it didn't get built in the last packages build run, possibly > because a dependency failed to build correctly. I assume it was a > dependency, becaue if phpMyAdmin had itself failed, I'd have been > deluged with e-mails telling me so. > > There will be another package build run next week. They start on a > Wednesday, but it's usually some time during the weekend that they > finish and the new package set gets published. So try again in about a > week. > > Or build it yourself from ports > > Or try the 2014Q2 package set. > > Cheers, > > Matthew > > If phpmyadmin was a pkgng I wouldn't mind installing all those default supported functions that I never use. But since I am using the port method I want to un-select all those default options from the command line. What are the new [make -D] options to un-select then in mass? I don't remember there being 2 db-connect options. What is the difference between mysql and mysqli. What are the required dependences necessary to get basic phpmyadmin to run? 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 What do you mean by "try the 2014Q2 package set"? What is the URL and where do I code it on my host?