summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Collapse)Author
1997-07-01Add . The package would include the JDK-1.1.1.Thomas Gellekum
1997-06-30Remove entry for guavac.info.Masafumi Max NAKANE
Add @dirrm.
1997-06-30Patch up Makefile.in to ignore the doc subdirectory since guavac.infoMasafumi Max NAKANE
doesn't provide any information at all. (This file is close to empty.)
1997-06-30Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}Masafumi Max NAKANE
in dist Makefile. And also strip the binaries.
1997-06-30Don't install catpage.Masafumi Max NAKANE
1997-06-30Upgrade 0.8.4 -> 0.9.1.Thomas Gellekum
PR: 3984 Submitted by: Mark Huizer <xaa@stack.nl>
1997-06-30Upgrade, 0.3 -> 0.3.1.Masafumi Max NAKANE
PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
1997-06-26Restore the Date created: and the Whom: lines from Rev.1.1 of this file.Masafumi Max NAKANE
(These lines are to indicate who did the original port when, not the who and when this current Makefile is created by. These info can be found in the $Id$ line and the MAINTAINER line.)
1997-06-26Un-break kaffe port.Thomas Gellekum
PR: 3954 Submitted by: FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.nl>
1997-06-12Upgrade to version 0.3 (from 0.2.5).John Polstra
I modified the submitted version slightly, (a) to honor the user's CFLAGS setting, and (b) to eliminate some compilation warnings. PR: ports/3825 Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
1997-06-11Mark this port broken, it is not compatible with the new jdk port.Satoshi Asami
Submitted by: Mark Huizer <xaa@stack.nl>
1997-05-30Update to use FreeBSD's native version.Satoshi Asami
PR: 3701 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co>
1997-04-21Upgrade to 0.8.4.Thomas Gellekum
PR: 3350 Submitted by: xaa@stack.nl
1997-03-29Upgrade, 0.8.2 -> 0.8.3.Masafumi Max NAKANE
Submitted by: Mark Huizer <xaa@stack.nl> (Closing PR #3060.)
1997-03-11Upgrade to 0.8.2. Closes PR ports/2931.Satoshi Asami
Submitted by: Mark Huizer <xaa@stack.nl>
1997-03-03Upgrade to 0.8.1. Closes PR #2836.Thomas Gellekum
Submitted by: Mark Huizer <xaa@stack.nl> Install ENVIRONMENT with correct CLASSPATH. Closes PR #2620.
1997-02-28Upgrade to version 0.8.0.Thomas Gellekum
Closes PR #2746. Submitted by: Mark Huizer <xaa@stack.nl>
1997-02-19Gcc can't link if given "-O".David E. O'Brien
gcc -O -I. -I.. -I../common -Wreturn-type -fenum-int-equiv -o guavad DisassembleMain.o -L../common -lcommon -lm -lstdc++ JavaClassFile.o: Undefined symbol `_construct__FPP13CJavaConstantRCP13CJavaConstant' referenced from text segment
1997-02-18www/sawt --> devel/sawtDavid E. O'Brien
www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape
1997-02-18CFLAGS shouldn't contain "-g".David E. O'Brien
1997-02-16Add missing \ so that make won't faint.Satoshi Asami
1997-02-16Guavac is a free java compiler developed under GNU Public Licence,David E. O'Brien
and its package includes guavad, java bitecode decompiler. Closes PR: ports/2500 & ports/2529 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1997-02-02Undo my previous fixes. I forgot that kaffe uses dlsym, dlopen (etc)Chuck Robey
to open the libs, and it doesn't recognize the version numbers that our loader requires, hence the softlinking. Leave libkaffe_agent in, tho, that does seem to have been overlooked.
1997-02-02Remove gratuitous version softlinking, and add libkaffe_agent toChuck Robey
PLIST.
1997-01-26PKGNAME is not necessary when it's a duplicate of DISTNAME.Satoshi Asami
1997-01-24update kaffe to 0.7.1.Chuck Robey
Submitted by: Mark Huizer <xaa@stack.nl>
1997-01-07Upgrade Kaffe to version 0.7.0.Chuck Robey
Submitted by: Mark Huizer <xaa@stack.nl>
1996-12-26Upgrade, 0.5.5 -> 0.6.1.Masafumi Max NAKANE
Submitted by: xaa@stack.nl
1996-12-08Update the maintainer's address. (Reflect recent update to the address inMasafumi Max NAKANE
the handbook.)
1996-12-08No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE
RESTRICTED or BROKEN. Pointed-out by: asami cat -> ${CAT}
1996-12-07Now, string describing reason for defining these variables must be setMasafumi Max NAKANE
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-10-11Update kaffe to 5.5 level, fix some complaints.Chuck Robey
Submitted by: Mark Huizer <xaa@stack.urc.tue.nl> Thanks, Mark.
1996-09-24Fix ldconfig problemChuck Robey
Pointed out by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
1996-09-24Update the DESCR (oops!)Chuck Robey
1996-09-23Add man pages and misc files to correctly list it all.Chuck Robey
1996-09-23Fix the Makefile to respect NOMANCOMPRESSChuck Robey
1996-09-22Bringing Kaffe up to 0.5p4. Thanks to Mark Huizer!Chuck Robey
Submitted by: xaa@stack.urc.tue.nl
1996-08-08Updating the kaffe port to 0.5p3.Chuck Robey
Submitted by: Mark Huizer
1996-08-02Updating the kaffe port to 0.5 patchlevel 2.Chuck Robey
Submitted by: Marc Van Kempen
1996-07-17Upgrade, 0.4p2 -> 0.5p1.Satoshi Asami
Submitted by: Mark Huizer <xaa@xaa.stack.urc.tue.nl> via chuckr
1996-07-10Make this port automatically depend on jdk. Move the jdk versionSatoshi Asami
checking from pre-extract to pre-install.
1996-07-10Add NO_CDROM, the license says we should put their name on packagingSatoshi Asami
etc. if we include it in a product.
1996-07-04Update so that classes.zip is taken from the JDK, not included inGary Palmer
this port. Slight rephrasing of the error message to make it more informative. Submitted by: Chuck Robey <chuckr@glue.umd.edu>
1996-06-16Upgrade to 1.0.2Sujal Patel
Requested by: Chuck Robey <chuckr@Glue.umd.edu>
1996-04-08Java Developers Kit. All ports that need the JDK's class libraries shouldSujal Patel
rely on this port. Suggested by: asami
1996-04-04Added various libraries to PLISTMarc G. Fournier
Put "WHATs NEW in 0.3" into DESCR
1996-04-04Upgraded from kaffe-0.2 to kaffe-0.3Marc G. Fournier
1996-03-07Kaffe maker to brew Java on your PC.Satoshi Asami
Submitted by: Tim Wilkinson <tim@sarc.city.ac.uk> via Jeffrey Hsu