summaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk12 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* . Update to 1.2.2.017.Greg Lewis2003-10-063-5/+7
| | | | | | | . Some minor syncing with the linux-sun-jdk13 port while I'm here. Notes: svn path=/head/; revision=90458
* . Update to 1.2.2.015.Greg Lewis2003-06-032-2/+2
| | | | Notes: svn path=/head/; revision=82195
* linux_base needs to be in EXTRACT_DEPENDS, otherwise ports doesn'tMaxim Sobolev2003-05-031-0/+1
| | | | | | | install if linux_base isn't installed. Notes: svn path=/head/; revision=80084
* . Fix ownership of installed files.Greg Lewis2003-04-241-0/+1
| | | | | | | | | PR: 36411 Reviewed by: znerd Approved by: znerd Notes: svn path=/head/; revision=79564
* 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
* . Allow package building on bento to bypass the distfile check.Greg Lewis2003-03-061-1/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=77036
* Not using IGNORE anymore to avoid package building.Ernst de Haan2002-10-101-5/+1
| | | | | | | | | | | | | | | | | | | .if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758 Notes: svn path=/head/; revision=67730
* Upgrade from 1.2.2.012 to 1.2.2.013. Note that the JPDA JARErnst de Haan2002-08-163-13/+10
| | | | | | | | | file is now no longer distributed with this JDK. Also slightly changed the output from the do-install target. Notes: svn path=/head/; revision=64587
* Unified one-line descriptions for JDK ports.Ernst de Haan2002-08-121-1/+1
| | | | Notes: svn path=/head/; revision=64418
* Fix problems I created with the previous change:Greg Lewis2002-06-131-1/+4
| | | | | | | | | | | | . Add a post-patch target to clean up *.orig files (taken from the linux-sun-jdk13 port). . Fix the name of the installation location to be consistent with other JDK ports and to not move with, for example, PORTREVISION changes. Approved by: znerd (maintainer) Notes: svn path=/head/; revision=61235
* Patches that solve the problem that expr and libjava.soErnst de Haan2002-06-133-0/+31
| | | | | | | | | | | cannot be found. Bumped PORTREVISION. Submitted by: glewis Notes: svn path=/head/; revision=61231
* Made installation friendlier. The different steps involvedErnst de Haan2002-05-091-3/+11
| | | | | | | | are displayed. The output is now similar to the www/orion and www/jakarta-tomcat* ports. Notes: svn path=/head/; revision=58794
* Upgrade to 1.2.2.012.Ernst de Haan2002-05-092-2/+2
| | | | | | | | PR: 37872 Requested by: Tim Schafer <tim@agship.com> Notes: svn path=/head/; revision=58792
* DOWNLOAD_URL is now computed based on JDK_VERSION.Ernst de Haan2002-05-091-1/+1
| | | | Notes: svn path=/head/; revision=58788
* DISTNAME is now computed based on JDK_VERSION.Ernst de Haan2002-05-091-1/+1
| | | | Notes: svn path=/head/; revision=58787
* New port: Sun JDK 1.2 for Linux.Ernst de Haan2002-04-265-0/+898
Notes: svn path=/head/; revision=58195