| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h
- add patch for mkfixinc.sh
- PLIST kludge
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
|
| |
|
| |
|
|
|
|
| |
upcoming 1.2 release. Which, BTW, will be called GCC-2.95.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This is their bleeding edge offering. This will enable us to better track
the direction EGCS is going for future upgrades of /usr/contrib/egcs/.
Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and*
a native Java compiler.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Add Alpha support
Obtained from: Alpha bits taken from Hidetoshi Shimokawa's
<simokawa@FreeBSD.ORG> work
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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. :)
|
|
|
|
| |
Submitted by: dfr
|
|
|
|
|
| |
(if you are an EGCS user, please test this port. I would like to get any
feedback before the 1.1.2 release)
|
|
|
|
| |
* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
|
|
|
|
| |
"i386-unknown-freebsdaout" for an a.out machine.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
|
|
|
|
|
| |
Reviewed by: jdp
Submitted by: Keith Walker <kew@timesink.spk.wa.us>
|
|
|
|
| |
Noticed by: jdp
|
|
|
|
|
|
|
| |
This should fix some of the problems with exceptions under ELF.
PR: ports/9089
Submitted by: jdp via Robert Schulhof <rrs@LMI.Net>
|
| |
|
| |
|
|
|
|
| |
GNU description string.
|
|
|
|
|
|
| |
Note that the 1.1 versions are an older code base (egcs rev 2.91.x) vs.
the snapshot this is replacing (egcs rev 2.92.x). However people have
reported less problems with 1.1.1-prerel than the current snapshots.
|
| |
|
|
|
|
| |
Requested by: imp
|
| |
|
| |
|
|
|
|
| |
inclusion order.
|
| |
|
| |
|
|
|
|
| |
Submitted by: jdp
|
|
|
|
|
| |
Since there has been announced a to-be ver 1.1.1, change my versioning to
a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers.
|
|
|
|
|
| |
directory.
Submitted by: Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
|
|
|
|
|
|
|
|
|
| |
(I will probably not be tracking the snapshots as closely now. I'd like to
see if 1.1 isn't stable enough to stay with for a while)
Cygnus calls this 1.1a (not Alpha, but a second rolling because a few G77
files were left out). I'm naming this version 1.1.1 so people won't think
it is an alpha version.
|
|
|
|
| |
* reduce maintance costs, advantage PLIST_SUB
|
|
|
|
|
|
|
|
| |
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-)
Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring
machine, and bento is busy.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
* Implement support for weak symbols. This solves the "___error" undefined
problem on 3.0-CURRENT systems.
* look for crt0.o in /usr/lib/aout on 3.0-CURRENT systems.
|
| |
|
|
|
|
|
| |
(note the 19980608 snapshot had major problems -- I'd suggest upgrading
if you are using this version)
|
| |
|
|
|
|
|
|
|
|
| |
+ The C++ includes and gcc specific libs now live under gcc-lib/.....
+ don't install ``c++''
+ make links egcc and eg++
+ c++filt --> g++filt to non conflict with stock version
+ clean up package dirs on ``pkg_delete''
|