Commit graph

12 commits

Author SHA1 Message Date
Kevin Lo
ad242bed64 Update to version 1.0.3
PR: 31072
Submitted by: Ports Fury
2001-10-19 16:51:57 +00:00
Jun Kuriyama
3159e96380 Fix URL. 2001-09-05 16:01:56 +00:00
Mikhail Teterin
d555a0e335 Restore the post-patch target to the previous version (using test(1)).
The make's ``.if exists'' works differently...

Submitted by:	KATO Tsuguru
2001-07-17 14:21:36 +00:00
Mikhail Teterin
ce250f732d Upgrade to 1.0.2
PR:		ports/29017
Submitted by:	KATO Tsuguru	(thanks for the patch)
2001-07-16 21:23:11 +00:00
Mikhail Teterin
53ac9ea355 This port depends on lcms, which recently started to install its lcms.h
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>
2001-06-18 22:55:40 +00:00
Ade Lovett
a7894efe10 Fix LIB_DEPENDS to actually include a version number..
it's jpeg.9:... not jpeg:...

PR:		27590 (partly)
Submitted by:	Jan L. Peterson <jlp@flipdog.com>
2001-05-31 15:56:40 +00:00
Mikhail Teterin
2483852c86 Although the port formally depended on lcms, the software was
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.
2001-04-28 16:16:07 +00:00
Maxim Sobolev
b4d45cf41d Explicitly link resulting library with libm, because other ports expect to be
able to link just with ``-lmng'', not with ``-lmng -lm''.

Submitted by:	bento (sorta)
2001-03-13 15:56:36 +00:00
Mikhail Teterin
1d6002b35d Upgrade to version 1.0.0. Drop the configure, libtool, etc. non-sense
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>
2001-03-10 01:04:19 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Maxim Sobolev
a673458923 - Use USE_LIBTOOL;
- 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.
2000-12-19 15:51:53 +00:00
Trevor Johnson
e2b43ed65d Add new port of libmng 0.9.3, a library to support images in MNG format.
MNG permits losslessly compressed, animated images.

PR:		22547
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-11-03 17:08:18 +00:00