aboutsummaryrefslogtreecommitdiff
path: root/graphics/libmng
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.0.3Kevin Lo2001-10-192-2/+2
| | | | | | | | PR: 31072 Submitted by: Ports Fury Notes: svn path=/head/; revision=48959
* Fix URL.Jun Kuriyama2001-09-051-1/+1
| | | | Notes: svn path=/head/; revision=47458
* Restore the post-patch target to the previous version (using test(1)).Mikhail Teterin2001-07-171-3/+2
| | | | | | | | | The make's ``.if exists'' works differently... Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=45196
* Upgrade to 1.0.2Mikhail Teterin2001-07-163-8/+7
| | | | | | | | PR: ports/29017 Submitted by: KATO Tsuguru (thanks for the patch) Notes: svn path=/head/; revision=45178
* This port depends on lcms, which recently started to install its lcms.hMikhail Teterin2001-06-181-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> Notes: svn path=/head/; revision=44191
* Fix LIB_DEPENDS to actually include a version number..Ade Lovett2001-05-311-3/+3
| | | | | | | | | | it's jpeg.9:... not jpeg:... PR: 27590 (partly) Submitted by: Jan L. Peterson <jlp@flipdog.com> Notes: svn path=/head/; revision=43355
* Although the port formally depended on lcms, the software wasMikhail Teterin2001-04-282-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. Notes: svn path=/head/; revision=42008
* Explicitly link resulting library with libm, because other ports expect to beMaxim Sobolev2001-03-132-0/+2
| | | | | | | | | able to link just with ``-lmng'', not with ``-lmng -lm''. Submitted by: bento (sorta) Notes: svn path=/head/; revision=39769
* Upgrade to version 1.0.0. Drop the configure, libtool, etc. non-senseMikhail Teterin2001-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> Notes: svn path=/head/; revision=39329
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-6/+6
| | | | Notes: svn path=/head/; revision=37252
* - Use USE_LIBTOOL;Maxim Sobolev2000-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. Notes: svn path=/head/; revision=36129
* Add new port of libmng 0.9.3, a library to support images in MNG format.Trevor Johnson2000-11-036-0/+146
MNG permits losslessly compressed, animated images. PR: 22547 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=34763