summaryrefslogtreecommitdiff
path: root/java/jdk14-doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.1.8_003. (PORTVERSION untouched)Akinori MUSHA2000-04-194-11/+10
| | | | | | | | | | | | | | | PR: 18034 Submitted by: Palle Girgensohn <girgen@partitur.se> Use just `${CP} -R' instead of tar|tar. By the way, owner/group IDs of files should not be preserved on copying in the installation process, because if one did `make' and then `su' to `make install', the installed files would be owned by a normal user. Beware, porters! Notes: svn path=/head/; revision=27743
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-8/+7
| | | | Notes: svn path=/head/; revision=27458
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-10/+10
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Remove the chown stuff in pre-install. do-extract handles thisChris Piazza1999-08-221-6/+1
| | | | | | | by default now. Notes: svn path=/head/; revision=20892
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Add a workaround to chown the files if the person installingChris Piazza1999-08-021-5/+8
| | | | | | | | | | | | | | | | the port is root. It was keeping the uid/gid of 10/143. There might be a better solution than this in the long run but it'll work for now. PR: 12897 Reported by: Jose Marques <jose@nobody.org> Also some minor non-functional changes, exit 0 -> ${FALSE}, PKGMESSAGE to use | ${SED} instead of creating a new file. Notes: svn path=/head/; revision=20504
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* a) Update jdk-doc to 1.1.8. (from submitter)Chris Piazza1999-06-214-1099/+1108
| | | | | | | | | | | b) Change the PLIST to use a PLIST_SUB for the version number to cut down on the size of diffs. (me) PR: 12312 Submitted by: Steve Coltrin <spcoltri@io.com> Notes: svn path=/head/; revision=19599
* Change bsd.port.mk -> bsd.port.post.mkSatoshi Taoka1999-05-062-9/+22
| | | | | | | | | Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Notes: svn path=/head/; revision=18526
* Fix pkg/MESSAGESatoshi Taoka1999-05-052-19/+6
| | | | | | | | | (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer Notes: svn path=/head/; revision=18511
* Yet more WWW: additionsMichael Haro1999-05-031-0/+2
| | | | Notes: svn path=/head/; revision=18435
* Fixes from maintainer:Steve Price1999-03-222-3/+23
| | | | | | | | | | | | This patch does the following things: - show some **very** useful links after installing the port - use ${TAR} instead of just tar and prepend arguments with a `-' PR: 10703 Submitted by: maintainer Notes: svn path=/head/; revision=17339
* Sun's Java Developers Kit documentationSatoshi Taoka1999-03-185-0/+1132
PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com Notes: svn path=/head/; revision=17271