Re: USE_GCC and unnesessary RUN_DENEDS on gcc port (Was: Print +REQUIRED_BY as tree?)

2011-09-27 Thread Gerald Pfeifer
On Tue, 13 Sep 2011, Lev Serebryakov wrote: Or, maybe automate this, as now port system warns user about possible network servers -- check all installed binaries and libraries for linkage with non-system-gcc libraries and add run dependency. But I'm not sure it is easy to do, as it should be

USE_GCC and unnesessary RUN_DENEDS on gcc port (Was: Print +REQUIRED_BY as tree?)

2011-09-13 Thread Lev Serebryakov
Hello, Lev. You wrote 13 сентября 2011 г., 11:01:14: For example, x264 DEPENDS on gcc, (has USE_GCC=4.4+ in Makefile), but no x264 files are linked with libgcc_s.so or other libraries from gcc44. It seems, that we need separate USE_GCC_BUILD and USE_GCC_RUN, as with PERL or PYTHON. Or,

Re: USE_GCC and unnesessary RUN_DENEDS on gcc port (Was: Print +REQUIRED_BY as tree?)

2011-09-13 Thread b. f.
For example, x264 DEPENDS on gcc, (has USE_GCC=4.4+ in Makefile), but no x264 files are linked with libgcc_s.so or other libraries from gcc44. It seems, that we need separate USE_GCC_BUILD and USE_GCC_RUN, as with PERL or PYTHON. Or, maybe automate this, as now port system warns