summaryrefslogtreecommitdiff
path: root/java/guavac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allSatoshi Asami1998-08-071-3/+2
| | | | | | | | | | | | | under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. Notes: svn path=/head/; revision=12329
* Upgrade to version 1.2.Steve Price1998-07-124-19/+23
| | | | | | | | PR: 7045 Submitted by: Yukihiro Nakai <Nakai@technologist.com> Notes: svn path=/head/; revision=11852
* Upgrade to 1.0.Thomas Gellekum1997-11-142-4/+4
| | | | | | | | PR: 5036 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=8615
* 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
* 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.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
* 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
* 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
* 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