| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
subdirectory name, no other changes), add Author and WWW info.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/43444
|
|
|
|
|
| |
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
|
|
|
| |
Reported by: bento
Tested by: kris on bento
|
| |
|
| |
|
|
|
|
| |
Submitted by: Tilman Linneweh <tilman@arved.de>
|
|
|
|
|
| |
PR: 43311
Submitted by: adam@vectors.cx
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
* Mark the bootstrap as i386-only.
Approved by: maintainer
|
|
|
|
| |
(but lang/ruby_static-devel still does)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
PR: ports/43272
Submitted by: maintainer
Somepart by: me
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
| |
PR: 43165
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Submitted by: maintainer
Approved by: kris
PR: 43150
|
|
|
|
|
|
| |
PR: 43162
Submitted by: maintainer
Noticed by: bento log
|
| |
|
|
|
|
|
|
|
| |
change maintainer email
PR: 42634
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
|
|
|
|
|
| |
available from there).
Noticed by: "Ulrich 'Q' Spoerlein" <q@uni.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
PR: ports/42606
Submitted by: Tilman Linneweh <tilman@arved.FreeBSD.ORG>
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
/etc/make.conf will gladly overwrite the value in MAKE_ARGS. Patch
Makedefs (in the Icon source) instead.
PR: 38322
|
| |
|
| |
|
|
|
|
| |
Submitted by: Paul Gabriel <paul@pogo.franken.de>
|
|
|
|
| |
This fixes coredump on the Alpha.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 42608
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
|
| |
|
|
|
|
| |
Submitted by: "Dan Langille" <dan@langille.org>
|
|
|
|
|
|
|
|
|
|
| |
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.
Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
|
| |
|
|
|
|
|
| |
PR: ports/40901
Submitted by: Erik Greenwald <erik@smluc.org>
|
|
|
|
|
|
| |
compensate for the fact the master tarball does not have a version
number in its filename. This prevents older copies of the sources
being picked up during the "fetch" phase.
|
| |
|
| |
|
|
|
|
|
|
| |
lang/ruby_static.
- Integrate the iconv module into lang/ruby_static-devel.
|
|
|
|
| |
latest snapshots as of today, 2002-09-12 (JST).
|