aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libmng
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Fix typobapt2013-05-061-1/+1
| | | | Submitted by: cperciva
* Convert to new options frameworkbapt2013-05-061-7/+10
|
* - s/NOPROFILE/NO_PROFILE/rm2011-12-011-1/+1
| | | | | | | PR: ports/156687 Submitted by: rm (myself) Approved by: mi (maintainer; timeout - 6+ months), glarkin (mentor) Feature safe: yes
* -remove MD5ohauer2011-07-031-1/+0
|
* - Canonize OPTIONS triplet (no -> off)pav2010-06-021-1/+1
| | | | | | PR: ports/144673 (part of) Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (mi; 2 months)
* No material changes, no PORTREVISION-bump necessary:mi2010-02-101-10/+3
| | | | | | | | | Don't bother cleaning up DOS-style EOLs -- the recent releases don't have this problem. Change the parallel-building from the pre-MAKE_JOBS_SAFE method to the current one. Leave a note to switch to .tar.bz2 upon next upgrade -- it may not be me performing it...
* Bump PORTREVISION to for rebuild after recent jpeg sh lib version change.itetcu2010-02-081-1/+1
| | | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: portmgr (itetcu@, self)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+2
| | | | starting with G
* - update to jpeg7dinoex2009-07-181-0/+1
| | | | Tested by: pav on pointyhat
* - Update to 1.0.10miwi2008-08-132-4/+4
| | | | | | PR: 125666 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout
* - Prepare for removal of shlib filteringpav2007-01-282-2/+2
|
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update from 1.0.8 to 1.0.9.mi2005-10-184-5/+41
| | | | | | | Add an option to turn on vendor's experimental optimizations. Be sure to turn on MNG_BUILD_SO only for PIC-objects. Prompted by: edwin's port-version check
* Remove requirement for particular versions of liblcms and libjpeg.mi2005-07-141-2/+2
|
* Update to 1.0.8 from 1.0.7.mi2004-09-012-3/+3
|
* Upgrade from 1.0.6 to 1.0.7mi2004-04-042-3/+3
| | | | | PR: 65099 Submitted by: Matthew Luckie
* Upgrade from 1.0.5 to 1.0.6.mi2004-03-094-12/+4
|
* Enable full functionality -- mng-writing was disabled.mi2003-07-312-1/+2
| | | | | | I thought, I did this already long ago, but... Submitted by: Pav Lucistnik
* Upgrade to the "final" release -- 1.0.5. Remove the conditional patchingmi2003-04-063-7/+9
| | | | | -- it was in place for a much older version of lcms. Would love to have done this prior to 4.8, but portmgr never responded with the approval.
* Remove broken workaround for an old version of the lcms port.kris2003-03-211-2/+1
| | | | | | | | It's not clear that this could ever have worked, because post-patch executes before LIB_DEPENDS are built, so systems without lcms installed will fail to patch. Reported by: dec
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Finally upgrade to 1.0.4...mi2002-11-062-2/+2
|
* Fixed install on bsd.incs.mk aware systems.ru2002-07-221-1/+2
|
* Use USE_REINPLACE.sobomax2002-07-111-1/+3
|
* Update to version 1.0.3kevlo2001-10-202-2/+2
| | | | | PR: 31072 Submitted by: Ports Fury
* Fix URL.kuriyama2001-09-061-1/+1
|
* Restore the post-patch target to the previous version (using test(1)).mi2001-07-171-3/+2
| | | | | | The make's ``.if exists'' works differently... Submitted by: KATO Tsuguru
* Upgrade to 1.0.2mi2001-07-173-8/+7
| | | | | PR: ports/29017 Submitted by: KATO Tsuguru (thanks for the patch)
* This port depends on lcms, which recently started to install its lcms.hmi2001-06-191-2/+2
| | | | | | | | | | | | into ${PREFIX}/include/ instead of ${PREFIX}/include/lcms/ . Provide a post-patch workaround, which looks for lcms.h and patches the libmng_types.h if necessary. This fix was sitting in my own ports tree for a while and I thought I committed it, until the pr 28202 got transfered to me this morning: PR: 28202 Submitted by: Dan Pelleg <dpelleg+bsd@cs.cmu.edu>
* Fix LIB_DEPENDS to actually include a version number..ade2001-05-311-3/+3
| | | | | | | it's jpeg.9:... not jpeg:... PR: 27590 (partly) Submitted by: Jan L. Peterson <jlp@flipdog.com>
* Although the port formally depended on lcms, the software wasmi2001-04-292-3/+7
| | | | | | | compiling without it :( Add the explicit -D to CFLAGS. Good noone tried to use the lcms part of the library... Also, add library dependencies to LDADD -- -ljpeg -lz -llcms.
* Explicitly link resulting library with libm, because other ports expect to besobomax2001-03-132-0/+2
| | | | | | able to link just with ``-lmng'', not with ``-lmng -lm''. Submitted by: bento (sorta)
* Upgrade to version 1.0.0. Drop the configure, libtool, etc. non-sensemi2001-03-105-100/+21
| | | | | | | | | | | and just use our own clean and straightforward Makefile.bsd. While here, remove the SHLIB_VER variable -- I think it was not worth it to have it there... Thanks to Nathan for letting me know, the new version is available... PR: 25580 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-6/+6
|
* - Use USE_LIBTOOL;sobomax2000-12-192-6/+6
| | | | | - remove strange @exec/@unexec hack to create symlink to a shared library from pkg-plist. Our pkg_install tools should handle it w/o any problems.
* Add new port of libmng 0.9.3, a library to support images in MNG format.trevor2000-11-046-0/+146
MNG permits losslessly compressed, animated images. PR: 22547 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>