Re: Producing a binary install

2006-07-12 Thread Bob
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Brunelle wrote: Otherwise doing a 'make package' after the port has been installed will create a package for you. You should then be able to install the package on the other machine using pkg_add. HTH, Micah If you've already done make

Producing a binary install

2006-07-11 Thread Bob
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First I would like to thank all of you who helped me out on my Java-Hell issue. I now have a working native jdk.1.4.2. It took a bit of doing, and many hours of compile time, but it finally worked. It did bomb once, about 4 hours into the compile,

Re: Producing a binary install

2006-07-11 Thread Micah
Bob wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First I would like to thank all of you who helped me out on my Java-Hell issue. I now have a working native jdk.1.4.2. It took a bit of doing, and many hours of compile time, but it finally worked. It did bomb once, about 4 hours into

Re: Producing a binary install

2006-07-11 Thread Kevin Brunelle
Otherwise doing a 'make package' after the port has been installed will create a package for you. You should then be able to install the package on the other machine using pkg_add. HTH, Micah If you've already done make clean... you're going to end up rebuilding if you use make package.