Re: Question about packaging and cygport

2019-07-08 Thread Arjen Markus
Op ma 8 jul. 2019 om 20:32 schreef Brian Inglis : > > No, you are addressing - Andrey Repin - you can fix that > in > your Gmail address book in the Contacts list: > > https://support.google.com/mail/thread/5549719?hl=en > > -- Thank you - I had no idea how to correct that, but with tha

Re: Question about packaging and cygport

2019-07-08 Thread Brian Inglis
On 2019-07-01 06:51, Arjen Markus wrote: > Op ma 1 jul. 2019 om 14:41 schreef Marco Atzeri: > Oops, Gmail is hiding the original mail from me under three dots. I > will try and keep this in mind. (It also persists in showing a name it > picked up at one point with the cygwin mail address and I have

Re: Question about packaging and cygport

2019-07-08 Thread Arjen Markus
Op ma 8 jul. 2019 om 14:36 schreef Marco Atzeri : > > this line is present at line 4 of the file. > Have you by chance modified it ? > > No, the line I posted appears to be the closing line for the comment/documentation. It is present in other such files, but was not in the copy in my installation

Re: Question about packaging and cygport

2019-07-08 Thread Marco Atzeri
Am 08.07.2019 um 11:00 schrieb Arjen Markus: Op ma 8 jul. 2019 om 06:23 schreef Arjen Markus : Hi Marco, I just tried building PLplot with CMake 3.14.5 and got this error message: -- OCTAVE_VERSION = 4.2.2 -- OCTAVE_LIBRARIES = /usr/lib/octave/4.2.2/liboctave.dll.a -- OCTINTERP_LIBRARIES = /u

Re: Question about packaging and cygport

2019-07-08 Thread Arjen Markus
Op ma 8 jul. 2019 om 06:23 schreef Arjen Markus : > > Hi Marco, > > I just tried building PLplot with CMake 3.14.5 and got this error message: > > -- OCTAVE_VERSION = 4.2.2 > -- OCTAVE_LIBRARIES = /usr/lib/octave/4.2.2/liboctave.dll.a > -- OCTINTERP_LIBRARIES = /usr/lib/octave/4.2.2/liboctinterp.dl

Re: Question about packaging and cygport

2019-07-07 Thread Arjen Markus
Hi Marco, I just tried building PLplot with CMake 3.14.5 and got this error message: -- OCTAVE_VERSION = 4.2.2 -- OCTAVE_LIBRARIES = /usr/lib/octave/4.2.2/liboctave.dll.a -- OCTINTERP_LIBRARIES = /usr/lib/octave/4.2.2/liboctinterp.dll.a -- OCTAVE_INCLUDE_PATH = /usr/include;/usr/include/octave-4.

Re: Question about packaging and cygport

2019-07-01 Thread Arjen Markus
Hi Marco, Op ma 1 jul. 2019 om 14:41 schreef Marco Atzeri : > > > please Arjen, > bottom posting and trim on this mailing list > Oops, Gmail is hiding the original mail from me under three dots. I will try and keep this in mind. (It also persists in showing a name it picked up at one point with t

Re: Question about packaging and cygport

2019-07-01 Thread Marco Atzeri
Am 28.06.2019 um 16:01 schrieb Arjen Markus: Thanks - got it. Another piece of information to forward :). Regards, Arjen please Arjen, bottom posting and trim on this mailing list --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- Pro

Re: Question about packaging and cygport

2019-07-01 Thread Marco Atzeri
Am 28.06.2019 um 15:13 schrieb Arjen Markus: Ah, thanks a lot - I will pass on this information to my co-maintainer. I did find https://github.com/tkelman/cygwin-cmake/blob/master/cmake.cygport but I do not know what its status is or even if it has any ;). Regards, Arjen I am uploading the c

Re: Question about packaging and cygport

2019-06-28 Thread Arjen Markus
Thanks - got it. Another piece of information to forward :). Regards, Arjen Op vr 28 jun. 2019 om 15:51 schreef Houder : > > On Fri, 28 Jun 2019 14:01:45, Adam Dinwoodie wrote: > [snip] > > > have uploaded to provide via the packaging distribution mirrors. Some > > maintainers will keep their c

Re: Question about packaging and cygport

2019-06-28 Thread Houder
On Fri, 28 Jun 2019 14:01:45, Adam Dinwoodie wrote: [snip] > have uploaded to provide via the packaging distribution mirrors. Some > maintainers will keep their cygport files on GitHub or similar (I do), > but that's entirely down to the preferences of the individual > maintainer, and I don't kno

Re: Question about packaging and cygport

2019-06-28 Thread Arjen Markus
Ah, thanks a lot - I will pass on this information to my co-maintainer. I did find https://github.com/tkelman/cygwin-cmake/blob/master/cmake.cygport but I do not know what its status is or even if it has any ;). Regards, Arjen Op vr 28 jun. 2019 om 15:02 schreef Adam Dinwoodie : > > On Fri, 28 J

Re: Question about packaging and cygport

2019-06-28 Thread Adam Dinwoodie
On Fri, 28 Jun 2019 at 11:56, Arjen Markus wrote: > In the context of the PLplot project (plplot.sf.net) we are interested > in the details of how software is packaged for Cygwin, in particular > how CMake is packaged (development of this package is rather fast and > we attempt to keep up with it,

Re: Question about packaging and cygport

2019-06-28 Thread Andrey Repin
Greetings, Arjen Markus! > Hello, > In the context of the PLplot project (plplot.sf.net) we are interested > in the details of how software is packaged for Cygwin, in particular > how CMake is packaged (development of this package is rather fast and > we attempt to keep up with it, so that we can

Question about packaging and cygport

2019-06-28 Thread Arjen Markus
Hello, In the context of the PLplot project (plplot.sf.net) we are interested in the details of how software is packaged for Cygwin, in particular how CMake is packaged (development of this package is rather fast and we attempt to keep up with it, so that we can clean up the various workarounds).