aboutsummaryrefslogtreecommitdiffstats
path: root/java/guavac/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-5/+5
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
|
* Clear moonlight beckons.ade2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Change MAINTAINER address from nacai@iname.comnakai2000-01-071-1/+1
| | | | to nakai@FreeBSD.org
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-231-10/+3
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* egcc/eg++ have been renamed to gcc295/g++295. Changecpiazza1999-08-181-4/+4
| | | | | | | all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com>
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.billf1999-06-281-2/+2
|
* Fix up dependencies so this will build in 3.x.asami1999-05-131-5/+9
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Adjust libiberty path in dependency. This probably won't fix the buildasami1999-05-041-2/+2
| | | | anyway but it's one less warning to worry about.
* Change maitainer's email address,vanilla1999-01-131-2/+2
| | | | and BROKEN some gnome ports until I upgrade it.
* Remove BROKEN_ELF, glibstdc++28 is not broken anymore.asami1998-12-221-3/+1
|
* Mark BROKEN for ELF: depends on glibstdc++28jseger1998-10-141-1/+3
|
* Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, allasami1998-08-081-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.
* Upgrade to version 1.2.steve1998-07-131-7/+13
| | | | | PR: 7045 Submitted by: Yukihiro Nakai <Nakai@technologist.com>
* Upgrade to 1.0.tg1997-11-141-3/+3
| | | | | PR: 5036 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
* Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}max1997-06-301-1/+5
| | | | in dist Makefile. And also strip the binaries.
* Upgrade, 0.3 -> 0.3.1.max1997-06-301-3/+3
| | | | | PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
* Upgrade to version 0.3 (from 0.2.5).jdp1997-06-131-6/+6
| | | | | | | | 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
* Add missing \ so that make won't faint.asami1997-02-161-2/+2
|
* Guavac is a free java compiler developed under GNU Public Licence,obrien1997-02-161-0/+21
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>