Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 12:36:11 -0700 (PDT)
From:      "Thomas Mueller" <mueller6724@bellsouth.net>
To:        freebsd-ports@freebsd.org 
Subject:   Re: print/cups new 1.7.3 fails on undefined references in http.c
Message-ID:  <791498.52619.bm@smtp113.sbc.mail.gq1.yahoo.com>
References:  <303976.56953.bm@smtp120.sbc.mail.ne1.yahoo.com> <53B4561B.703@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?791498.52619.bm>