Re: Build Packages Java 1.6 at OpenBSD 4.3

2008-09-17 Thread my mail
> On Sep 17 10:48:56, Alexander Hall wrote: > > You need to run `make package` (or anything that > depends on it, such as > > `make install` to make the package. > > AFAIK, no port should make a package from > "make" only. > > On Sep 17 08:49:34, Stuart Henderson wrote: > > Because you just ran "m

Re: Build Packages Java 1.6 at OpenBSD 4.3

2008-09-17 Thread Jan Stary
Dear my mail, On Sep 16 18:25:08, my mail wrote: > I have successfull build jdk 1.6 using ports, > after run > # make > > and the proces run sucessful, but why i can't found the packages at > /usr/ports/packages/i386/all ? > > i try to run > # make install > > and jdk 1.6 have install perfect

Re: Build Packages Java 1.6 at OpenBSD 4.3

2008-09-17 Thread Alexander Hall
my mail wrote: I have successfull build jdk 1.6 using ports, after run # make and the proces run sucessful, but why i can't found the packages at /usr/ports/packages/i386/all ? You need to run `make package` (or anything that depends on it, such as `make install` to make the package. i try t

Re: Build Packages Java 1.6 at OpenBSD 4.3

2008-09-17 Thread Stuart Henderson
On 2008-09-17, my mail <[EMAIL PROTECTED]> wrote: > I have successfull build jdk 1.6 using ports, > after run > # make > > and the proces run sucessful, but why i can't found the packages at > /usr/ports/packages/i386/all ? Because you just ran "make", not "make package" or "make install". > i