Commit Graph

37 Commits

Author SHA1 Message Date
Stanislav Sedov
b07525c1a7 - Fix typo in OPTIONS handling
PR:		ports/105515
Submitted by:	Eygene <rea-fbsd@codelabs.ru>
2006-11-14 15:06:10 +00:00
Stanislav Sedov
e5bed1ffa3 - Add KNOBS to build supplimentary utilities
- Change my email

PR:		ports/76116 (based on)
Suggested by:	Raphael Langerhorst <raphael-langerhorst@gmx.at>
Approved by:	sem (mentor)
2006-10-08 17:07:23 +00:00
Martin Wilke
18fc3eccb1 - Update to 1.15
- Pass maintainership to submitter

Short changelog:
- Black preservation on CMYK-> CMYK transforms
- Ability to set adaptation state of observer on absolute colorimetric
  transforms.
- A rather advanced feature. Actually it only allows No adaptation (d=0) and
  observer fully adapted (d=1)
- lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced.
- icctrans can now read CGATS/IT8 files.
- improved tifficc with tiff Lab8 support

PR:		ports/101603
Submitted by:	Stanislav Sedov <ssedov(at)mbsd.msk.ru>
Approved by:	krion (mentor)
2006-08-10 20:59:53 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
a7679d4fab - libdata/pkgconfig is now included in mtree
Approved by:	marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Kirill Ponomarev
3327b5c15d Handle libtool version more properly to prevent leftovers. 2005-01-31 09:47:31 +00:00
Volker Stolz
84b837c153 Update to 1.14
PR:		ports/76116
Submitted by:	Raphael Langerhorst
2005-01-28 12:56:06 +00:00
Joe Marcus Clarke
dc7fcbf2eb The previous commit should have bumped PORTREVISION since it changed
the runtime dependency list.

Noticed by:	GNOME Tinderbox
2004-11-11 22:54:15 +00:00
Mikhail Teterin
62a3a103b8 Remove the bogus dependency on -ltiff (--without-tiff was always in there).
Make the testcms link the new -lcms statically to avoid possible conflicts
with the already installed library (probably of a different version).

PR:	ports/68610
2004-10-25 20:14:27 +00:00
Oliver Lehmann
ef866e788f take care of $PREFIX/libdata/pkgconfig 2004-08-14 21:57:56 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Marcel Moolenaar
64cef1cadf Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit word
boundary, which on 64-bit platforms is not the proper alignment for
longs. The patch replaces the hardcoding of 3 with sizeof(long)-1.

Tested on: ia64
2004-06-26 19:41:09 +00:00
Kirill Ponomarev
b76e9b7622 Update to version 1.13 2004-06-22 12:29:36 +00:00
Kirill Ponomarev
56f284e728 - Update to version 1.12
PR:		ports/67083
Submitted by:	Ports Fury
2004-05-23 19:08:26 +00:00
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