print/cups new 1.7.3 fails on undefined references in http.c
Thomas Mueller
mueller6724 at bellsouth.net
Fri Jul 4 19:39:23 UTC 2014
from Matthias Andree:
> It is compiled as though it should use GNUTLS, but links against OPENSSL
> (-lssl -lcrypto) - the port maintainer might want to look into this;
> until then, flip the options to use OPENSSL, then it might work.
There is no port maintainer (ports at FreeBSD.org).
I could possibly wait and see if there is an update/correction?
I checked the selected options for the failed build of cups: OPENSSL was on, GNUTLS was off.
from Dewayne Geraghty:
> To build without dialogue stuff:
> cd /usr/ports/print/cups-base
> # To see options
> make showconfig
> # To find the ports unique name, you'll need this to set the port
> specific options in make
make -VUNIQUENAME
> # To define options in make.conf, similar to pkgsrc though reversed
> echo "cups-base_SET=LIBPAPER" >> /etc/make.conf
> # To make without dialogue
make -DBATCH
> If you wish to set global options, for all ports or really don't want to
> lookup the UNIQUENAME
> echo OPTION_SET=\"heimdal_home=/usr\" >> /etc/make.conf
> I actually use /usr/ports/port-mgmt/portconf to manage all changes, but
> that is largely historical.
> Hope that assists.
> Dewayne
> PS You will need to "do something? delete?" where-ever your previously
> defined options, via dialoue have been set. I can't help there.
Thanks for hints. I'll have to read through the Porters' Handbook.
Sort of a nuisance to change options formats in midstream.
Now my erratic FreeBSD wi-fi connection quit about 12 hours ago, so I am that much behind with the mail.
Tom
More information about the freebsd-ports
mailing list