summaryrefslogtreecommitdiff
path: root/java/guavac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza1999-08-221-10/+3
| | | | Notes: svn path=/head/; revision=20886
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza1999-08-171-4/+4
| | | | | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
* Fix WWW: typosBill Fenner1999-08-011-2/+2
| | | | | | | | Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Fix up dependencies so this will build in 3.x.Satoshi Asami1999-05-121-5/+9
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18817
* Adjust libiberty path in dependency. This probably won't fix the buildSatoshi Asami1999-05-041-2/+2
| | | | | | | anyway but it's one less warning to worry about. Notes: svn path=/head/; revision=18458
* Yet more WWW: additionsMichael Haro1999-05-031-0/+2
| | | | Notes: svn path=/head/; revision=18435
* Change maitainer's email address,Vanilla I. Shu1999-01-121-2/+2
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Remove BROKEN_ELF, glibstdc++28 is not broken anymore.Satoshi Asami1998-12-221-3/+1
| | | | Notes: svn path=/head/; revision=15482
* Mark BROKEN for ELF: depends on glibstdc++28Justin M. Seger1998-10-141-1/+3
| | | | Notes: svn path=/head/; revision=13979
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-1/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* 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