Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Jul 2014 09:54:04 +1000
From:      Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au>
To:        Thomas Mueller <mueller6724@bellsouth.net>, freebsd-ports@freebsd.org
Subject:   Re: print/cups new 1.7.3 fails on undefined references in http.c
Message-ID:  <53B5ED1C.3040208@heuristicsystems.com.au>
In-Reply-To: <135289.82092.bm@smtp115.sbc.mail.gq1.yahoo.com>
References:  <303976.56953.bm@smtp120.sbc.mail.ne1.yahoo.com> <53B4561B.703@gmx.de> <135289.82092.bm@smtp115.sbc.mail.gq1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thomas, We're at risk of straying off topic, but as you're the thread
owner...

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.




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