| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=22839
|
|
|
|
| |
Notes:
svn path=/head/; revision=21694
|
|
|
|
| |
Notes:
svn path=/head/; revision=21256
|
|
|
|
|
|
|
| |
the Chill language let me know.
Notes:
svn path=/head/; revision=21142
|
|
|
|
| |
Notes:
svn path=/head/; revision=21141
|
|
|
|
| |
Notes:
svn path=/head/; revision=21140
|
|
|
|
| |
Notes:
svn path=/head/; revision=21122
|
|
|
|
| |
Notes:
svn path=/head/; revision=20952
|
|
|
|
| |
Notes:
svn path=/head/; revision=20803
|
|
|
|
| |
Notes:
svn path=/head/; revision=20800
|
|
|
|
|
|
|
|
|
|
| |
src/contrib/egcs/ again)
PR: 13224
Submitted by: imura@cs.titech.ac.jp
Notes:
svn path=/head/; revision=20799
|
|
|
|
| |
Notes:
svn path=/head/; revision=20787
|
|
|
|
| |
Notes:
svn path=/head/; revision=20749
|
|
|
|
| |
Notes:
svn path=/head/; revision=20748
|
|
|
|
| |
Notes:
svn path=/head/; revision=20747
|
|
|
|
|
|
|
|
| |
* binaries/manpages are now gcc295 / g++295 / g77
* use {MASTER_SITE_GNU}
Notes:
svn path=/head/; revision=20741
|
|
|
|
| |
Notes:
svn path=/head/; revision=20740
|
|
|
|
|
|
|
| |
Submitted by: Dirk Froemberg <dirk@FreeBSD.org>
Notes:
svn path=/head/; revision=20630
|
|
|
|
|
|
|
| |
bunded in.
Notes:
svn path=/head/; revision=20541
|
|
|
|
| |
Notes:
svn path=/head/; revision=20540
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=19867
|
|
|
|
| |
Notes:
svn path=/head/; revision=19866
|
|
|
|
|
|
|
| |
in bsd.port.mk and this helps to unify the check and install.
Notes:
svn path=/head/; revision=19223
|
|
|
|
| |
Notes:
svn path=/head/; revision=18059
|
|
|
|
| |
Notes:
svn path=/head/; revision=17960
|
|
|
|
| |
Notes:
svn path=/head/; revision=17743
|
|
|
|
| |
Notes:
svn path=/head/; revision=17562
|
|
|
|
| |
Notes:
svn path=/head/; revision=17460
|
|
|
|
|
|
|
| |
2.x/3.x people to compile kernels and world with EGCS.
Notes:
svn path=/head/; revision=17459
|
|
|
|
| |
Notes:
svn path=/head/; revision=17448
|
|
|
|
| |
Notes:
svn path=/head/; revision=17363
|
|
|
|
|
|
|
|
|
|
| |
* Add Alpha support
Obtained from: Alpha bits taken from Hidetoshi Shimokawa's
<simokawa@FreeBSD.ORG> work
Notes:
svn path=/head/; revision=17335
|
|
|
|
| |
Notes:
svn path=/head/; revision=17256
|
|
|
|
| |
Notes:
svn path=/head/; revision=17142
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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. :)
Notes:
svn path=/head/; revision=17053
|
|
|
|
|
|
|
| |
Submitted by: dfr
Notes:
svn path=/head/; revision=16938
|
|
|
|
|
|
|
| |
Obtained from: aspell 0.27.1 port
Notes:
svn path=/head/; revision=16937
|
|
|
|
|
|
|
|
| |
(if you are an EGCS user, please test this port. I would like to get any
feedback before the 1.1.2 release)
Notes:
svn path=/head/; revision=16933
|
|
|
|
|
|
|
| |
* now GNUHOST is i386-unknown-freebsd{OS_VER} vs. i386-unknown-freebsd
Notes:
svn path=/head/; revision=16577
|
|
|
|
|
|
|
| |
"i386-unknown-freebsdaout" for an a.out machine.
Notes:
svn path=/head/; revision=16573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=16518
|
|
|
|
|
|
|
|
| |
Reviewed by: jdp
Submitted by: Keith Walker <kew@timesink.spk.wa.us>
Notes:
svn path=/head/; revision=16273
|
|
|
|
|
|
|
| |
Noticed by: jdp
Notes:
svn path=/head/; revision=15639
|
|
|
|
|
|
|
|
|
|
| |
This should fix some of the problems with exceptions under ELF.
PR: ports/9089
Submitted by: jdp via Robert Schulhof <rrs@LMI.Net>
Notes:
svn path=/head/; revision=15612
|
|
|
|
| |
Notes:
svn path=/head/; revision=15116
|
|
|
|
| |
Notes:
svn path=/head/; revision=15115
|
|
|
|
|
|
|
|
|
| |
be forced.
Submitted by: Niall Smart <nialls@euristix.ie> (w/changes by me)
Notes:
svn path=/head/; revision=15104
|
|
|
|
|
|
|
| |
GNU description string.
Notes:
svn path=/head/; revision=15103
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=15064
|
|
|
|
| |
Notes:
svn path=/head/; revision=14493
|