Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 1996 00:59:49 -0800 (PST)
From:      asami@freebsd.org (Satoshi Asami)
To:        thomas@ghpc8.ihf.rwth-aachen.de
Cc:        thomas@ghpc8.ihf.rwth-aachen.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/graphics/ImageMagick/pkg PLIST
Message-ID:  <199612090859.AAA11819@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199612090833.JAA06212@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 9 Dec 1996 09:33:13 %2B0100 (MET))

next in thread | previous in thread | raw e-mail | index | archive | help
 * It does. Fine, saves me some work. I only need a reminder to keep
 * pkg/PLIST current (we do have a portsmeister for this, don't we ;-)).

Well, don't relax too much, I wouldn't have noticed it if I hadn't
moved /usr/local out of the way and did a make package.... ;)

 * > (I'm not sure how x.y.z numbers are handled by our linker, though.)
 * 
 * ld.so deals with libMagick.so.3.7.8 just fine, it seems.

===
## ldconfig -r | grep -i magick
        69:-lMagick.3.7 => /usr/local/lib/libMagick.so.3.7.8
===

I'm not sure if this is correct.  Because, for instance:

===
## ldconfig -r | grep -i Mesatk
        40:-lMesatk.2.0 => /usr/X11R6/lib/libMesatk.so.2.0
===

If it's just ignoring the ".8" part, it won't check forward
incompatibilities correctly.

 * > For instance, added functions and bugfixes are (2).  Deleted
 * > functions, changed function call syntax type changes fall in (3).
 * 
 * Tell that to John Ousterhout.

That's one of the reasons why we went to "libtcl75.so.x.y".... ;)

Satoshi



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