Nothing is wrong here. Version of py-tkinter is the same as installed python26 port, not the one in ports.
ports/x11-toolkits/py-tkinter/Makefile:
PORTVERSION= ${PYTHON_PORTVERSION}
DISTFILES= ${PYTHON_DISTFILE}
ports/Mk/bsd.python.mk:
_PYTHON_PORTVERSION!= (${PYTHON_CMD} -c 'import...
I mean that if you run ./configure --help in /usr/ports/mail/dovecot/work/dovecot-.../, ipv6 and deliver options aren't listed, looks like they were made non-optional by dovecot's author.
Looks like those options are no-op now. dovecot's configure doesn't list ipv6 and deliver as something optional. Try contacting maintainer of the port (make -V MAINTAINER -C /usr/ports/mail/dovecot).
ECANTPARSE.
Looks like you need another version of nvidia-driver as 195.22 doesn't attach, check release notes for other versions to see if you card is supported.
It must be printing verbose message to stderr. Use:
pkg_add -vr iostat > output.txt 2 > &1 if using (ba)sh
pkg_add -vr iostat >& output.txt if using (t)csh
It's the other way round. There are ports which are not available on sparc64 arch, and are marked as such. You could check ports Makefile's for one the following:
ONLY_FOR_ARCHS=i386 amd64 (not including sparc64 here)
NOT_FOR_ARCHS=sparc64 (excluding sparc64)
IA32_BINARY_PORT (should be run on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.