Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 1.2.4. Among other things, this version fixes potentian security | Maxim Sobolev | 2002-07-11 | 2 | -2/+2 |
| | | | | | problem when mailformed png image can crash application (think about Mozilla). Therefore, update is recommended. | ||||
* | Upgrade to 1.2.3 | Andrey A. Chernov | 2002-05-30 | 4 | -55/+13 |
| | | | | PR: 38709 | ||||
* | Add libz to LDADD/DPADD | Andrey A. Chernov | 2002-05-18 | 2 | -3/+3 |
| | |||||
* | Link libpng library with libm, because it uses some math functions from it. | Maxim Sobolev | 2002-05-18 | 2 | -1/+3 |
| | | | | | | This should fix GNOME breakage introduced in the previous commit. Prompted by: Anders Andersson <anders@hack.org> | ||||
* | Use <bsd.lib.mk> | Andrey A. Chernov | 2002-05-17 | 3 | -38/+55 |
| | | | | Submitted by: ru | ||||
* | Add @dirrm include/libpng | Andrey A. Chernov | 2002-04-30 | 2 | -0/+2 |
| | |||||
* | Upgrade to 1.2.2 | Andrey A. Chernov | 2002-04-21 | 4 | -89/+35 |
| | | | | PR: 37277 | ||||
* | Upgrade to 1.2.1 | Andrey A. Chernov | 2001-12-16 | 3 | -17/+2 |
| | | | | PR: 32856 | ||||
* | Once we are determined that CPUID instruction is or isn't supported resfore | Maxim Sobolev | 2001-11-15 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | Upgrade to 1.2.0 | Andrey A. Chernov | 2001-09-11 | 3 | -31/+13 |
| | | | | | PR: 30356 Submitted by: partially by KATO Tsuguru <tkato@prontomail.com> | ||||
* | Fix master sites | Andrey A. Chernov | 2001-08-08 | 1 | -1/+2 |
| | |||||
* | Update to 1.0.12. | Maxim Sobolev | 2001-06-11 | 2 | -2/+2 |
| | | | | | PR: 28015 Submitted by: Patrick Li <pat@databits.net> | ||||
* | Update to 1.0.11 | Dmitry Sivachenko | 2001-04-28 | 2 | -2/+2 |
| | | | | Approved by: ache (MAINTAINER) | ||||
* | Update to 1.0.10. | Maxim Sobolev | 2001-04-06 | 2 | -3/+2 |
| | |||||
* | Revert previous change making compilation of mmx-optimised routines a default | Maxim Sobolev | 2001-02-27 | 1 | -5/+8 |
| | | | | | | | | 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> | ||||
* | Correct message wordng. | Maxim Sobolev | 2001-02-07 | 1 | -2/+2 |
| | | | | Prompted by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk> | ||||
* | - Update to 1.0.9; | Maxim Sobolev | 2001-02-06 | 2 | -16/+7 |
| | | | | | - compile in mmx-optimized assembler routines by default (could be turned of with WITHOUT_PNG_MMX option if necessary). | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-16 | 1 | -7/+7 |
| | |||||
* | Rename PNG_WITH_MMX to WITH_PNG_MMX to be consistent with other WITH_* | Andrey A. Chernov | 2000-10-26 | 1 | -3/+3 |
| | | | | | | variables Requested by: ade | ||||
* | Rename WITH_MMX to PNG_WITH_MMX to allow it to be added to /etc/make.conf | Andrey A. Chernov | 2000-10-25 | 1 | -4/+4 |
| | |||||
* | Update MMX-optimisation patch to 1.0.9pre3. This update doesn't affect anything | Maxim Sobolev | 2000-09-21 | 2 | -5/+11 |
| | | | | if USE_MMX not used. | ||||
* | Add official patch (only affects MMX routines). | Maxim Sobolev | 2000-08-30 | 2 | -1/+6 |
| | |||||
* | Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript ports | Maxim Sobolev | 2000-07-26 | 1 | -3/+4 |
| | | | | instead of hardcoded ${WRKSRC}/libpng-png.version.number. | ||||
* | Update to 1.0.8. This release includes experimental MMX support, but it should | Maxim Sobolev | 2000-07-26 | 3 | -10/+32 |
| | | | | explicitly turned on by defining WITH_MMX make variable. | ||||
* | At MAN3, s/libpng.4/libpng.3/ | Ade Lovett | 2000-07-04 | 1 | -1/+1 |
| | | | | Excessive number of 4's instead of 3's by: sobomax | ||||
* | Bump png shared library version. | Maxim Sobolev | 2000-07-04 | 3 | -5/+9 |
| | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> | ||||
* | Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW | Maxim Sobolev | 2000-07-03 | 3 | -6/+7 |
| | | | | into PLIST while I'm here. | ||||
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I | Maxim Sobolev | 2000-06-16 | 1 | -1/+1 |
| | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax | ||||
* | Third round of INSTALL_SHLIBS=yes fixes. | Maxim Sobolev | 2000-06-15 | 2 | -5/+2 |
| | |||||
* | Support FreeBSD install macros. | Maxim Sobolev | 2000-05-31 | 1 | -5/+5 |
| | | | | | PR: 18905 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Add a notice about needing to update ghostscript5 when these ports | Chris Piazza | 2000-05-19 | 1 | -0/+2 |
| | | | | | | are updated. Prompted by: PR 18579 | ||||
* | Update WWW to be the real WWW, not ftp://.../ | Maxim Sobolev | 2000-05-18 | 1 | -1/+1 |
| | |||||
* | Upgrade to 1.0.6 | Andrey A. Chernov | 2000-04-23 | 4 | -4/+16 |
| | |||||
* | Convert to PORTNAME/PORTVERSION. lfview had an invalid version | Satoshi Asami | 2000-04-14 | 1 | -3/+3 |
| | | | | string so I fixed it. | ||||
* | Upgrade to version 1.0.5 | Jean-Marc Zucconi | 1999-11-20 | 2 | -3/+3 |
| | | | | OK'ed by: ache | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | awk -> ${AWK} | Michael Haro | 1999-08-22 | 1 | -2/+2 |
| | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} | ||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | Tim Vanderhoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) | ||||
* | Bump MAJOR to 3. | Vanilla I. Shu | 1999-01-23 | 2 | -118/+85 |
| | |||||
* | Upgrade to 1.0.3, (thanks god, 1.0.3 is out) | Vanilla I. Shu | 1999-01-21 | 4 | -36/+40 |
| | | | | | | | | | | the submitter say: Attached are patches to upgrade the PNG port to 1.0.3, and to fix the two ghostscript ports which would be broken by this. PNG 1.0.3 is apparently completely backwards compatible with 1.0.2. Maintainer contacted with no response. PR: ports/9601 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Typo (libpng.2 -> libpng.3). | Thomas Gellekum | 1998-09-17 | 1 | -2/+2 |
| | |||||
* | Roll back libpng's shared library version number. Also, build libraries | Satoshi Asami | 1998-09-17 | 2 | -7/+17 |
| | | | | and links correctly for ELF. | ||||
* | Roll back libpng major to 2. | Satoshi Asami | 1998-09-17 | 1 | -2/+2 |
| | |||||
* | Convert to ELF in accordance with Satoshi's instructions. | Mark Murray | 1998-09-14 | 3 | -9/+9 |
| | |||||
* | Wow. Checkout the number of manpages that are in EZWGL. I think that's | Tim Vanderhoek | 1998-08-18 | 1 | -3/+0 |
| | | | | too many, so I'll remove half of them. | ||||
* | Upgrade to 1.0.2 | Andrey A. Chernov | 1998-07-09 | 3 | -16/+21 |
| | |||||
* | Execute `ldconfig -R' at the pkg_delete step. | Thomas Gellekum | 1998-05-05 | 1 | -0/+1 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Upgrade to 1.0.1 | Andrey A. Chernov | 1998-03-28 | 4 | -12/+14 |
| | |||||
* | Update the shlib minor version to "0.99" so this thing packages. | Satoshi Asami | 1998-03-03 | 1 | -1/+1 |
| | | | | | Note, I think it is totally stupid to match the shared library version number with the software version, but that's the author's call, not mine. |