Re: Best way to uninstall X

2011-04-07 Thread xpa...@gmail.com
May be something like pkg_delete -r for xorg-drivers ? Try to find any port with largest number of dependencies and delete it with -r option On 7 April 2011 21:37, Attos attos.ja...@gmail.com wrote: Tried that, didn't work :) On Thu, Apr 7, 2011 at 1:29 PM, Konstantin Tokarev

MySQL HandlerSocket plugin port

2010-11-13 Thread xpa...@gmail.com
Hi. I've made port for plugin, but after two days plugin stoped loading in MySQL. http://host129.rax.ru/ports/handlersocket-mysql51-plugin.tar.bz2 Please, test this port on MySQL 5.1. Now it's building from github and doesn't have stable version. Thanks to Sahil Tandon for workaround with

Get path of extracted port

2010-11-10 Thread xpa...@gmail.com
Hi. I'm trying to write Makefile for MySQL plugin. In make file I've added BUILD_DEPENDS directive: BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql50-server:extract How I can get directory path with sources of MySQL for using in ./configure?