summaryrefslogtreecommitdiff
path: root/java/jre (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Move the invocation of unregistervm to the top of the packing list.Greg Lewis2005-02-171-1/+1
| | | | | | | | | This ensures that this command is run before the files in the package are deleted (which is necessary for it to correctly delete the symbolic links created by registervm). Notes: svn path=/head/; revision=129106
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.Greg Lewis2004-09-011-2/+2
| | | | | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional). Notes: svn path=/head/; revision=117866
* SIZEify.Trevor Johnson2004-03-171-0/+2
| | | | Notes: svn path=/head/; revision=104313
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-2/+0
| | | | Notes: svn path=/head/; revision=98793
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-11-111-2/+4
| | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. PR: 36411 (more ports still to go) Submitted by: alane Notes: svn path=/head/; revision=69926
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-101-3/+0
| | | | | | | share/doc Notes: svn path=/head/; revision=69861
* Depend on misc/compat3x.Akinori MUSHA2001-08-141-14/+1
| | | | | | | Approved by: sobomax (MAINTAINER) Notes: svn path=/head/; revision=46229
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Whitespace-only:Maxim Sobolev2000-11-011-2/+2
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Backout previous JIT-related change - it can cause legal problems.Maxim Sobolev2000-09-122-4/+0
| | | | | | | Submitted by: nate Notes: svn path=/head/; revision=32537
* Pre-create symlinks pointing to a 2 jits (Just-in-time compilers) - tya andMaxim Sobolev2000-09-112-3/+7
| | | | | | | | shujit, so you can use it with jre by installing whichever you like and setting JAVA_COMPILER environment variable to be shujit or tya. Notes: svn path=/head/; revision=32509
* Correct libc warning message:Maxim Sobolev2000-07-061-1/+1
| | | | | | | /usr/src/lib/compat/compat3x --> /usr/src/lib/compat/compat3x.${ARCH} Notes: svn path=/head/; revision=30271
* Fix typo where \ was not added after an intermediate MASTER_SITES.Will Andrews2000-06-301-1/+1
| | | | | | | | PR: 19590 Submitted by: Dann Lunsford <dann@greycat.com> Notes: svn path=/head/; revision=30004
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Create/remove shared among Java ports ditrectories.Maxim Sobolev2000-06-232-0/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29801
* Fix MASTER_SITES.Maxim Sobolev2000-06-141-1/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29596
* Initial import of JRE - Sun's Java Run Time Enviponment.Maxim Sobolev2000-06-126-0/+296
Notes: svn path=/head/; revision=29543