Kris Kennaway
bc35a84b6a
Schedule for termination on 2006-12-01
2006-09-03 01:44:58 +00:00
Edwin Groothuis
7c6393360c
Remove USE_REINPLACE from the categories starting with L
2006-05-09 20:52:24 +00:00
Mark Linimon
f6159fbf7a
Revert last commit. It is not possible (yet) to have the dirrmtry usage
...
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin`
2006-01-23 07:04:10 +00:00
Edwin Groothuis
d568611c3e
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 05:52:28 +00:00
Edwin Groothuis
fd3176ded7
Remove install-info from Makefile, it's automatically done when INFO is defined
2005-12-05 02:34:07 +00:00
Edwin Groothuis
01e58c3271
use INFO macro
2005-12-04 21:01:41 +00:00
Pav Lucistnik
f307f38435
- Add SHA256
2005-11-25 00:33:45 +00:00
David E. O'Brien
90c441e492
If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE
...
set to something GCC 2.95 won't understand.
2004-11-15 02:37:29 +00:00
David E. O'Brien
b100e8414d
Fix the 1st problem hit trying to build this on FBSD 5.x.
2004-11-14 19:32:21 +00:00
David E. O'Brien
2d748d2ba4
This port doesn't have any Java bits.
2004-11-14 18:53:31 +00:00
David E. O'Brien
2a12e87cc7
This port installs as gcc30, so the warning is bogus.
2004-11-14 18:53:17 +00:00
Trevor Johnson
c0669efed5
Tidy up whitespace.
2004-04-10 17:26:55 +00:00
Kris Kennaway
0969875e62
This port is no longer in use by anything in the ports collection. Mark
...
it DEPRECATED for future removal.
2004-03-14 03:13:30 +00:00
Trevor Johnson
281b567a90
The Java compiler has been omitted from this port since 2002-04-26.
...
Remove its entry.
Add size data.
2004-03-10 19:50:30 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
fbd1108f49
Use the SORT macro from bsd.port.mk.
2004-01-22 11:06:02 +00:00
Edwin Groothuis
a58129d3de
- ECHO -> ECHO_MSG
...
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Sergey A. Osokin
f37f7775e3
Make portlint(1) happy by changing strip to ${STRIP_CMD}
...
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
2003-09-24 09:37:11 +00:00
Kris Kennaway
bc2b8d09af
BROKEN on 5.1: does not compile
2003-05-18 11:48:21 +00:00
David E. O'Brien
b6cb5a7118
These older compilers don't support amd64, sparc64, and ia64.
2003-05-09 05:34:06 +00:00
Akinori MUSHA
2c41b9e5f3
De-pkg-comment.
2003-02-20 19:00:52 +00:00
Kris Kennaway
8bcac412d7
Add the fsf-funding.7 gfdl.7 gpl.7 manpages. IMO it is questionable
...
whether these should even be installed.
2003-01-14 04:11:24 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
David E. O'Brien
3d7bd2c689
The effort to maintain these for FreeBSD just isn't worth it with the lack
...
of reward.
2002-11-05 03:10:08 +00:00
Akinori MUSHA
e8dcfa2a89
Use MASTER_SITES_GCC.
...
Approved by: obrien (maintainer)
2002-10-19 18:55:52 +00:00
Gerald Pfeifer
60320763d8
Fix MASTER_SITES: gcc.gnu.org instead of egcs.cgynus.com, and also the
...
path was wrong).
Approved by: obrien (maintainer+mentor)
2002-07-31 12:02:37 +00:00
David E. O'Brien
261a9ec095
Remove Java from this port. If you want to use GCC's Java you really want
...
to use GCC 3.1. Also for some reason `gettext' 0.11.1 will not work after
gcc30 [w/Java] has been installed (PR 37361).
2002-04-26 17:22:13 +00:00
Gerald Pfeifer
9956fb5b95
GCC 2.95 and later aren't called egcs (any longer). Also update
...
description and web address.
Approved by: obrien (maintainer+mentor)
2002-04-17 07:17:04 +00:00
Gerald Pfeifer
193c9144fd
GCC 2.95 and later aren't called egcs (any longer), so remove three patches
...
that add references to egcs to the documentation.
Approved by: obrien (maintainer+mentor)
2002-04-12 08:36:34 +00:00
David E. O'Brien
4405bd4097
Upgrade to version 3.0.4.
2002-03-09 21:11:01 +00:00
Akinori MUSHA
c982f5faf1
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
2002-01-29 11:24:09 +00:00
David E. O'Brien
9bfa379481
Upgrade to version 3.0.3.
2002-01-27 13:19:16 +00:00
Akinori MUSHA
e2657f7c1e
Set these ports' LATEST_LINK to gcc{27,28,295,30} to avoid conflict
...
with each other's package link name.
(Maintainer timeout; I think it's too trivial to bother him with.)
2002-01-19 19:15:11 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case
2001-11-20 23:29:38 +00:00
David E. O'Brien
392eebf7c3
Utilize the PATCH_WRKDIR knob now that it exists.
2001-10-27 18:33:06 +00:00
David E. O'Brien
e45a1649f2
Update to 3.0.2.
2001-10-27 16:46:57 +00:00
FUJISHIMA Satsuki
a2706f9b96
install/deinstall info entryies correctly (revision bump is not needed).
2001-09-23 08:12:10 +00:00
FUJISHIMA Satsuki
e21ef27847
fix package:
...
unify info files rather than fixing pkg-plist at every future update.
remove %D/lib/gcc-lib/blah if empty.
Non-response from: maintainer
2001-09-11 15:59:34 +00:00
David E. O'Brien
9f105650b3
Update to 3.0.1.
2001-08-30 19:12:04 +00:00
David E. O'Brien
3f4fe1d4a0
Update to GCC 3.0.0.
2001-08-30 19:06:54 +00:00
David E. O'Brien
5ed3c00f2c
Majorly clean this port up.
2001-06-20 19:26:25 +00:00
David E. O'Brien
d277028560
I missed a gcc30'ism when converting this from `gcc-devel'.
2001-06-20 17:42:22 +00:00
David E. O'Brien
f64c99fcbe
Fix this port up so gcc30 can be used bsd.port.mk for when we return
...
to mixed compilers between -current and -stable.
2001-06-02 19:12:03 +00:00
David E. O'Brien
1e2ea8ca7d
Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot.
...
[and a sad day in history]
2001-05-04 08:50:08 +00:00
David E. O'Brien
739d74a4c7
Upgrade to the 20-March-2001 edition GCC 2.97 development snapshot.
...
[a nice friend's b-day at that :-)]
2001-03-24 01:40:09 +00:00
David E. O'Brien
3d59e4474e
Fix version number.
2001-03-11 04:46:54 +00:00
David E. O'Brien
59d8aee249
Upgrade to the 5-March-2001 edition GCC 2.97 development snapshot.
2001-03-06 23:55:37 +00:00
David E. O'Brien
b9f823ab2b
Fix nits in the auto lib-gcc PLIST generation.
2001-03-02 10:09:40 +00:00
David E. O'Brien
aa33b0f337
Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.
2001-02-14 20:52:39 +00:00