From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 08:27:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83CFB1065672 for ; Thu, 23 Oct 2008 08:27:54 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [76.96.62.17]) by mx1.freebsd.org (Postfix) with ESMTP id 292008FC19 for ; Thu, 23 Oct 2008 08:27:53 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA09.westchester.pa.mail.comcast.net ([76.96.62.20]) by QMTA10.westchester.pa.mail.comcast.net with comcast id W8DN1a00B0SCNGk5A8Tt9R; Thu, 23 Oct 2008 08:27:53 +0000 Received: from koitsu.dyndns.org ([69.181.141.110]) by OMTA09.westchester.pa.mail.comcast.net with comcast id W8Tg1a0082P6wsM3V8Tgfo; Thu, 23 Oct 2008 08:27:53 +0000 X-Authority-Analysis: v=1.0 c=1 a=4VZKEhmwntcA:10 a=QycZ5dHgAAAA:8 a=2_tjfAm-JRJ5uiGcMVEA:9 a=AoLyuixdju_zyFY8JtSnaEHGl4wA:4 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id 32FA7C9432; Thu, 23 Oct 2008 01:27:40 -0700 (PDT) Date: Thu, 23 Oct 2008 01:27:40 -0700 From: Jeremy Chadwick To: Valentin Bud Message-ID: <20081023082740.GA81089@icarus.home.lan> References: <200810221556.28731.jmc-freebsd2@milibyte.co.uk> <48FF43D8.6010209@infracaninophile.co.uk> <200810221805.08009.jmc-freebsd2@milibyte.co.uk> <139b44430810222359r41a24fb0o893cfd5a7d1e1ca2@mail.gmail.com> <20081023094324.J8306@wojtek.tensor.gdynia.pl> <139b44430810230058k1e18cd33p40638000b7b7c027@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <139b44430810230058k1e18cd33p40638000b7b7c027@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Wojciech Puchar , Mike Clarke , freebsd-questions@freebsd.org Subject: Re: Can't upgrade or deinstall phpMyAdmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2008 08:27:54 -0000 On Thu, Oct 23, 2008 at 09:58:24AM +0200, Valentin Bud wrote: > the main reason i don't like to install phpmyadmin from ports is the > following: > # pwd > /usr/ports/databases/phpmyadmin > > # make all-depends-list | grep x11 > /usr/ports/x11/libXpm > /usr/ports/x11/xextproto > /usr/ports/x11/xproto > /usr/ports/x11/libX11 > /usr/ports/x11/libXext > /usr/ports/x11-toolkits/libXt > /usr/ports/x11-toolkits/libXaw > /usr/ports/x11/bigreqsproto > /usr/ports/x11/xcmiscproto > /usr/ports/x11/xtrans > /usr/ports/x11/kbproto > /usr/ports/x11/inputproto > /usr/ports/x11-fonts/xf86bigfontproto > /usr/ports/x11/libXau > /usr/ports/x11/libXdmcp > /usr/ports/x11/libSM > /usr/ports/x11/printproto > /usr/ports/x11-toolkits/libXmu > /usr/ports/x11/libXp > /usr/ports/x11/libICE > > I am not that good in FBSD so i'm asking, is there a way to install > phpmyadmin > without installing all the above mentions as depends x11 stuff? I explained this in my mail. "make config", remove the features you don't want, then "make all-depends-list". I'm pretty sure the one which is causing you grief is the PDF feature, but it's up to you to decide what you need/do not need. As I said in my other mail, be aware that disabling some of the features will cause phpmyadmin to complain to the visitor that said feature is missing; mbstring is a good example. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |