| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=67786
|
|
|
|
|
|
|
|
|
| |
for old version of distfile.
PR: 43397
Notes:
svn path=/head/; revision=67720
|
|
|
|
|
|
|
|
| |
PR: 43397
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes:
svn path=/head/; revision=67719
|
|
|
|
| |
Notes:
svn path=/head/; revision=67713
|
|
|
|
| |
Notes:
svn path=/head/; revision=67710
|
|
|
|
|
|
|
| |
The port does not install source files (for reference) any more.
Notes:
svn path=/head/; revision=67661
|
|
|
|
| |
Notes:
svn path=/head/; revision=67509
|
|
|
|
| |
Notes:
svn path=/head/; revision=67400
|
|
|
|
|
|
|
| |
Submitted by: IWASAKI Dai <dai@tristan.jp>
Notes:
svn path=/head/; revision=67361
|
|
|
|
| |
Notes:
svn path=/head/; revision=67345
|
|
|
|
| |
Notes:
svn path=/head/; revision=67276
|
|
|
|
|
|
|
|
|
|
| |
subdirectory name, no other changes), add Author and WWW info.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/43444
Notes:
svn path=/head/; revision=67251
|
|
|
|
|
|
|
|
| |
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes:
svn path=/head/; revision=67236
|
|
|
|
|
|
|
|
| |
Reported by: bento
Tested by: kris on bento
Notes:
svn path=/head/; revision=67201
|
|
|
|
| |
Notes:
svn path=/head/; revision=67196
|
|
|
|
| |
Notes:
svn path=/head/; revision=67195
|
|
|
|
|
|
|
| |
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes:
svn path=/head/; revision=67194
|
|
|
|
|
|
|
|
| |
PR: 43311
Submitted by: adam@vectors.cx
Notes:
svn path=/head/; revision=67185
|
|
|
|
|
|
|
|
|
|
|
| |
fixes several coredump bugs and fatal threading problems.
Remove the autoconf dependency by including a pre-generated configure
script in the distfile. It now also includes a pre-generated parse.c
made by bison 1.35.
Notes:
svn path=/head/; revision=67167
|
|
|
|
|
|
|
|
|
| |
* Mark the bootstrap as i386-only.
Approved by: maintainer
Notes:
svn path=/head/; revision=67144
|
|
|
|
|
|
|
| |
(but lang/ruby_static-devel still does)
Notes:
svn path=/head/; revision=67106
|
|
|
|
|
|
|
|
|
|
| |
containing a pregenerated configure and a parse.c generated with bison
1.35. This is to offer a smaller (.tar.bz2) distfile, remove the
autoconf dependency and benefit from a bit more efficient parse.c than
that which byacc(1) generates.
Notes:
svn path=/head/; revision=67102
|
|
|
|
|
|
|
|
|
| |
PR: ports/43272
Submitted by: maintainer
Somepart by: me
Notes:
svn path=/head/; revision=67064
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=67061
|
|
|
|
|
|
|
|
| |
PR: 43165
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=67041
|
|
|
|
|
|
|
|
|
|
|
| |
- link libc_p.a/lib_c_r.a when compiling with "-pg -static"
- fix unresolved symbols to make "-pg" and "-prof_gen" work
Submitted by: marius@alchemy.franken.de
Approved by: kris
Notes:
svn path=/head/; revision=67028
|
|
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Approved by: kris
PR: 43150
Notes:
svn path=/head/; revision=67027
|
|
|
|
|
|
|
|
|
| |
PR: 43162
Submitted by: maintainer
Noticed by: bento log
Notes:
svn path=/head/; revision=67012
|
|
|
|
| |
Notes:
svn path=/head/; revision=67001
|
|
|
|
|
|
|
|
|
|
| |
change maintainer email
PR: 42634
Submitted by: maintainer
Notes:
svn path=/head/; revision=66943
|
|
|
|
| |
Notes:
svn path=/head/; revision=66936
|
|
|
|
| |
Notes:
svn path=/head/; revision=66935
|
|
|
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes:
svn path=/head/; revision=66862
|
|
|
|
|
|
|
|
|
| |
available from there).
Noticed by: "Ulrich 'Q' Spoerlein" <q@uni.de>
Notes:
svn path=/head/; revision=66834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Re-enable patching of iccvars.(c)sh (solely called by icid and therefore
overlooked), accidentally broken by last commit.
- Fix generation of multi-threaded code, triggered by the (badly documented)
compiler option "-mt".
- Disable compiler options "-openmp*" and "-parallel", they depend on
libguide which itself depends on pthread_atfork() (not provided by libc_r),
therefore don't install libguide.
Note: All compiler options are now believed to either work on FreeBSD or
be disabled (Maintainer note: '-prof_gen' is under investigation).
- Add a message about installing stlport-icc in order to get full C++ support.
- Remove workaround for generation of shared objects with binutils/ld 2.12.x,
appears to be fixed (unfortunately no confirmation by Intel Support, "That
is good news <...> then we should just close this issue." *sigh*).
Submitted by: marius@alchemy.franken.de
- Add note about a problem on P4 and how to solve it.
Suggested by: Martin Kahlert <martin.kahlert@infineon.com>
- Remove outdated information in pkg-descr.
Notes:
svn path=/head/; revision=66830
|
|
|
|
|
|
|
|
| |
PR: ports/42606
Submitted by: Tilman Linneweh <tilman@arved.FreeBSD.ORG>
Notes:
svn path=/head/; revision=66781
|
|
|
|
| |
Notes:
svn path=/head/; revision=66710
|
|
|
|
|
|
|
|
|
|
|
|
| |
System, is a KL1/Prolog (Parallel logic programming language)
byte-code Interpreter/compiler environment.
PR: ports/42703
Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org>
Approved by: knu (mentor)
Notes:
svn path=/head/; revision=66699
|
|
|
|
| |
Notes:
svn path=/head/; revision=66612
|
|
|
|
|
|
|
|
|
| |
This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
There is probably zero chance of getting this fixed in the FSF/GCC CVS
repository, as the 3.1 branch is offically closed.
Notes:
svn path=/head/; revision=66611
|
|
|
|
|
|
|
|
|
|
| |
/etc/make.conf will gladly overwrite the value in MAKE_ARGS. Patch
Makedefs (in the Icon source) instead.
PR: 38322
Notes:
svn path=/head/; revision=66586
|
|
|
|
| |
Notes:
svn path=/head/; revision=66583
|
|
|
|
| |
Notes:
svn path=/head/; revision=66581
|
|
|
|
|
|
|
| |
Submitted by: Paul Gabriel <paul@pogo.franken.de>
Notes:
svn path=/head/; revision=66574
|
|
|
|
|
|
|
| |
This fixes coredump on the Alpha.
Notes:
svn path=/head/; revision=66573
|
|
|
|
| |
Notes:
svn path=/head/; revision=66535
|
|
|
|
|
|
|
|
|
|
|
| |
Note: This does *NOT* work on -current. The bootstrap tarball for -current is
still missing. I am working on it. However I wanted to make this new
version available on 4.7-R.
Submitted by: maintainer
Notes:
svn path=/head/; revision=66530
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
handling when generating shared objects with binutils/ld 2.12.[0,1], link
in the icc C++ ABI definitions not those of gcc
- remove libcprts (STL): it has unresolvable glibc dependencies in both,
dynamic and static, versions, therefore is not usable and entirely unneeded
when libstlport is used instead
- add libimf (Intel's optimized math functions library), while there's no
measurable speed improvement (at least for the functions tested) in
comparison to FreeBSD's libm beyond the "normal" icc vs. gcc boost icc
occasionally produces code depending on libimf when told to optimize for
Pentium 4
- replace the ld-script with a wrapper written in C as (c)sh is a bit limited
and long winded for that purpose
- minor stuff and cleanup
Submitted by: marius@alchemy.franken.de
Notes:
svn path=/head/; revision=66502
|
|
|
|
|
|
|
|
| |
PR: 42608
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
Notes:
svn path=/head/; revision=66441
|
|
|
|
| |
Notes:
svn path=/head/; revision=66332
|