Didier Wiroth [2006-12-25, 20:27:53]: > Hello, > I'm a litte bit further now. > The port works and creates a package correctly. > BUT ;-), when I use "make lib-depends-check" to see which additional > dependencies I should I add to the Makefile, I get the following output: > (All the following libraries are already installed on my system.) > > /home/sources/ports/packages/amd64/all/pan-0.119.tgz: > Missing: cairo.4 (/usr/local/bin/pan): NOT REACHABLE > Missing: gdk-x11-2.0.802 (/usr/local/bin/pan): NOT REACHABLE > Missing: gdk_pixbuf-2.0.802 (/usr/local/bin/pan): NOT REACHABLE > Missing: glib-2.0.1000 (/usr/local/bin/pan): NOT REACHABLE > Missing: glitz.1 (/usr/local/bin/pan): NOT REACHABLE > Missing: gmime-2.0.4 (/usr/local/bin/pan): NOT REACHABLE > Missing: gmodule-2.0.1000 (/usr/local/bin/pan): NOT REACHABLE > Missing: gobject-2.0.1000 (/usr/local/bin/pan): NOT REACHABLE > Missing: gthread-2.0.1000 (/usr/local/bin/pan): NOT REACHABLE > Missing: gtk-x11-2.0.802 (/usr/local/bin/pan): NOT REACHABLE > Missing: iconv.4 (/usr/local/bin/pan): NOT REACHABLE > Missing: intl.3 (/usr/local/bin/pan): NOT REACHABLE > Missing: pcre.1 (/usr/local/bin/pan): NOT REACHABLE > Missing: png.5 (/usr/local/bin/pan): NOT REACHABLE > > 1) I tried to add those via LIB_DEPENDS but it doesn't work, why I would > really like to understand the problem ???
yes, you have to use LIB_DEPENDS. > 2) What do I have to do to solve the problem? you read bsd.port.mk(5), you look at other ports and see how it works. > I've added the ports as an attachment (gmime, which is included, is required > to build it). > or you can download it here: > http://www.wiroth.net/samples/gmime+pan_beta.tar.gz you should stop using devel/pkgconfig (just remove the package), and run a -current system, which has pkgconfig in the base system! Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
