summaryrefslogtreecommitdiff
path: root/java (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-07-01Add . The package would include the JDK-1.1.1.Thomas Gellekum1-1/+4
Notes: svn path=/head/; revision=7155
1997-06-30Remove entry for guavac.info.Masafumi Max NAKANE1-1/+1
Add @dirrm. Notes: svn path=/head/; revision=7140
1997-06-30Patch up Makefile.in to ignore the doc subdirectory since guavac.infoMasafumi Max NAKANE1-0/+11
doesn't provide any information at all. (This file is close to empty.) Notes: svn path=/head/; revision=7139
1997-06-30Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}Masafumi Max NAKANE1-1/+5
in dist Makefile. And also strip the binaries. Notes: svn path=/head/; revision=7138
1997-06-30Don't install catpage.Masafumi Max NAKANE1-0/+20
Notes: svn path=/head/; revision=7137
1997-06-30Upgrade 0.8.4 -> 0.9.1.Thomas Gellekum3-13/+26
PR: 3984 Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=7136
1997-06-30Upgrade, 0.3 -> 0.3.1.Masafumi Max NAKANE2-4/+4
PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=7135
1997-06-26Restore the Date created: and the Whom: lines from Rev.1.1 of this file.Masafumi Max NAKANE1-3/+3
(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.) Notes: svn path=/head/; revision=7078
1997-06-26Un-break kaffe port.Thomas Gellekum4-26/+23
PR: 3954 Submitted by: FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.nl> Notes: svn path=/head/; revision=7074
1997-06-12Upgrade to version 0.3 (from 0.2.5).John Polstra4-18/+31
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 Notes: svn path=/head/; revision=6896
1997-06-11Mark this port broken, it is not compatible with the new jdk port.Satoshi Asami1-1/+3
Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=6872
1997-05-30Update to use FreeBSD's native version.Satoshi Asami6-18/+116
PR: 3701 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=6629
1997-04-21Upgrade to 0.8.4.Thomas Gellekum3-11/+11
PR: 3350 Submitted by: xaa@stack.nl Notes: svn path=/head/; revision=6267
1997-03-29Upgrade, 0.8.2 -> 0.8.3.Masafumi Max NAKANE3-12/+14
Submitted by: Mark Huizer <xaa@stack.nl> (Closing PR #3060.) Notes: svn path=/head/; revision=6059
1997-03-11Upgrade to 0.8.2. Closes PR ports/2931.Satoshi Asami4-17/+15
Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5939
1997-03-03Upgrade to 0.8.1. Closes PR #2836.Thomas Gellekum5-22/+23
Submitted by: Mark Huizer <xaa@stack.nl> Install ENVIRONMENT with correct CLASSPATH. Closes PR #2620. Notes: svn path=/head/; revision=5816
1997-02-28Upgrade to version 0.8.0.Thomas Gellekum3-12/+13
Closes PR #2746. Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5774
1997-02-19Gcc can't link if given "-O".David E. O'Brien1-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
1997-02-18www/sawt --> devel/sawtDavid E. O'Brien3-8/+8
www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape Notes: svn path=/head/; revision=5683
1997-02-18CFLAGS shouldn't contain "-g".David E. O'Brien1-0/+11
Notes: svn path=/head/; revision=5673
1997-02-16Add missing \ so that make won't faint.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=5645
1997-02-16Guavac is a free java compiler developed under GNU Public Licence,David E. O'Brien5-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
1997-02-02Undo my previous fixes. I forgot that kaffe uses dlsym, dlopen (etc)Chuck Robey1-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
1997-02-02Remove gratuitous version softlinking, and add libkaffe_agent toChuck Robey1-3/+1
PLIST. Notes: svn path=/head/; revision=5488
1997-01-26PKGNAME is not necessary when it's a duplicate of DISTNAME.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=5445
1997-01-24update kaffe to 0.7.1.Chuck Robey4-116/+9
Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5433
1997-01-07Upgrade Kaffe to version 0.7.0.Chuck Robey4-39/+66
Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5255
1996-12-26Upgrade, 0.5.5 -> 0.6.1.Masafumi Max NAKANE4-40/+49
Submitted by: xaa@stack.nl Notes: svn path=/head/; revision=5098
1996-12-08Update the maintainer's address. (Reflect recent update to the address inMasafumi Max NAKANE1-2/+2
the handbook.) Notes: svn path=/head/; revision=4895
1996-12-08No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE2-6/+6
RESTRICTED or BROKEN. Pointed-out by: asami cat -> ${CAT} Notes: svn path=/head/; revision=4880
1996-12-07Now, string describing reason for defining these variables must be setMasafumi Max NAKANE2-4/+4
when you define NO_CDROM, NO_PACKAGE or RESTRICTED. Notes: svn path=/head/; revision=4860
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1-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
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami3-13/+11
Notes: svn path=/head/; revision=4575
1996-10-11Update kaffe to 5.5 level, fix some complaints.Chuck Robey5-118/+31
Submitted by: Mark Huizer <xaa@stack.urc.tue.nl> Thanks, Mark. Notes: svn path=/head/; revision=3962
1996-09-24Fix ldconfig problemChuck Robey1-5/+5
Pointed out by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> Notes: svn path=/head/; revision=3863
1996-09-24Update the DESCR (oops!)Chuck Robey1-49/+183
Notes: svn path=/head/; revision=3853
1996-09-23Add man pages and misc files to correctly list it all.Chuck Robey1-0/+4
Notes: svn path=/head/; revision=3852
1996-09-23Fix the Makefile to respect NOMANCOMPRESSChuck Robey1-0/+3
Notes: svn path=/head/; revision=3851
1996-09-22Bringing Kaffe up to 0.5p4. Thanks to Mark Huizer!Chuck Robey2-6/+6
Submitted by: xaa@stack.urc.tue.nl Notes: svn path=/head/; revision=3840
1996-08-08Updating the kaffe port to 0.5p3.Chuck Robey3-158/+56
Submitted by: Mark Huizer Notes: svn path=/head/; revision=3551
1996-08-02Updating the kaffe port to 0.5 patchlevel 2.Chuck Robey4-13/+142
Submitted by: Marc Van Kempen Notes: svn path=/head/; revision=3504
1996-07-17Upgrade, 0.4p2 -> 0.5p1.Satoshi Asami4-41/+49
Submitted by: Mark Huizer <xaa@xaa.stack.urc.tue.nl> via chuckr Notes: svn path=/head/; revision=3394
1996-07-10Make this port automatically depend on jdk. Move the jdk versionSatoshi Asami1-5/+7
checking from pre-extract to pre-install. Notes: svn path=/head/; revision=3337
1996-07-10Add NO_CDROM, the license says we should put their name on packagingSatoshi Asami2-2/+4
etc. if we include it in a product. Notes: svn path=/head/; revision=3336
1996-07-04Update so that classes.zip is taken from the JDK, not included inGary Palmer3-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
1996-06-16Upgrade to 1.0.2Sujal Patel4-14/+14
Requested by: Chuck Robey <chuckr@Glue.umd.edu> Notes: svn path=/head/; revision=3228
1996-04-08Java Developers Kit. All ports that need the JDK's class libraries shouldSujal Patel10-0/+62
rely on this port. Suggested by: asami Notes: svn path=/head/; revision=2946
1996-04-04Added various libraries to PLISTMarc G. Fournier2-3/+24
Put "WHATs NEW in 0.3" into DESCR Notes: svn path=/head/; revision=2939
1996-04-04Upgraded from kaffe-0.2 to kaffe-0.3Marc G. Fournier2-4/+4
Notes: svn path=/head/; revision=2938
1996-03-07Kaffe maker to brew Java on your PC.Satoshi Asami5-0/+54
Submitted by: Tim Wilkinson <tim@sarc.city.ac.uk> via Jeffrey Hsu Notes: svn path=/head/; revision=2798