Date: Tue, 10 Dec 2013 12:06:40 -0500 From: Adam McDougall <mcdouga9@egr.msu.edu> To: svn-ports-all@freebsd.org Subject: Re: svn commit: r335189 - in head/print/pdftk: . files Message-ID: <52A74A20.1090809@egr.msu.edu> In-Reply-To: <52A7471E.6080109@gmail.com> References: <201311291548.rATFm8g7098382@svn.freebsd.org> <alpine.LNX.2.00.1312012257230.2185@tuna.site> <C89CD972357B819FE03015D6@atuin.in.mat.cc> <529C7599.1050509@gmail.com> <alpine.LNX.2.00.1312082235050.2197@tuna.site> <52A7471E.6080109@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12/10/2013 11:53, Kozlov Sergey wrote: > On 08.12.2013 23:39, Gerald Pfeifer wrote: > USE_GCC doesn't add anything to RUN_DEPENDS. > When I got the problem with uninstalling gcc and making pdftk not work I > used the ldd on pdftk and got the following: > > root@fbsd10-test:/usr/ports/print/pdftk # ldd /usr/local/bin/pdftk > /usr/local/bin/pdftk: > libgcj.so.12 => /usr/local/lib/gcc46/libgcj.so.12 (0x800a8a000) > libz.so.6 => /lib/libz.so.6 (0x803cdb000) > libstdc++.so.6 => /usr/local/lib/gcc46/libstdc++.so.6 (0x803ef0000) > libm.so.5 => /lib/libm.so.5 (0x8041f4000) > libgcc_s.so.1 => /usr/local/lib/gcc46/libgcc_s.so.1 (0x80441a000) > libthr.so.3 => /lib/libthr.so.3 (0x80462f000) > libc.so.7 => /lib/libc.so.7 (0x804854000) > librt.so.1 => /usr/lib/librt.so.1 (0x804bed000) > >> >> Can I go ahead and just make that >> >> LIB_DEPENDS= libgcj.so:${PORTSDIR}/lang/gcc${CSUFF} >> BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} >> >> ? >> >> Gerald > > Generally speaking, I think that's ok but we should really hear the > opinion of port's maintainer. > > Best regards, > Kozlov Sergey. If this gets solved, can someone close ports/182816 for the same issue? Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52A74A20.1090809>