On Mon, Dec 04, 2006 at 10:23:09PM +0300, Vlad Glagolev wrote:
> >Please run make lib-depends-check, there's some fallout. Also, try
> >to move cairo, pango, glib2 et al from WANTLIB to LIB_DEPENDS.
For that second thing (WANTLIB -> LIB_DEPENDS), Bernd pointed out
to me that this is plain wrong. Sorry for this.
> # make lib-depends-check
>
> /usr/ports/packages/i386/all/epdfview-0.1.5.tgz:
> Can't use an undefined value as a HASH reference at
> /usr/ports/infrastructure/package/check-newlib-depends line 234.
dejavu -- we had this some time ago. Do you have the latest -current
or snapshots running?
BTW, i've some success with the following WANTLIB and LIB_DEPENDS:
WANTLIB= X11 atk-1.0 c m pthread z \
fontconfig freetype \
glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo \
gcrypt gnutls gpg-error iconv intl stdc++
LIB_DEPENDS=
gtk-x11-2.0.>=0.14,gdk-x11-2.0.>=0.14,gdk_pixbuf-2.0.>=0.14::x11/gtk+2 \
poppler.>=1,poppler-glib.>=1::print/poppler
However, this still reports an extra poppler.1 -- and a quick check
on graphics/evince gives an extra ssl.11. Looks like a bug.
Ciao,
Kili