atom feed5 messages in org.freebsd.freebsd-portsRe: (no subject)
FromSent OnAttachments
Anoop KMar 3, 2011 11:44 pm 
Konstantin TokarevMar 4, 2011 5:10 am 
per...@pluto.rain.comMar 4, 2011 4:30 pm 
Chris ReesMar 5, 2011 3:04 am 
DerecksonMar 13, 2011 4:49 am 
Subject:Re: (no subject)
From:Dereckson (dere@gmail.com)
Date:Mar 13, 2011 4:49:01 am
List:org.freebsd.freebsd-ports

Good afternoon,

Meanwhile, you can download the source, uncompress and launch the FreeBSD-aware interactive installer who compile and install the file.

fetch http://radsite.lbl.gov/radiance/dist/rad4R0all.tar.gz tar xzvf rad4R0all.tar.gz cd ray ./makeall install

If when you prepare the port, you use this installer instead to scons, you have to: - see how to offer $PREFIX instead /usr/local as default value (a patch against makeall?) - add to your port the following block: .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE='This installer is interactive.' .endif

A better way would be to copy the makeall script in a new one where you pick default options (and use $PREFIX).

On Fri, Mar 4, 2011 at 2:11 PM, Konstantin Tokarev <annu@yandex.ru> wrote:

04.03.2011, 10:44, "Anoop K" <kmta@gmail.com>:

Hello, I am a MS windows user and have come here from PC-BSD. I would like to make a port request for Radiance < http://radsite.lbl.gov/radiance/ >.

N.B: I have only begun experimenting with FreeBSD and have 8.2 installed on a stand alone multi boot machine, running KDE environment.

You can start here: http://www.freebsd.org/doc/en/books/porters-handbook/