This port did not pick up the two libraries mentioned. In order to get libintl worked, I used the patch I found at (somebody in an archived mail suggested to look for existing patches that solve that gettext problem). ports/audio/gqmpeg/files/patch-aclocal.m4 One possitive side effect of getting the libintl dependency right, is that the port does not build its included version of the library and does not install those two .alias that were conflicting with other ports (have a look at the pkg-plist diff and you'll see what I mean) http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html
Responsible Changed From-To: freebsd-ports-bugs->oliver Over to maintainer.
Please apply also following extra-patch to the Makefile (adds LIB_DEPENDS): --- Makefile.orig Wed Oct 22 14:18:25 2003 +++ Makefile Wed Oct 22 14:20:07 2003 @@ -16,6 +16,9 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Another X11 frontend to mkisofs/cdrecord +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + iconv.3:${PORTSDIR}/converters/libiconv + RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ mkisofs:${PORTSDIR}/sysutils/mkisofs
State Changed From-To: open->closed Committed, Thanks!