Andrey A. Chernov
f617b864a6
Back out dynamic linking of pngtest, cause problems with LD_LIBRARY_PATH
...
and other LD_ tuning.
PR: 72856
2004-10-20 19:12:44 +00:00
Andrey A. Chernov
75a3b8dc1e
Update to 1.2.7
2004-10-15 01:59:05 +00:00
Andrey A. Chernov
169473f350
Upgrade to 1.2.6 + official patch
2004-09-03 03:47:14 +00:00
Andrey A. Chernov
c80a48985a
Remove swrinde.nde.swri.edu from MASTER_SITES
...
It is reported it have problems not honoring BINARY mode when fetching
.txt files over proxy.
PR: 70232
2004-08-10 06:48:40 +00:00
Andrey A. Chernov
4391208f50
Add official patches 0-11
2004-08-05 02:28:50 +00:00
Andrey A. Chernov
a5ad374cd1
Fix MASTER_SITES
...
Submitted by: Pav Lucistnik <pav@FreeBSD.org>
2004-08-03 22:57:48 +00:00
Andrey A. Chernov
61782ca833
Fix compiling with gcc 3.4
...
Submitted by: Andreas Kohn <andreas@syndrom23.de>
2004-07-24 10:12:36 +00:00
Andrey A. Chernov
75ad4985f0
In 16-bit samples case the starting offsets for the loops are calculated
...
incorrectly which may cause a buffer overrun beyond the beginning of
the row buffer.
Submitted by: Robert Nagy <robert@openbsd.org>
2004-07-07 10:33:28 +00:00
Andrey A. Chernov
bc650b5c88
Better fix for copy from overflow problem
2004-05-16 04:18:34 +00:00
Andrey A. Chernov
785843deac
Fix potential out of bounds copy from the string.
2004-05-02 21:24:14 +00:00
Trevor Johnson
a1bc8c46f5
Add size data, approved by maintainers.
2004-03-20 21:03:41 +00:00
Andrey A. Chernov
d486d752ae
Change pre-install to pre-su-install
...
Submitted by: marcel
2004-03-16 20:08:06 +00:00
Alexander Leidinger
36ad2c62cc
Add patch to allow advanced optimizations with icc (portrevision bumped).
...
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
2003-12-08 13:28:18 +00:00
Mikhail Teterin
439d7a3035
Back out part of the earlier commit -- I missed maintainer's e-mail,
...
where he explicitly objected to it. The port is now again NOT buildable
with Intel's icc-7.1.006.
Approved by: maintainer (ache)
2003-10-20 15:53:58 +00:00
Mikhail Teterin
eb028d0451
Minor enhancements, not affecting the resulting package:
...
. 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)
2003-10-20 14:05:04 +00:00
Kris Kennaway
3cededd06b
Correct @unexec command
2003-04-05 05:31:51 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Andrey A. Chernov
3ccde8385e
Fix symlink, add unexec rmdir
...
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
2003-02-18 23:19:12 +00:00
Andrey A. Chernov
52f7e4ba0e
Install pkg-config data
...
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> (sligtly edited)
2003-01-29 20:20:56 +00:00
Andrey A. Chernov
f1bf0c5503
Upgrade to 1.2.5
2002-10-15 07:35:46 +00:00
Maxim Sobolev
ade16a3576
Update to 1.2.4. Among other things, this version fixes potentian security
...
problem when mailformed png image can crash application (think about Mozilla).
Therefore, update is recommended.
2002-07-11 09:52:22 +00:00
Andrey A. Chernov
9721bb081b
Upgrade to 1.2.3
...
PR: 38709
2002-05-30 05:03:02 +00:00
Andrey A. Chernov
c63e8768b1
Add libz to LDADD/DPADD
2002-05-18 13:03:29 +00:00
Maxim Sobolev
2895ffa02d
Link libpng library with libm, because it uses some math functions from it.
...
This should fix GNOME breakage introduced in the previous commit.
Prompted by: Anders Andersson <anders@hack.org>
2002-05-18 10:48:06 +00:00
Andrey A. Chernov
a66792d6db
Use <bsd.lib.mk>
...
Submitted by: ru
2002-05-17 12:39:49 +00:00
Andrey A. Chernov
41d38932d1
Add @dirrm include/libpng
2002-04-30 15:29:08 +00:00
Andrey A. Chernov
2e494a9bcc
Upgrade to 1.2.2
...
PR: 37277
2002-04-21 16:11:52 +00:00
Andrey A. Chernov
4960524e36
Upgrade to 1.2.1
...
PR: 32856
2001-12-16 15:01:48 +00:00
Maxim Sobolev
1bd8c2c688
Once we are determined that CPUID instruction is or isn't supported resfore
...
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>
2001-11-15 23:32:37 +00:00
Andrey A. Chernov
289e333b79
Upgrade to 1.2.0
...
PR: 30356
Submitted by: partially by KATO Tsuguru <tkato@prontomail.com>
2001-09-11 01:55:36 +00:00
Andrey A. Chernov
192887c8fe
Fix master sites
2001-08-08 18:23:36 +00:00
Maxim Sobolev
91e72e9e21
Update to 1.0.12.
...
PR: 28015
Submitted by: Patrick Li <pat@databits.net>
2001-06-11 06:29:19 +00:00
Dmitry Sivachenko
0b5b0887ca
Update to 1.0.11
...
Approved by: ache (MAINTAINER)
2001-04-28 18:54:15 +00:00
Maxim Sobolev
9ee2a1815a
Update to 1.0.10.
2001-04-06 15:02:06 +00:00
Maxim Sobolev
ab787c9e60
Revert previous change making compilation of mmx-optimised routines a default
...
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>
2001-02-27 09:52:30 +00:00
Maxim Sobolev
26787fb1d6
Correct message wordng.
...
Prompted by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk>
2001-02-07 08:06:13 +00:00
Maxim Sobolev
d1932428f7
- Update to 1.0.9;
...
- compile in mmx-optimized assembler routines by default (could be turned of
with WITHOUT_PNG_MMX option if necessary).
2001-02-06 16:00:18 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Andrey A. Chernov
82e8bb727c
Rename PNG_WITH_MMX to WITH_PNG_MMX to be consistent with other WITH_*
...
variables
Requested by: ade
2000-10-26 11:25:17 +00:00
Andrey A. Chernov
7c3dbda98c
Rename WITH_MMX to PNG_WITH_MMX to allow it to be added to /etc/make.conf
2000-10-25 01:06:11 +00:00
Maxim Sobolev
14f0863d28
Update MMX-optimisation patch to 1.0.9pre3. This update doesn't affect anything
...
if USE_MMX not used.
2000-09-21 07:52:05 +00:00
Maxim Sobolev
b51506e3fb
Add official patch (only affects MMX routines).
2000-08-30 08:02:35 +00:00
Maxim Sobolev
a8cffde473
Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript ports
...
instead of hardcoded ${WRKSRC}/libpng-png.version.number.
2000-07-26 07:43:48 +00:00
Maxim Sobolev
3763bff0d8
Update to 1.0.8. This release includes experimental MMX support, but it should
...
explicitly turned on by defining WITH_MMX make variable.
2000-07-26 07:33:25 +00:00
Ade Lovett
f0583b9afd
At MAN3, s/libpng.4/libpng.3/
...
Excessive number of 4's instead of 3's by: sobomax
2000-07-04 15:18:29 +00:00
Maxim Sobolev
6db96c0500
Bump png shared library version.
...
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Maxim Sobolev
822a1b932a
Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW
...
into PLIST while I'm here.
2000-07-03 08:54:25 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655
Third round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:59:45 +00:00