This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygport: user-supplied download action?


Hi Yaakov,

On Jun 19 03:10, Yaakov (Cygwin/X) wrote:
> On 2012-05-11 02:50, Corinna Vinschen wrote:
> >My first version of this patch defined a new variable "CVS_SOURCEWARE"
> >rather than "CVS_TOPLEVEL", but then it occured to me that you have
> >potentially the same problem in all CVS repos which are a merge of a
> >couple of projects in a single tree.  The fact that the CVS_MODULE name
> >is not the same as the project name in our case is an additional
> >complication, but this was no problem before.  This is only a problem if
> >you try to create a packaging tool like cygport, which tries to cover a
> >lot of upstream situations in a generic way.
> 
> Sorry for the delay.  How about the attached patch, adding
> SRC_DIR=src before the inherit cvs in your .cygport?

Right now I have

  CVS_URI=":pserver:anoncvs@cygwin.com:/cvs/src"
  CVS_MODULE="winsup"
  CVS_BRANCH="cygwin-${PV//\./_}-release"
  CVS_TOPLEVEL="src"
  inherit cvs

If I add SRC_DIR=src, what of the above is supposed to stay and what
should go?


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]