aboutsummaryrefslogtreecommitdiffstats
path: root/java/jre
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-251-0/+2
|
* . Move the invocation of unregistervm to the top of the packing list.glewis2005-02-181-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).
* . Assume (un)registervm is in LOCALBASE _not_ PREFIX.glewis2004-09-021-2/+2
| | | | | . Call unregistervm with the VM we registered, not the comment associated with (as comments should be optional).
* SIZEify.trevor2004-03-181-0/+2
|
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+0
|
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Let be hohest: I really don't have a time now to properly maintain allsobomax2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Fix user and group ownership of the installed files when they have beenglewis2002-11-121-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
* Don't remove system directories share/java, share/java/classes, andkris2002-11-111-3/+0
| | | | share/doc
* Depend on misc/compat3x.knu2001-08-141-14/+1
| | | | Approved by: sobomax (MAINTAINER)
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Whitespace-only:sobomax2000-11-011-2/+2
| | | | Make indentation uniform across my ports.
* Backout previous JIT-related change - it can cause legal problems.sobomax2000-09-122-4/+0
| | | | Submitted by: nate
* Pre-create symlinks pointing to a 2 jits (Just-in-time compilers) - tya andsobomax2000-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.
* Correct libc warning message:sobomax2000-07-061-1/+1
| | | | /usr/src/lib/compat/compat3x --> /usr/src/lib/compat/compat3x.${ARCH}
* Fix typo where \ was not added after an intermediate MASTER_SITES.will2000-06-301-1/+1
| | | | | PR: 19590 Submitted by: Dann Lunsford <dann@greycat.com>
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Create/remove shared among Java ports ditrectories.sobomax2000-06-232-0/+7
| | | | Submitted by: bento
* Fix MASTER_SITES.sobomax2000-06-141-1/+3
| | | | Submitted by: bento
* Initial import of JRE - Sun's Java Run Time Enviponment.sobomax2000-06-126-0/+296