| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
and other LD_ tuning.
PR: 72856
|
| |
|
| |
|
|
|
|
|
|
|
| |
It is reported it have problems not honoring BINARY mode when fetching
.txt files over proxy.
PR: 70232
|
| |
|
|
|
|
| |
Submitted by: Pav Lucistnik <pav@FreeBSD.org>
|
|
|
|
| |
Submitted by: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
|
|
|
| |
incorrectly which may cause a buffer overrun beyond the beginning of
the row buffer.
Submitted by: Robert Nagy <robert@openbsd.org>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: marcel
|
|
|
|
|
|
|
|
| |
This patch was tested with icc and gcc, the bugtracker ID @sf is:
http://sourceforge.net/tracker/index.php?func=detail&aid=854293&group_id=5624&atid=105624
Fix suggested by: Intel
Approved by: maintainer
|
|
|
|
|
|
|
| |
where he explicitly objected to it. The port is now again NOT buildable
with Intel's icc-7.1.006.
Approved by: maintainer (ache)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. run the vendor-supplied test automaticly upon building;
. link the vendor-supplied test dynamicly (using -rpath to
force the usage of the just-built library) -- to add another
implicit test of the shared library's validity;
. reword one of the shell commands as ``sed ... file'' instead
of ``cat file | sed ...'';
. modify one of the files to make it properly compilable by the
icc -- gcc was, apparently, optimizing the junk out anyway.
Approved by: maintainer (ache)
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
| |
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
|
|
|
|
| |
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> (sligtly edited)
|
| |
|
|
|
|
|
| |
problem when mailformed png image can crash application (think about Mozilla).
Therefore, update is recommended.
|
|
|
|
| |
PR: 38709
|
| |
|
|
|
|
|
|
| |
This should fix GNOME breakage introduced in the previous commit.
Prompted by: Anders Andersson <anders@hack.org>
|
|
|
|
| |
Submitted by: ru
|
| |
|
|
|
|
| |
PR: 37277
|
|
|
|
| |
PR: 32856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
initial state of the bit 21 of the eflag register. This reduces possibility
that the threaded program linked with libpng will die due to arrival of the
signal during probing for the CPU type. More proper fix has been committed
into the -current kernel and will be MFC'ed soon, but this workaround is
necessary for those with older systems.
Among other things, this should make Nautilus, Balsa and other multi-threaded
GNOME programs more stable, therefore update is recommended to all existing
users.
Bump PORTREVISION.
Reported by: Joe Clarke <marcus@marcuscom.com>
|
|
|
|
|
| |
PR: 30356
Submitted by: partially by KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
|
| |
PR: 28015
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
| |
Approved by: ache (MAINTAINER)
|
| |
|
|
|
|
|
|
|
|
| |
option. It appears that resulting binary can't be used on a CPU without
mmx instruction set (for example Pentium Pro).
PR: 25377
Submitted by: Michael Hohmuth <hohmuth@inf.tu-dresden.de>
|
|
|
|
| |
Prompted by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
|
|
|
|
|
| |
- compile in mmx-optimized assembler routines by default (could be turned of
with WITHOUT_PNG_MMX option if necessary).
|
| |
|
|
|
|
|
|
| |
variables
Requested by: ade
|
| |
|
|
|
|
| |
if USE_MMX not used.
|
| |
|
|
|
|
| |
instead of hardcoded ${WRKSRC}/libpng-png.version.number.
|
|
|
|
| |
explicitly turned on by defining WITH_MMX make variable.
|
|
|
|
| |
Excessive number of 4's instead of 3's by: sobomax
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
|
|
|
|
| |
into PLIST while I'm here.
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|