Commit Graph

20 Commits

Author SHA1 Message Date
Alexander Nedotsukov
631f740941 Better way to resolve ldscripts issue.
Pointed by:	marcus
2004-02-06 06:54:29 +00:00
Alexander Nedotsukov
94a778271c Quick workaround to unbroke build on -STABLE.
${LD} can't found libm.so in standard search path.

Reported by:	Mike Harding <mvh@ix.netcom.com>
2004-02-06 03:21:49 +00:00
Alexander Nedotsukov
9b88285b3a Shared library make use of -lm symbols therefore must be linked against it.
Otherwise we get unresolved references error at the time linking this library
into objects w/o -lm dependency.
This was the reason why color proof module in gimp-devel was not built.
2004-02-05 17:18:06 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kris Kennaway
897d8a455f Drop maintainership; I have no interest in this port beyond wanting KDE to
build on our supported architectures.
2003-05-22 21:07:14 +00:00
Mikhail Teterin
92c06a896a Transfer maintainership to kris. This port proved too difficult to
maintain without access to machines of various architectures. Kris
has such access, but would not share it and gets tired too quickly.
2003-05-22 16:03:13 +00:00
Kris Kennaway
68144000b6 With my portmgr hat on, revert this port to 1.09 and bump PORTEPOCH.
The port fails to pass the internal self-tests on 64-bit platforms
running very recent 5.1 systems, but it is required to build KDE and
therefore critical for the release.
2003-05-21 22:39:38 +00:00
Mikhail Teterin
9fa28b0c2c Upgrade 1.10 to 1.09 2003-05-07 16:13:52 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Mikhail Teterin
6ef5c2e707 Use BYTE_ORDER, BIG_ and LITTLE_ENDIAN instead of their
underscore-prefixed aliases, which are not available on -stable. There I
was proud of myself for testing on i386, alpha, and panther, and still
missing a -stable incompatibility :-\

Submitted by:	Voodai, Lars Erik Gullerud, Ivajlo Nikolov (so far)
2002-11-06 12:44:10 +00:00
Mikhail Teterin
0d72096af5 Fix build on Sparc64 by automating the endianness detection. (Thanks,
once again, to the "test" target.)
2002-11-06 06:34:39 +00:00
Mikhail Teterin
7e205eb59a Upgrade to 1.09. Prepend SourceForge's list of mirrors to MASTER_SITES.
Install JPEG-related sample files in addition to the TIFF sample. All
this samples can be built by the port, BTW, but would require
lib-dependency on libtiff and libjpeg.
2002-11-06 05:29:10 +00:00
Kris Kennaway
12c2625d31 Fix build on current 2002-06-16 10:02:59 +00:00
Mikhail Teterin
100babe355 Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access...

(Notably, the author  incorporated almost all of  our 32-bit related
patches).

PR:		ports/33528
Submitted by:	Lev A. Serebryakov
2002-01-05 10:53:21 +00:00
Mikhail Teterin
e61d8fd851 Uh, actually commit the patches described in my previous commit.
The primary purpose is to fix the port on Alphas.
2001-09-05 14:56:00 +00:00
Mikhail Teterin
c4c453cbc5 Teach it to try int32_t and friends on all Unixes, not just SGI's Irix.
A whole  bunch of  little 32-bit  related hunks was  needed, but  now it
passes its  own bundled tests (which  also needed a little  patch for an
unitialized variable) on Alpha. Bump PORTREVISION.

Submitted by:	Andrew Gallatin, Doug Rabson
Tested on:	beast
2001-09-05 14:54:04 +00:00
Mikhail Teterin
0ab420e05e Ooops, this should've been part of my yesterday's commit...
Thanks to: Jaroshenko at mailru dot com
2001-04-11 14:11:53 +00:00
Mikhail Teterin
1c8c0c892b Upgrade to 1.07. Use the official PORTDOCS instead of the pre-PORTDOCS
homegrown DOCS variable. Do not install the test-executable, but run it
after build. Change the mastersite and WWW.

	Thanks to: KATO Tsuguru

who sent me the cleaning up and WWW changing patch, which made me look
and notice, the new version is also available.

I will submit the fix for ImageMagick -- lcms.h is now <lcms.h>, not
<lcms/lcms.h>.
2001-04-10 23:14:05 +00:00
Maxim Sobolev
66ccdf8cbc - Use USE_LIBTOOL;
- move variable definition from rules section of Makefile;
- sort pkg-plist.
2000-12-19 15:36:26 +00:00
Trevor Johnson
1aae05025c Add new port of LCMS 1.06, the Little Color Management System, a
graphics library.  Color management is the process of keeping
"profiles" which describe the response of scanners, cameras,
monitors, printers and such to light, and compensating for the
different response curves as images are transferred from one device
to another.

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