svn commit: r335189 - in head/print/pdftk: . files
Adam McDougall
mcdouga9 at egr.msu.edu
Tue Dec 10 17:06:48 UTC 2013
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 at 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!
More information about the svn-ports-all
mailing list