Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add . The package would include the JDK-1.1.1. | tg | 1997-07-01 | 1 | -1/+4 | |
| | ||||||
* | Remove entry for guavac.info. | max | 1997-06-30 | 1 | -1/+1 | |
| | | | | Add @dirrm. | |||||
* | Patch up Makefile.in to ignore the doc subdirectory since guavac.info | max | 1997-06-30 | 1 | -0/+11 | |
| | | | | | doesn't provide any information at all. (This file is close to empty.) | |||||
* | Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL} | max | 1997-06-30 | 1 | -1/+5 | |
| | | | | in dist Makefile. And also strip the binaries. | |||||
* | Don't install catpage. | max | 1997-06-30 | 1 | -0/+20 | |
| | ||||||
* | Upgrade 0.8.4 -> 0.9.1. | tg | 1997-06-30 | 3 | -13/+26 | |
| | | | | | PR: 3984 Submitted by: Mark Huizer <xaa@stack.nl> | |||||
* | Upgrade, 0.3 -> 0.3.1. | max | 1997-06-30 | 2 | -4/+4 | |
| | | | | | PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp | |||||
* | Restore the Date created: and the Whom: lines from Rev.1.1 of this file. | max | 1997-06-26 | 1 | -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.) | |||||
* | Un-break kaffe port. | tg | 1997-06-26 | 4 | -26/+23 | |
| | | | | | PR: 3954 Submitted by: FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.nl> | |||||
* | Upgrade to version 0.3 (from 0.2.5). | jdp | 1997-06-12 | 4 | -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 | |||||
* | Mark this port broken, it is not compatible with the new jdk port. | asami | 1997-06-11 | 1 | -1/+3 | |
| | | | | Submitted by: Mark Huizer <xaa@stack.nl> | |||||
* | Update to use FreeBSD's native version. | asami | 1997-05-30 | 6 | -18/+116 | |
| | | | | | PR: 3701 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co> | |||||
* | Upgrade to 0.8.4. | tg | 1997-04-21 | 3 | -11/+11 | |
| | | | | | PR: 3350 Submitted by: xaa@stack.nl | |||||
* | Upgrade, 0.8.2 -> 0.8.3. | max | 1997-03-29 | 3 | -12/+14 | |
| | | | | | Submitted by: Mark Huizer <xaa@stack.nl> (Closing PR #3060.) | |||||
* | Upgrade to 0.8.2. Closes PR ports/2931. | asami | 1997-03-11 | 4 | -17/+15 | |
| | | | | Submitted by: Mark Huizer <xaa@stack.nl> | |||||
* | Upgrade to 0.8.1. Closes PR #2836. | tg | 1997-03-03 | 5 | -22/+23 | |
| | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Install ENVIRONMENT with correct CLASSPATH. Closes PR #2620. | |||||
* | Upgrade to version 0.8.0. | tg | 1997-02-28 | 3 | -12/+13 | |
| | | | | | | Closes PR #2746. Submitted by: Mark Huizer <xaa@stack.nl> | |||||
* | Gcc can't link if given "-O". | obrien | 1997-02-19 | 1 | -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 | |||||
* | www/sawt --> devel/sawt | obrien | 1997-02-18 | 3 | -8/+8 | |
| | | | | | | www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape | |||||
* | CFLAGS shouldn't contain "-g". | obrien | 1997-02-18 | 1 | -0/+11 | |
| | ||||||
* | Add missing \ so that make won't faint. | asami | 1997-02-16 | 1 | -2/+2 | |
| | ||||||
* | Guavac is a free java compiler developed under GNU Public Licence, | obrien | 1997-02-16 | 5 | -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> | |||||
* | Undo my previous fixes. I forgot that kaffe uses dlsym, dlopen (etc) | chuckr | 1997-02-02 | 1 | -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. | |||||
* | Remove gratuitous version softlinking, and add libkaffe_agent to | chuckr | 1997-02-02 | 1 | -3/+1 | |
| | | | | PLIST. | |||||
* | PKGNAME is not necessary when it's a duplicate of DISTNAME. | asami | 1997-01-26 | 1 | -2/+1 | |
| | ||||||
* | update kaffe to 0.7.1. | chuckr | 1997-01-24 | 4 | -116/+9 | |
| | | | | Submitted by: Mark Huizer <xaa@stack.nl> | |||||
* | Upgrade Kaffe to version 0.7.0. | chuckr | 1997-01-07 | 4 | -39/+66 | |
| | | | | Submitted by: Mark Huizer <xaa@stack.nl> | |||||
* | Upgrade, 0.5.5 -> 0.6.1. | max | 1996-12-26 | 4 | -40/+49 | |
| | | | | Submitted by: xaa@stack.nl | |||||
* | Update the maintainer's address. (Reflect recent update to the address in | max | 1996-12-08 | 1 | -2/+2 | |
| | | | | the handbook.) | |||||
* | No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE, | max | 1996-12-08 | 2 | -6/+6 | |
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami cat -> ${CAT} | |||||
* | Now, string describing reason for defining these variables must be set | max | 1996-12-07 | 2 | -4/+4 | |
| | | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED. | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 1 | -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. | |||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 3 | -13/+11 | |
| | ||||||
* | Update kaffe to 5.5 level, fix some complaints. | chuckr | 1996-10-11 | 5 | -118/+31 | |
| | | | | | Submitted by: Mark Huizer <xaa@stack.urc.tue.nl> Thanks, Mark. | |||||
* | Fix ldconfig problem | chuckr | 1996-09-24 | 1 | -5/+5 | |
| | | | | Pointed out by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> | |||||
* | Update the DESCR (oops!) | chuckr | 1996-09-24 | 1 | -49/+183 | |
| | ||||||
* | Add man pages and misc files to correctly list it all. | chuckr | 1996-09-23 | 1 | -0/+4 | |
| | ||||||
* | Fix the Makefile to respect NOMANCOMPRESS | chuckr | 1996-09-23 | 1 | -0/+3 | |
| | ||||||
* | Bringing Kaffe up to 0.5p4. Thanks to Mark Huizer! | chuckr | 1996-09-22 | 2 | -6/+6 | |
| | | | | Submitted by: xaa@stack.urc.tue.nl | |||||
* | Updating the kaffe port to 0.5p3. | chuckr | 1996-08-08 | 3 | -158/+56 | |
| | | | | Submitted by: Mark Huizer | |||||
* | Updating the kaffe port to 0.5 patchlevel 2. | chuckr | 1996-08-02 | 4 | -13/+142 | |
| | | | | Submitted by: Marc Van Kempen | |||||
* | Upgrade, 0.4p2 -> 0.5p1. | asami | 1996-07-17 | 4 | -41/+49 | |
| | | | | Submitted by: Mark Huizer <xaa@xaa.stack.urc.tue.nl> via chuckr | |||||
* | Make this port automatically depend on jdk. Move the jdk version | asami | 1996-07-10 | 1 | -5/+7 | |
| | | | | checking from pre-extract to pre-install. | |||||
* | Add NO_CDROM, the license says we should put their name on packaging | asami | 1996-07-10 | 2 | -2/+4 | |
| | | | | etc. if we include it in a product. | |||||
* | Update so that classes.zip is taken from the JDK, not included in | gpalmer | 1996-07-04 | 3 | -17/+20 | |
| | | | | | | | this port. Slight rephrasing of the error message to make it more informative. Submitted by: Chuck Robey <chuckr@glue.umd.edu> | |||||
* | Upgrade to 1.0.2 | smpatel | 1996-06-16 | 4 | -14/+14 | |
| | | | | Requested by: Chuck Robey <chuckr@Glue.umd.edu> | |||||
* | Java Developers Kit. All ports that need the JDK's class libraries should | smpatel | 1996-04-08 | 10 | -0/+62 | |
| | | | | | | rely on this port. Suggested by: asami | |||||
* | Added various libraries to PLIST | scrappy | 1996-04-04 | 2 | -3/+24 | |
| | | | | Put "WHATs NEW in 0.3" into DESCR | |||||
* | Upgraded from kaffe-0.2 to kaffe-0.3 | scrappy | 1996-04-04 | 2 | -4/+4 | |
| | ||||||
* | Kaffe maker to brew Java on your PC. | asami | 1996-03-07 | 5 | -0/+54 | |
Submitted by: Tim Wilkinson <tim@sarc.city.ac.uk> via Jeffrey Hsu |