Re: error message from Freshports after commit?

2015-07-28 Thread Alexander Leidinger
On Tue, 28 Jul 2015 00:56:46 +0200 Mathieu Arnold wrote: > You want to write: > > testtarget: > .if defined(QUOTED_VAR) && ${QUOTED_VAR} == "test" > echo works > .endif Thanks. Review updated with those changes. Bye, Alexander. -- http://www.Leidinger.net alexan...@leidinger.net: PGP 0

Re: error message from Freshports after commit?

2015-07-27 Thread Mathieu Arnold
+--On 27 juillet 2015 11:55:24 +0200 Alexander Leidinger wrote: | testtarget: | .if defined(${QUOTED_VAR}) && ${QUOTED_VAR} == "test" | echo works | .endif No. If you run "make QUOTED_VAR=test testtarget" this will evaluate as: testtarget: .if defined(test) && test == "test" ech

Re: error message from Freshports after commit?

2015-07-27 Thread Boris Samorodov
27.07.2015 23:04, Alexander Leidinger пишет: On Mon, 27 Jul 2015 13:34:07 +0300 Boris Samorodov wrote: 27.07.2015 12:55, Alexander Leidinger пишет: Quoting Boris Samorodov (from Mon, 27 Jul 2015 01:34:18 +0300): Hi, Alexander! a variable expansion as of above, or do I need to remove the

Re: error message from Freshports after commit?

2015-07-27 Thread Alexander Leidinger
On Mon, 27 Jul 2015 13:34:07 +0300 Boris Samorodov wrote: > 27.07.2015 12:55, Alexander Leidinger пишет: > > Quoting Boris Samorodov (from Mon, 27 Jul 2015 > > 01:34:18 +0300): > > > >> Hi, Alexander! > > > >>> a variable expansion as of above, or do I need to remove the > >>> quotes like below

Re: error message from Freshports after commit?

2015-07-27 Thread Boris Samorodov
27.07.2015 12:55, Alexander Leidinger пишет: Quoting Boris Samorodov (from Mon, 27 Jul 2015 01:34:18 +0300): Hi, Alexander! a variable expansion as of above, or do I need to remove the quotes like below ---snip--- testtarget: .if ${QUOTED_VAR} == "test" echo works .endif ---snip--- %

Re: error message from Freshports after commit?

2015-07-27 Thread Baptiste Daroussin
On Mon, Jul 27, 2015 at 11:55:24AM +0200, Alexander Leidinger wrote: > Quoting Boris Samorodov (from Mon, 27 Jul 2015 > 01:34:18 +0300): > > > Hi, Alexander! > > >> a variable expansion as of above, or do I need to remove the quotes > >> like below > >> ---snip--- > >> testtarget: > >> .if ${Q

Re: error message from Freshports after commit?

2015-07-27 Thread Alexander Leidinger
Quoting Boris Samorodov (from Mon, 27 Jul 2015 01:34:18 +0300): Hi, Alexander! a variable expansion as of above, or do I need to remove the quotes like below ---snip--- testtarget: .if ${QUOTED_VAR} == "test" echo works .endif ---snip--- % make QUOTED_VAR=test echo works works I

Re: error message from Freshports after commit?

2015-07-26 Thread Boris Samorodov
Hi, Alexander! 26.07.2015 23:31, Alexander Leidinger пишет: > On Sun, 26 Jul 2015 15:29:25 +0200 > Mathieu Arnold wrote: > >> +--On 26 juillet 2015 15:20:29 +0200 Alexander Leidinger >> wrote: >> | >> | Hi, >> | >> | after committing the 64bit parts of the linux base ports, I got a >> mail |

Re: error message from Freshports after commit?

2015-07-26 Thread Baptiste Daroussin
On Sun, Jul 26, 2015 at 10:31:23PM +0200, Alexander Leidinger wrote: > On Sun, 26 Jul 2015 15:29:25 +0200 > Mathieu Arnold wrote: > > > +--On 26 juillet 2015 15:20:29 +0200 Alexander Leidinger > > wrote: > > | > > | Hi, > > | > > | after committing the 64bit parts of the linux base ports, I go

Re: error message from Freshports after commit?

2015-07-26 Thread Alexander Leidinger
On Sun, 26 Jul 2015 15:29:25 +0200 Mathieu Arnold wrote: > +--On 26 juillet 2015 15:20:29 +0200 Alexander Leidinger > wrote: > | > | Hi, > | > | after committing the 64bit parts of the linux base ports, I got a > mail | parts of the commit. Those parts work just fine on my > (current) system.

Re: error message from Freshports after commit?

2015-07-26 Thread Mathieu Arnold
+--On 26 juillet 2015 15:20:29 +0200 Alexander Leidinger wrote: | | Hi, | | after committing the 64bit parts of the linux base ports, I got a mail | parts of the commit. Those parts work just fine on my (current) system. | What's wrong? You're running 10.x I assume, install fmake, or try on a

error message from Freshports after commit?

2015-07-26 Thread Alexander Leidinger
Hi, after committing the 64bit parts of the linux base ports, I got a mail parts of the commit. Those parts work just fine on my (current) system. What's wrong? ---snip--- http://www.freshports.org/emulators/linux_base-c6/ http://www.freshports.org/devel/linux-c6-devtools/ http://www.fresh