summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 0.8.2. Closes PR ports/2931.Satoshi Asami1997-03-114-17/+15
| | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5939
* Upgrade to 0.8.1. Closes PR #2836.Thomas Gellekum1997-03-035-22/+23
| | | | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Install ENVIRONMENT with correct CLASSPATH. Closes PR #2620. Notes: svn path=/head/; revision=5816
* Upgrade to version 0.8.0.Thomas Gellekum1997-02-283-12/+13
| | | | | | | | | Closes PR #2746. Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5774
* Gcc can't link if given "-O".David E. O'Brien1997-02-191-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=5701
* www/sawt --> devel/sawtDavid E. O'Brien1997-02-183-8/+8
| | | | | | | | | www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape Notes: svn path=/head/; revision=5683
* CFLAGS shouldn't contain "-g".David E. O'Brien1997-02-181-0/+11
| | | | Notes: svn path=/head/; revision=5673
* Add missing \ so that make won't faint.Satoshi Asami1997-02-161-2/+2
| | | | Notes: svn path=/head/; revision=5645
* Guavac is a free java compiler developed under GNU Public Licence,David E. O'Brien1997-02-165-0/+57
| | | | | | | | | | 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> Notes: svn path=/head/; revision=5632
* Undo my previous fixes. I forgot that kaffe uses dlsym, dlopen (etc)Chuck Robey1997-02-021-0/+4
| | | | | | | | | 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. Notes: svn path=/head/; revision=5492
* Remove gratuitous version softlinking, and add libkaffe_agent toChuck Robey1997-02-021-3/+1
| | | | | | | PLIST. Notes: svn path=/head/; revision=5488
* PKGNAME is not necessary when it's a duplicate of DISTNAME.Satoshi Asami1997-01-261-2/+1
| | | | Notes: svn path=/head/; revision=5445
* update kaffe to 0.7.1.Chuck Robey1997-01-244-116/+9
| | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5433
* Upgrade Kaffe to version 0.7.0.Chuck Robey1997-01-074-39/+66
| | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5255
* Upgrade, 0.5.5 -> 0.6.1.Masafumi Max NAKANE1996-12-264-40/+49
| | | | | | | Submitted by: xaa@stack.nl Notes: svn path=/head/; revision=5098
* Update the maintainer's address. (Reflect recent update to the address inMasafumi Max NAKANE1996-12-081-2/+2
| | | | | | | the handbook.) Notes: svn path=/head/; revision=4895
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-082-6/+6
| | | | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami cat -> ${CAT} Notes: svn path=/head/; revision=4880
* Now, string describing reason for defining these variables must be setMasafumi Max NAKANE1996-12-072-4/+4
| | | | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. Notes: svn path=/head/; revision=4860
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-3/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-183-13/+11
| | | | Notes: svn path=/head/; revision=4575
* Update kaffe to 5.5 level, fix some complaints.Chuck Robey1996-10-115-118/+31
| | | | | | | | Submitted by: Mark Huizer <xaa@stack.urc.tue.nl> Thanks, Mark. Notes: svn path=/head/; revision=3962
* Fix ldconfig problemChuck Robey1996-09-241-5/+5
| | | | | | | Pointed out by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=3863
* Update the DESCR (oops!)Chuck Robey1996-09-241-49/+183
| | | | Notes: svn path=/head/; revision=3853
* Add man pages and misc files to correctly list it all.Chuck Robey1996-09-231-0/+4
| | | | Notes: svn path=/head/; revision=3852
* Fix the Makefile to respect NOMANCOMPRESSChuck Robey1996-09-231-0/+3
| | | | Notes: svn path=/head/; revision=3851
* Bringing Kaffe up to 0.5p4. Thanks to Mark Huizer!Chuck Robey1996-09-222-6/+6
| | | | | | | Submitted by: xaa@stack.urc.tue.nl Notes: svn path=/head/; revision=3840
* Updating the kaffe port to 0.5p3.Chuck Robey1996-08-083-158/+56
| | | | | | | Submitted by: Mark Huizer Notes: svn path=/head/; revision=3551
* Updating the kaffe port to 0.5 patchlevel 2.Chuck Robey1996-08-024-13/+142
| | | | | | | Submitted by: Marc Van Kempen Notes: svn path=/head/; revision=3504
* Upgrade, 0.4p2 -> 0.5p1.Satoshi Asami1996-07-174-41/+49
| | | | | | | Submitted by: Mark Huizer <xaa@xaa.stack.urc.tue.nl> via chuckr Notes: svn path=/head/; revision=3394
* Make this port automatically depend on jdk. Move the jdk versionSatoshi Asami1996-07-101-5/+7
| | | | | | | checking from pre-extract to pre-install. Notes: svn path=/head/; revision=3337
* Add NO_CDROM, the license says we should put their name on packagingSatoshi Asami1996-07-102-2/+4
| | | | | | | etc. if we include it in a product. Notes: svn path=/head/; revision=3336
* Update so that classes.zip is taken from the JDK, not included inGary Palmer1996-07-043-17/+20
| | | | | | | | | | this port. Slight rephrasing of the error message to make it more informative. Submitted by: Chuck Robey <chuckr@glue.umd.edu> Notes: svn path=/head/; revision=3298
* Upgrade to 1.0.2Sujal Patel1996-06-164-14/+14
| | | | | | | Requested by: Chuck Robey <chuckr@Glue.umd.edu> Notes: svn path=/head/; revision=3228
* Java Developers Kit. All ports that need the JDK's class libraries shouldSujal Patel1996-04-0810-0/+62
| | | | | | | | | rely on this port. Suggested by: asami Notes: svn path=/head/; revision=2946
* Added various libraries to PLISTMarc G. Fournier1996-04-042-3/+24
| | | | | | | Put "WHATs NEW in 0.3" into DESCR Notes: svn path=/head/; revision=2939
* Upgraded from kaffe-0.2 to kaffe-0.3Marc G. Fournier1996-04-042-4/+4
| | | | Notes: svn path=/head/; revision=2938
* Kaffe maker to brew Java on your PC.Satoshi Asami1996-03-075-0/+54
Submitted by: Tim Wilkinson <tim@sarc.city.ac.uk> via Jeffrey Hsu Notes: svn path=/head/; revision=2798