Re: Newbie: problem using SUB_LIST in Makefile - SOLVED

2007-11-23 Thread Rainer Schwarze
Dmitry Marakasov wrote: [...] > For example, you have: > OPTIONS= CWRAPPER "C wrapper" on > > and in /etc/make.conf: > WITHOUT_CWRAPPER= yes # I don't want any *** C wrappers!!! > > Thus, both WITHOUT_CWRAPPER and WITH_CWRAPPER will be defined, but the > port will behave correctly if

Re: Newbie: problem using SUB_LIST in Makefile - SOLVED

2007-11-23 Thread Dmitry Marakasov
* Rainer Schwarze ([EMAIL PROTECTED]) wrote: > You have the powers of a seer :-) > This is what I was appending to OPTIONS: > CWRAPPER "use C wrapper (no suid perl script needed)" on :)) > > .include > > > > .if !defined(WITHOUT_CWRAPPER) > > Just a newbie question: Is there a reason to use

Re: Newbie: problem using SUB_LIST in Makefile - SOLVED

2007-11-23 Thread Rainer Schwarze
Dmitry Marakasov wrote: > * Rainer Schwarze ([EMAIL PROTECTED]) wrote: >> 1) What could be the reason that even XWRAPPER is not handled when the >> replacement is performed? > On my system similar stuff works without problems. First check all [...] I found the problem: The Makefile which I am work

Re: Newbie: problem using SUB_LIST in Makefile

2007-11-22 Thread Dmitry Marakasov
* Rainer Schwarze ([EMAIL PROTECTED]) wrote: > 1) What could be the reason that even XWRAPPER is not handled when the > replacement is performed? On my system similar stuff works without problems. First check all variable names in both SUB_LIST and *.in (i.e. WRAPER or something like that, seems t

Newbie: problem using SUB_LIST in Makefile

2007-11-21 Thread Rainer Schwarze
Hi, I'd like to adjust a port and need to change SUB_LIST and a ./files/pkg-install.in script. I adjusted the SUB_LIST variable but the variable-replacements are not done to the appropriate files. I'll present parts of my files and ask a few questions at the end of my email. (BTW: I'm working on t