1. I managed to install the cups following this instruction:
http://ihackthat.de/install-cups-print-server-nas4free/
With a little change in 6. Modify cupsd.conf:
Code: Select all
# Only listen for connections from the local machine.
Port 631
Listen /var/run/cups.sockhttp://foo2zjs.rkkda.com/INSTALL
With an exception to gutenprint installation, which did not want to install using pkg_add, so I simply downloaded it and installed from the shell.
3. I modified the make.conf with the following:
Code: Select all
# added by use.perl 2013-12-25 19:17:41
PERL_VERSION=5.14.2
.if !empty(.CURDIR:M/usr/ports/*) && exists(/usr/local/lib/gcc46/)
CC=gcc46
CXX=g++46
CPP=cpp46
CFLAGS+=-mssse3
.endifCode: Select all
libgcc_s.so.1 /usr/local/lib/gcc46/libgcc_s.so.1
libgomp.so.1 /usr/local/lib/gcc46/libgomp.so.1
libobjc.so.3 /usr/local/lib/gcc46/libobjc.so.2
libssp.so.0 /usr/local/lib/gcc46/libssp.so.0
libstdc++.so.6 /usr/local/lib/gcc46/libstdc++.so.6Code: Select all
nas4free: foo2zjs # gmake install-hotplug
#
# Hotplug Installation Dependencies...
#
***
*** Error: ex is not installed!
***
*** Install vim package(s) for your OS
***
gmake: *** [install-hotplug-test] Error 1