Commit graph

127 commits

Author SHA1 Message Date
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Kris Kennaway
f8dc38d6fc DEPRECATE the unused, outdated egcs port for removal at a future date. 2004-03-14 03:17:25 +00:00
Oliver Eikemeier
8b88435051 % in filenames break perforce:
<http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009324.html>

Submitted by:	Mark Santcroos <marks@ripe.net>
2004-02-18 11:07:12 +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
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Dirk Meyer
995cff4107 - make build only on i386 alpha
from bento:
> Configuration sparc64-portbld-freebsd5.1 not supported
> Configuration amd64-portbld-freebsd5.1 not supported
> Configuration ia64-portbld-freebsd5.1 not supported
2003-11-11 16:39:38 +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
5962582d72 BROKEN on 5.1: does not compile 2003-05-18 12:18:54 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Kris Kennaway
d604e1d6d3 Use the full path to /sbin/sysctl
Noticed by:	'make index' in crontab
2003-01-30 08:23:53 +00:00
Gerald Pfeifer
387237e65e egcs.cygnus.com does not exist any longer; refer to gcc.gnu.org instead.
Approved by:	knu (portmgr)
2002-12-27 16:05:59 +00:00
David E. O'Brien
6fb4483d59 Rather than try to hack up the GNU strsignal (and psignal) to play nice
on 5-CURRENT, just use our native one.
2002-11-25 19:02:28 +00:00
David E. O'Brien
aee1245fca Don't specify an emulation in the link spec. Just use the 'ld' default.
The proper emulation is different between RELENG_4 and 5-CURRENT.
2002-11-25 19:00:04 +00:00
David E. O'Brien
90a50de06c Rather than try to duplicate the declarations from stdio.h, just use them! 2002-11-25 18:57:54 +00:00
David E. O'Brien
b7c4b1097a Use MASTER_SITE_GCC. 2002-11-24 18:43:35 +00:00
David E. O'Brien
ca94b046ae Remove erronious GNU assumptions about 5-CURRENT's data types.
Submitted by:	edwin
2002-11-24 18:40:12 +00:00
Edwin Groothuis
f25385c4ed Fix lang/egcs on -current
PR:		ports/44857
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-24 10:53:47 +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
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
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
3d3c68d7e4 Do dynamic PLIST creation like the `gcc-devel' port. This is the easiest
way to deal with the differing results fix-includes gives depending on the
FreeBSD version this port is built on.
2000-12-05 20:58:15 +00:00
David E. O'Brien
bce306a85e Change the libstdc++.so version number to be more like the stock one.
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
2000-12-05 19:50:32 +00:00
David E. O'Brien
9edbb8400e Add all of the FreeBSD hacks I had in the base EGCS-1.1.2 compiler way
back when... that is all but a.out support.
2000-12-04 22:07:01 +00:00
David E. O'Brien
ceb234111e Commit the right version of this file. 2000-12-02 14:30:33 +00:00
David E. O'Brien
fc60994c8e MF contrib/gcc/c-common.c rev 1.12:
Move our `null_format_ok' addition to the end of record_function_format()
and it's uses.  This makes it easier to see our changes to the virgin source.
2000-12-02 11:58:26 +00:00
David E. O'Brien
b3a3e327ec This should take this port back to the last version of it for EGCS-1.1.2.
The gcc-2.95.2 bits have been repo copied to ports/lang/gcc295.

GCC 2.95.2 does not work for some people's code.  GCC 3.0 will be even
worse.  So it looks like we'll have to keep a port for each version of
GCC we've ever used.
2000-11-30 11:39:26 +00:00
David E. O'Brien
339e20ffc2 Add "-Wnon-const-format" which checks for non-constant format strings for
auditing purposes.

Submitted by:	kris
Obtained from:	NetBSD
2000-11-27 01:12:33 +00:00
Satoshi Asami
4328256c7f Use PLIST_SUB to only include curses.h when OSVERSION >= 400000. (It
is not built on 3-stable systems.)

Change the ELF-only stuff to use PLIST_SUB too.  (This part is purely
cosmetic -- no functional changes.)
2000-10-10 23:36:13 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
ba7feb96a5 Oops, curses.h isn't built for 3-stable systems. 2000-06-02 18:51:06 +00:00
Satoshi Asami
de25b6b4e0 Add missing file (curses.h). 2000-06-01 16:36:51 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
0f6ccbee56 Update to version 2.95.2. 1999-11-01 06:28:49 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
David E. O'Brien
c799c513f4 portlint 1999-09-04 20:14:11 +00:00
David E. O'Brien
f3383ee2f6 Remove support for the Chill language. If someone really, really needs
the Chill language let me know.
1999-08-30 22:43:15 +00:00
David E. O'Brien
a672b88679 trim distfiles 1999-08-30 22:38:06 +00:00
David E. O'Brien
c39919f117 Add RCS keyword. 1999-08-30 22:35:30 +00:00
Peter Wemm
fe8f04069f $Id$ -> $FreeBSD$ 1999-08-30 12:01:11 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
David E. O'Brien
ba5842e8e7 Upgrade to version 2.95.1. 1999-08-19 01:10:55 +00:00
David E. O'Brien
427dd25340 Use a better sed(1) pattern in case I break __FreeBSD__ again. 1999-08-18 23:58:55 +00:00
David E. O'Brien
e0964473d6 Don't assign __FreeBSD__ a value here. (pulled too much in from
src/contrib/egcs/ again)

PR:		13224
Submitted by:	imura@cs.titech.ac.jp
1999-08-18 23:58:21 +00:00
David E. O'Brien
2e3020eaae Key off the DISTNAME more, so that upgrading requires less editing. 1999-08-18 19:03:09 +00:00
David E. O'Brien
1b26a2abec As in the i386, `tm.h' includes headers for us. 1999-08-16 10:57:25 +00:00
David E. O'Brien
36853ef21c alpha-freebsd-elf.h should have gone away in the gcc-2.95 upgrade. 1999-08-16 10:54:46 +00:00