CVS log for ports/java/jdk-doc/Attic/Makefile
Up to [FreeBSD] / ports / java / jdk-doc
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.18
Mon Oct 8 09:17:15 2001 UTC (10 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +1 -1 lines
Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.
PR: 28183
Submitted by: Ernst de Haan <ernst@jollem.com>
Repo-copy by: jdp
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 31 09:19:23 2001 UTC (10 years, 8 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -6 lines
My modification of the submitter's update didn't go far enough, thereby causing breakage that was not present in the original. Fix the test for distfile a different way, using fewer variables and less gymnastics.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu May 31 06:09:26 2001 UTC (10 years, 8 months ago) by dougb
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +18 -18 lines
Update to jdk-1_1_8_003-doc and clean up the port some. PR: ports/27784 Submitted by: Ernst de Haan ernst@jollem.com
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Apr 26 10:37:44 2001 UTC (10 years, 9 months ago) by greid
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Return maintainership to ports@freebsd.org; previous maintainer says he no longer has time to maintain this port. PR: 26873 Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 25 14:51:46 2001 UTC (11 years ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
change maintainer's email PR: 24636 Submitted by: MAINTAINER
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 19 09:06:25 2000 UTC (11 years, 9 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -5 lines
Update to 1.1.8_003. (PORTVERSION untouched) 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!
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:14:29 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -9 lines
Convert to the PORTNAME - PORTVERSION syntax.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:29:32 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -11 lines
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:16:22 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Change Id->FreeBSD.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 22 21:29:50 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -6 lines
Remove the chown stuff in pre-install. do-extract handles this by default now.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:58:40 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 2 22:45:41 1999 UTC (12 years, 6 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -5 lines
Add a workaround to chown the files if the person installing 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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 28 02:22:02 1999 UTC (12 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 21 02:56:36 1999 UTC (12 years, 7 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -7 lines
a) Update jdk-doc to 1.1.8. (from submitter) 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>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 6 00:13:56 1999 UTC (12 years, 9 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -9 lines
Change bsd.port.mk -> bsd.port.post.mk Modify the method to make MESSAGE when we "make install" Noticed by: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 5 15:07:34 1999 UTC (12 years, 9 months ago) by taoka
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -2 lines
Fix pkg/MESSAGE (When we "make install", pkg/MESSAGE is made from pkg/MESSAGE.tmpl.) Noticed by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 22 02:21:27 1999 UTC (12 years, 10 months ago) by steve
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -3 lines
Fixes from maintainer:
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
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Mar 18 05:16:45 1999 UTC (12 years, 10 months ago) by taoka
Branches: KUPARINEN
CVS tags: v117
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Sun's Java Developers Kit documentation PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 18 05:16:45 1999 UTC (12 years, 10 months ago) by taoka
Branches: MAIN
Initial revision
