Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 20:19:56 +0100
From:      Daniel Lucq <daniel@scanit.be>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        dinoex@FreeBSD.org, freebsd-ports@freebsd.org
Subject:   Re: graphics/tiff port
Message-ID:  <455A16DC.9080106@scanit.be>
In-Reply-To: <4558CF0B.6010400@FreeBSD.org>
References:  <4558CB1E.50706@scanit.be> <4558CF0B.6010400@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Doug Barton wrote:

> First off, you're likely to get a better response if you cc the
> maintainer of the port, which I've done for you.

Of course, my apologies.

> Second, what were the results of your testing the library built
> without libcompat?

graphics/tiff has the following patch applied against it:

diff -u -r1.61 Makefile
--- Makefile	8 Apr 2006 20:22:41 -0000	1.61
+++ Makefile	14 Nov 2006 19:12:48 -000
@@ -23,7 +23,6 @@
  CONFIGURE_TARGET=
  CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
  			--with-jpeg-lib-dir=${LOCALBASE}/lib
-LDFLAGS+=	-lcompat
  CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"

  .if defined(WITH_X11) && !defined(WITHOUT_X11)


graphics/tiff (3.8.2) builds and installs with this patch without any 
problems.

Furthermore, I've built and installed the following:
sane-backends-1.0.18
sane-frontends-1.0.14_2
xsane-0.991_1
gimp-2.2.13_1,1

which all depend in some way on graphics/tiff, without any problems. 
With this newly built software, I've created and manipulated TIFF files 
without problems (e.g. generated using xsane, opened and edited using GIMP).

So for me, everything seems to work fine with the applied diff. For what 
it's worth, the system is a FreeBSD 6.1/i386.


Regards,
Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?455A16DC.9080106>