summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix http address in DESCRChuck Robey1997-07-191-1/+1
| | | | | | | | PR: 4123 Obtained from: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=7377
* Add . The package would include the JDK-1.1.1.Thomas Gellekum1997-07-011-1/+4
| | | | Notes: svn path=/head/; revision=7155
* Remove entry for guavac.info.Masafumi Max NAKANE1997-06-301-1/+1
| | | | | | | Add @dirrm. Notes: svn path=/head/; revision=7140
* Patch up Makefile.in to ignore the doc subdirectory since guavac.infoMasafumi Max NAKANE1997-06-301-0/+11
| | | | | | | | doesn't provide any information at all. (This file is close to empty.) Notes: svn path=/head/; revision=7139
* Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}Masafumi Max NAKANE1997-06-301-1/+5
| | | | | | | in dist Makefile. And also strip the binaries. Notes: svn path=/head/; revision=7138
* Don't install catpage.Masafumi Max NAKANE1997-06-301-0/+20
| | | | Notes: svn path=/head/; revision=7137
* Upgrade 0.8.4 -> 0.9.1.Thomas Gellekum1997-06-303-13/+26
| | | | | | | | PR: 3984 Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=7136
* Upgrade, 0.3 -> 0.3.1.Masafumi Max NAKANE1997-06-302-4/+4
| | | | | | | | PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=7135
* Restore the Date created: and the Whom: lines from Rev.1.1 of this file.Masafumi Max NAKANE1997-06-261-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
* Un-break kaffe port.Thomas Gellekum1997-06-264-26/+23
| | | | | | | | PR: 3954 Submitted by: FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.nl> Notes: svn path=/head/; revision=7074
* Upgrade to version 0.3 (from 0.2.5).John Polstra1997-06-124-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
* Mark this port broken, it is not compatible with the new jdk port.Satoshi Asami1997-06-111-1/+3
| | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=6872
* Update to use FreeBSD's native version.Satoshi Asami1997-05-306-18/+116
| | | | | | | | PR: 3701 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=6629
* Upgrade to 0.8.4.Thomas Gellekum1997-04-213-11/+11
| | | | | | | | PR: 3350 Submitted by: xaa@stack.nl Notes: svn path=/head/; revision=6267
* Upgrade, 0.8.2 -> 0.8.3.Masafumi Max NAKANE1997-03-293-12/+14
| | | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> (Closing PR #3060.) Notes: svn path=/head/; revision=6059
* 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