David E. O'Brien
208f3677ae
Introduce `TARGLIB' from gcc-devel to clean this thing up.
...
Also change the ELF vs. aout logic so other formats can be targeted.
2001-01-07 21:59:01 +00:00
David E. O'Brien
c8c574e692
Update to GCC 2.95.3 release candidate "test1"
2001-01-07 21:45:37 +00:00
David E. O'Brien
f305c0c0c2
Make LIBSTDCPP_REV match the new reality.
...
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
2000-12-13 17:23:34 +00:00
David E. O'Brien
932231b1d5
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 20:35:40 +00:00
David E. O'Brien
594411bca0
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:31:21 +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
c84f599e15
Include the proper arch header for a.out systems.
1999-08-16 10:51:53 +00:00
David E. O'Brien
0a0cbb1d65
More EGCS->GCC transition.
...
* binaries/manpages are now gcc295 / g++295 / g77
* use {MASTER_SITE_GNU}
1999-08-16 00:21:05 +00:00
David E. O'Brien
c2530c49c0
Make -pthread work again -- pulled too much in from src/contrib/egcs/
1999-08-16 00:12:21 +00:00
David E. O'Brien
67ea3dcdcb
Tweak a German master site.
...
Submitted by: Dirk Froemberg <dirk@FreeBSD.org>
1999-08-09 15:50:58 +00:00
David E. O'Brien
820ec33aeb
Add "java" to categories list. GCC-2.95 now has parts of a Java compiler
...
bunded in.
1999-08-05 16:07:53 +00:00
David E. O'Brien
4d4d7bde85
Update to GCC-2.95 (what would have been EGCS-1.2).
1999-08-05 16:06:07 +00:00
David E. O'Brien
ef62a281ed
Define "OBSTACK_CHUNK_SIZE" as getpagesize().
...
Our malloc can allocte pagesized blocks efficiently and the EGCS default
size of 4072 bytes is not optimal.
Protect #define's and other minor syncing with
src/contrib/egcs/gcc/config/freebsd.h
OBSTACK_CHUNK_SIZE Submitted by: Hidetoshi Shimokawa
1999-06-28 09:52:43 +00:00
David E. O'Brien
5796f2d63b
Cleanup the FREEBSD_NATIVE stuff, which we don't use anymore in this context.
1999-06-28 09:07:17 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Marc G. Fournier
a05c0a07b8
this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...
1999-04-22 00:17:18 +00:00
David E. O'Brien
6325fcf217
Fix the CPP_PREDEFINES so it properly gets the "global" definition too.
1999-04-18 01:33:05 +00:00
Bill Fumerola
be98a3dc70
Real URLs that reference directories end in '/'
1999-04-08 21:12:34 +00:00
David E. O'Brien
53b6f388ef
Worked better before.
1999-04-02 17:15:19 +00:00
David E. O'Brien
3d882ed96b
Use proper include directive.
1999-03-30 18:42:02 +00:00
David E. O'Brien
6a9f6dc39f
Add FreeBSD's ``-fformat-extensions''. Taken from 4.0-CURRENT, this allows
...
2.x/3.x people to compile kernels and world with EGCS.
1999-03-30 18:15:39 +00:00
David E. O'Brien
3d4549d577
Don't fetch alpha suppliment -- the bits are now part of the port.
1999-03-30 02:58:02 +00:00
David E. O'Brien
3dc22c924d
Don't create empty ``PREFIX/info/dir''. It is already taken care of for us.
1999-03-23 18:37:47 +00:00
David E. O'Brien
7b9d7e0720
* Add support for ``-pthead''
...
* Add Alpha support
Obtained from: Alpha bits taken from Hidetoshi Shimokawa's
<simokawa@FreeBSD.ORG> work
1999-03-22 01:35:36 +00:00
David E. O'Brien
b4f4cda51d
Upgrade to 1.1.2 release.
1999-03-17 00:40:26 +00:00
Marc G. Fournier
d5ba786a25
Commit all Y2K/WWW_SITE changes from today...
1999-03-11 21:47:15 +00:00
Satoshi Asami
e244b8bccc
Fix to make ports work with bsd.port.mk rev. 1.306.
...
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
1999-03-08 07:28:36 +00:00
David E. O'Brien
5e26fb9668
Support building libstdc++ shared if "WANT_SHAREDLIBS" is defined.
...
Submitted by: dfr
1999-02-28 12:18:36 +00:00
David E. O'Brien
b5be18a57a
STL 3.0 rope fix.
...
Obtained from: aspell 0.27.1 port
1999-02-28 11:53:32 +00:00
David E. O'Brien
8268f8bd85
Upgrade to egcs-1.1.2 pre-release-2
...
(if you are an EGCS user, please test this port. I would like to get any
feedback before the 1.1.2 release)
1999-02-28 10:50:51 +00:00