Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN | kris | 2003-06-05 | 1 | -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++ | kris | 2003-05-18 | 1 | -1/+7 |
| | |||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 1 | -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. | kris | 2002-08-31 | 1 | -1/+0 |
| | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 | ||||
* | Convert to the PORTNAME - PORTVERSION syntax. | obrien | 2000-04-12 | 1 | -2/+2 |
| | |||||
* | Change MAINTAINER address from nacai@iname.com | nakai | 2000-01-07 | 1 | -1/+1 |
| | | | | to nakai@FreeBSD.org | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Change all ports that need a new gcc on 3.x to use USE_NEWGCC. | cpiazza | 1999-08-23 | 1 | -10/+3 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-23 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | egcc/eg++ have been renamed to gcc295/g++295. Change | cpiazza | 1999-08-18 | 1 | -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. | billf | 1999-06-28 | 1 | -2/+2 |
| | |||||
* | Fix up dependencies so this will build in 3.x. | asami | 1999-05-13 | 1 | -5/+9 |
| | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Adjust libiberty path in dependency. This probably won't fix the build | asami | 1999-05-04 | 1 | -2/+2 |
| | | | | anyway but it's one less warning to worry about. | ||||
* | Change maitainer's email address, | vanilla | 1999-01-13 | 1 | -2/+2 |
| | | | | and BROKEN some gnome ports until I upgrade it. | ||||
* | Remove BROKEN_ELF, glibstdc++28 is not broken anymore. | asami | 1998-12-22 | 1 | -3/+1 |
| | |||||
* | Mark BROKEN for ELF: depends on glibstdc++28 | jseger | 1998-10-14 | 1 | -1/+3 |
| | |||||
* | Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all | asami | 1998-08-08 | 1 | -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. | steve | 1998-07-13 | 1 | -7/+13 |
| | | | | | PR: 7045 Submitted by: Yukihiro Nakai <Nakai@technologist.com> | ||||
* | Upgrade to 1.0. | tg | 1997-11-14 | 1 | -3/+3 |
| | | | | | PR: 5036 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> | ||||
* | Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL} | max | 1997-06-30 | 1 | -1/+5 |
| | | | | in dist Makefile. And also strip the binaries. | ||||
* | Upgrade, 0.3 -> 0.3.1. | max | 1997-06-30 | 1 | -3/+3 |
| | | | | | PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp | ||||
* | Upgrade to version 0.3 (from 0.2.5). | jdp | 1997-06-13 | 1 | -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. | asami | 1997-02-16 | 1 | -2/+2 |
| | |||||
* | Guavac is a free java compiler developed under GNU Public Licence, | obrien | 1997-02-16 | 1 | -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> |