Re: [csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-28 Thread Matchek
2012/5/26 Peter FELECAN : > "Maciej (Matchek) Bliziński" writes: > >> 2012/5/13 Peter FELECAN >>> >>> BTW, the advantage of this tool is to extract the dependencies using the >>> system on which it runs and making reduction of the dependency tree, >>> mainly by transitivity... >> >> Transitivity,

Re: [csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-26 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/5/13 Peter FELECAN >> >> BTW, the advantage of this tool is to extract the dependencies using the >> system on which it runs and making reduction of the dependency tree, >> mainly by transitivity... > > Transitivity, in what sense? As far as dependenci

Re: [csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-14 Thread Matchek
2012/5/13 Peter FELECAN > > BTW, the advantage of this tool is to extract the dependencies using the > system on which it runs and making reduction of the dependency tree, > mainly by transitivity... Transitivity, in what sense? As far as dependencies go, the OpenCSW policy is to always include d

Re: [csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-13 Thread Peter FELECAN
"Maciej (Matchek) Bliziński" writes: > 2012/5/10 > >> +# this is private and not available publicly yet >> +mydependencies: >> + $(HOME)/bin/ocswdeplist --package $(NAME) >> > > That's a problem. Anyone who tries to build it, will get an error. If you > checked it into GAR sources, it woul

Re: [csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-10 Thread Matchek
2012/5/10 > +# this is private and not available publicly yet > +mydependencies: > + $(HOME)/bin/ocswdeplist --package $(NAME) > That's a problem. Anyone who tries to build it, will get an error. If you checked it into GAR sources, it wouldn't fail.

[csw-devel] SF.net SVN: gar:[17983] csw/mgar/pkg/libotf/trunk/Makefile

2012-05-10 Thread pfelecan
Revision: 17983 http://gar.svn.sourceforge.net/gar/?rev=17983&view=rev Author: pfelecan Date: 2012-05-10 12:29:47 + (Thu, 10 May 2012) Log Message: --- dependencies checked and reordered with my new dependencies checker Modified Paths: -- csw/mgar/pkg/li