Re: Flavor questions from a newb porter.

2014-08-26 Thread Peter Hessler
On 2014 Aug 26 (Tue) at 05:02:41 +0400 (+0400), Vadim Zhukov wrote: :2014-08-26 4:49 GMT+04:00 Chuck Burns brea...@gmail.com: : On Tuesday, August 26, 2014 1:10:17 AM Vadim Zhukov wrote: : See the pkg_create(1), particularily the VARIABLE SUBSTITUTION AND : FRAGMENT INCLUSION part. : : Also,

Re: Flavor questions from a newb porter.

2014-08-26 Thread Vadim Zhukov
2014-08-26 10:30 GMT+04:00 Peter Hessler phess...@theapt.org: On 2014 Aug 26 (Tue) at 05:02:41 +0400 (+0400), Vadim Zhukov wrote: :2014-08-26 4:49 GMT+04:00 Chuck Burns brea...@gmail.com: : On Tuesday, August 26, 2014 1:10:17 AM Vadim Zhukov wrote: : See the pkg_create(1), particularily the

Flavor questions from a newb porter.

2014-08-25 Thread Chuck Burns
Ok, so I have an app (quassel) that I'm still working on getting a proper port built for. Here is the scenario I have, so far with my Makefile: FLAVORS=core client mono FLAVOR?=core client mono Now.. this should (and does) build a package called app-vX.Y-core-client-mono Other variations of

Re: Flavor questions from a newb porter.

2014-08-25 Thread Vadim Zhukov
2014-08-26 0:47 GMT+04:00 Chuck Burns brea...@gmail.com: Ok, so I have an app (quassel) that I'm still working on getting a proper port built for. Here is the scenario I have, so far with my Makefile: FLAVORS=core client mono FLAVOR?=core client mono Now.. this should (and does) build a

Re: Flavor questions from a newb porter.

2014-08-25 Thread Chuck Burns
On Tuesday, August 26, 2014 1:10:17 AM Vadim Zhukov wrote: See the pkg_create(1), particularily the VARIABLE SUBSTITUTION AND FRAGMENT INCLUSION part. Also, please note that in OpenBSD we usually try to minimize both number of options and number of optional FLAVORs. And the final note:

Re: Flavor questions from a newb porter.

2014-08-25 Thread Vadim Zhukov
2014-08-26 4:49 GMT+04:00 Chuck Burns brea...@gmail.com: On Tuesday, August 26, 2014 1:10:17 AM Vadim Zhukov wrote: See the pkg_create(1), particularily the VARIABLE SUBSTITUTION AND FRAGMENT INCLUSION part. Also, please note that in OpenBSD we usually try to minimize both number of options

Re: Flavor questions from a newb porter.

2014-08-25 Thread Chuck Burns
On Tuesday, August 26, 2014 5:02:41 AM Vadim Zhukov wrote: 2014-08-26 4:49 GMT+04:00 Chuck Burns brea...@gmail.com: On Tuesday, August 26, 2014 1:10:17 AM Vadim Zhukov wrote: See the pkg_create(1), particularily the VARIABLE SUBSTITUTION AND FRAGMENT INCLUSION part. Also, please note