aboutsummaryrefslogtreecommitdiff
path: root/java/diablo-jdk13
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=129105
* . Mark FORBIDDEN unless WITHOUT_PLUGIN is specified due to the browserGreg Lewis2004-12-051-0/+1
| | | | | | | plugin vulnerability. Notes: svn path=/head/; revision=123194
* Change BROKEN to IGNORE since the package builds but does not runKris Kennaway2004-09-291-1/+1
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118491
* . 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=117779
* . Use a more up to date browser plugin directory and respect ${X11BASE}Greg Lewis2004-07-093-17/+26
| | | | | | | when doing do. Notes: svn path=/head/; revision=113301
* . Set LATEST_LINK.Greg Lewis2004-07-061-1/+2
| | | | | | | . Fix a typo in IGNORE. Notes: svn path=/head/; revision=113096
* BROKEN on 5.x: does not run (libm is binary incompatible with 4.x)Kris Kennaway2004-07-031-0/+5
| | | | Notes: svn path=/head/; revision=112829
* . SIZEify.Greg Lewis2004-03-181-0/+1
| | | | | | | Submitted by: trevor (except diablo-jre13) Notes: svn path=/head/; revision=104536
* . Try to make things non-interactive when building on bento. Works forGreg Lewis2004-03-171-1/+6
| | | | | | | | me, but failed when kris tried the patch on bento. I can't figure out why, but maybe someone looking at this will have a clue. Notes: svn path=/head/; revision=104309
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98793
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98788
* . s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages shouldGreg Lewis2003-09-241-1/+1
| | | | | | | | | be on FTP sites according to my understanding of the license. Mea culpa. Approved by: portmgr (kris) Notes: svn path=/head/; revision=89138
* . Remove trailing comma from line which displayed the URL to downloadGreg Lewis2003-08-271-1/+1
| | | | | | | | | | the tarballs from. It wasn't grammatically correct and was too easy to cut and paste along with the actual URL. Submitted by: znerd Notes: svn path=/head/; revision=87767
* . Add a port of the Diablo Caffe JDK 1.3.1 binary release.Greg Lewis2003-08-256-0/+1343
"The Java Development Kit (JDK) provides the Java Virtual Machine, base classes, and development tools to permit developers to create new Java applications, applets, and components on FreeBSD." Notes: svn path=/head/; revision=87673