summaryrefslogtreecommitdiff
path: root/graphics/png (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Back out part of the earlier commit -- I missed maintainer's e-mail,Mikhail Teterin2003-10-201-53/+0
| | | | | | | | | | where he explicitly objected to it. The port is now again NOT buildable with Intel's icc-7.1.006. Approved by: maintainer (ache) Notes: svn path=/head/; revision=91741
* Minor enhancements, not affecting the resulting package:Mikhail Teterin2003-10-203-4/+68
| | | | | | | | | | | | | | | | . 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) Notes: svn path=/head/; revision=91736
* Correct @unexec commandKris Kennaway2003-04-051-1/+1
| | | | Notes: svn path=/head/; revision=78248
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix symlink, add unexec rmdirAndrey A. Chernov2003-02-182-3/+3
| | | | | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> Notes: svn path=/head/; revision=75825
* Install pkg-config dataAndrey A. Chernov2003-01-293-0/+20
| | | | | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> (sligtly edited) Notes: svn path=/head/; revision=74222
* Upgrade to 1.2.5Andrey A. Chernov2002-10-152-2/+2
| | | | Notes: svn path=/head/; revision=68085
* Update to 1.2.4. Among other things, this version fixes potentian securityMaxim Sobolev2002-07-112-2/+2
| | | | | | | | problem when mailformed png image can crash application (think about Mozilla). Therefore, update is recommended. Notes: svn path=/head/; revision=62802
* Upgrade to 1.2.3Andrey A. Chernov2002-05-304-55/+13
| | | | | | | PR: 38709 Notes: svn path=/head/; revision=60272
* Add libz to LDADD/DPADDAndrey A. Chernov2002-05-182-3/+3
| | | | Notes: svn path=/head/; revision=59430
* Link libpng library with libm, because it uses some math functions from it.Maxim Sobolev2002-05-182-1/+3
| | | | | | | | | This should fix GNOME breakage introduced in the previous commit. Prompted by: Anders Andersson <anders@hack.org> Notes: svn path=/head/; revision=59424
* Use <bsd.lib.mk>Andrey A. Chernov2002-05-173-38/+55
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=59335
* Add @dirrm include/libpngAndrey A. Chernov2002-04-302-0/+2
| | | | Notes: svn path=/head/; revision=58365
* Upgrade to 1.2.2Andrey A. Chernov2002-04-214-89/+35
| | | | | | | PR: 37277 Notes: svn path=/head/; revision=57955
* Upgrade to 1.2.1Andrey A. Chernov2001-12-163-17/+2
| | | | | | | PR: 32856 Notes: svn path=/head/; revision=51627
* Once we are determined that CPUID instruction is or isn't supported resforeMaxim Sobolev2001-11-152-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> Notes: svn path=/head/; revision=50089
* Upgrade to 1.2.0Andrey A. Chernov2001-09-113-31/+13
| | | | | | | | PR: 30356 Submitted by: partially by KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=47623
* Fix master sitesAndrey A. Chernov2001-08-081-1/+2
| | | | Notes: svn path=/head/; revision=45981
* Update to 1.0.12.Maxim Sobolev2001-06-112-2/+2
| | | | | | | | PR: 28015 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=43815
* Update to 1.0.11Dmitry Sivachenko2001-04-282-2/+2
| | | | | | | Approved by: ache (MAINTAINER) Notes: svn path=/head/; revision=42012
* Update to 1.0.10.Maxim Sobolev2001-04-062-3/+2
| | | | Notes: svn path=/head/; revision=40953
* Revert previous change making compilation of mmx-optimised routines a defaultMaxim Sobolev2001-02-271-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> Notes: svn path=/head/; revision=38845
* Correct message wordng.Maxim Sobolev2001-02-071-2/+2
| | | | | | | Prompted by: Niels Chr. Bank-Pedersen <ncbp@bank-pedersen.dk> Notes: svn path=/head/; revision=38055
* - Update to 1.0.9;Maxim Sobolev2001-02-062-16/+7
| | | | | | | | - compile in mmx-optimized assembler routines by default (could be turned of with WITHOUT_PNG_MMX option if necessary). Notes: svn path=/head/; revision=38041
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-7/+7
| | | | Notes: svn path=/head/; revision=37252
* Rename PNG_WITH_MMX to WITH_PNG_MMX to be consistent with other WITH_*Andrey A. Chernov2000-10-261-3/+3
| | | | | | | | | variables Requested by: ade Notes: svn path=/head/; revision=34253
* Rename WITH_MMX to PNG_WITH_MMX to allow it to be added to /etc/make.confAndrey A. Chernov2000-10-251-4/+4
| | | | Notes: svn path=/head/; revision=34205
* Update MMX-optimisation patch to 1.0.9pre3. This update doesn't affect anythingMaxim Sobolev2000-09-212-5/+11
| | | | | | | if USE_MMX not used. Notes: svn path=/head/; revision=32922
* Add official patch (only affects MMX routines).Maxim Sobolev2000-08-302-1/+6
| | | | Notes: svn path=/head/; revision=32126
* Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript portsMaxim Sobolev2000-07-261-3/+4
| | | | | | | instead of hardcoded ${WRKSRC}/libpng-png.version.number. Notes: svn path=/head/; revision=31041
* Update to 1.0.8. This release includes experimental MMX support, but it shouldMaxim Sobolev2000-07-263-10/+32
| | | | | | | explicitly turned on by defining WITH_MMX make variable. Notes: svn path=/head/; revision=31040
* At MAN3, s/libpng.4/libpng.3/Ade Lovett2000-07-041-1/+1
| | | | | | | Excessive number of 4's instead of 3's by: sobomax Notes: svn path=/head/; revision=30179
* Bump png shared library version.Maxim Sobolev2000-07-043-5/+9
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWWMaxim Sobolev2000-07-033-6/+7
| | | | | | | into PLIST while I'm here. Notes: svn path=/head/; revision=30123
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-5/+2
| | | | Notes: svn path=/head/; revision=29615
* Support FreeBSD install macros.Maxim Sobolev2000-05-311-5/+5
| | | | | | | | PR: 18905 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=29016
* Add a notice about needing to update ghostscript5 when these portsChris Piazza2000-05-191-0/+2
| | | | | | | | | are updated. Prompted by: PR 18579 Notes: svn path=/head/; revision=28577
* Update WWW to be the real WWW, not ftp://.../Maxim Sobolev2000-05-181-1/+1
| | | | Notes: svn path=/head/; revision=28552
* Upgrade to 1.0.6Andrey A. Chernov2000-04-234-4/+16
| | | | Notes: svn path=/head/; revision=27937
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+3
| | | | | | | string so I fixed it. Notes: svn path=/head/; revision=27514
* Upgrade to version 1.0.5Jean-Marc Zucconi1999-11-202-3/+3
| | | | | | | OK'ed by: ache Notes: svn path=/head/; revision=23205
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Bump MAJOR to 3.Vanilla I. Shu1999-01-232-118/+85
| | | | Notes: svn path=/head/; revision=16274
* Upgrade to 1.0.3, (thanks god, 1.0.3 is out)Vanilla I. Shu1999-01-214-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> Notes: svn path=/head/; revision=16243
* Typo (libpng.2 -> libpng.3).Thomas Gellekum1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13200
* Roll back libpng's shared library version number. Also, build librariesSatoshi Asami1998-09-172-7/+17
| | | | | | | and links correctly for ELF. Notes: svn path=/head/; revision=13193