Re: [110954] trunk/dports/_resources/port1.0/group/apache2-1.0.tcl

2013-09-11 Thread Bradley Giesbrecht
On Sep 11, 2013, at 2:13 AM, Joshua Root wrote: > On 2013-9-11 17:56 , Ryan Schmidt wrote: >> On Sep 10, 2013, at 23:05, pixi...@macports.org wrote: >> >>> +proc apxsInstall { moduleName activate dylibs } { >> >>> +if { ${activate} == "yes" } { >>> +exec "${apache.sbindir}/a2enm

Re: [110954] trunk/dports/_resources/port1.0/group/apache2-1.0.tcl

2013-09-11 Thread Bradley Giesbrecht
On Sep 11, 2013, at 12:56 AM, Ryan Schmidt wrote: > On Sep 10, 2013, at 23:05, pixi...@macports.org wrote: > >> Revision: 110954 >> https://trac.macports.org/changeset/110954 >> Author: pixi...@macports.org >> Date: 2013-09-10 21:05:52 -0700 (Tue, 10 Sep 2013) >> Log Message: >> --

Re: request for help (uberftp) ...

2013-09-11 Thread Peter Danecek
On Sep 11, 2013, at 11:59 , Dennis van Dok wrote: > On 11-09-13 04:48, Ryan Schmidt wrote: >> On Sep 10, 2013, at 11:54, Peter Danecek wrote: > >>> universal? Not sure, how does `globus-*` ports solve this? Or do >>> these bother at all? >> >> I see nothing in the globus-core port that address

Re: request for help (uberftp) ...

2013-09-11 Thread Dennis van Dok
On 11-09-13 04:48, Ryan Schmidt wrote: > On Sep 10, 2013, at 11:54, Peter Danecek wrote: >> universal? Not sure, how does `globus-*` ports solve this? Or do >> these bother at all? > > I see nothing in the globus-core port that addresses universal > builds. I'm unable to really test it; with or w

Re: [110954] trunk/dports/_resources/port1.0/group/apache2-1.0.tcl

2013-09-11 Thread Joshua Root
On 2013-9-11 17:56 , Ryan Schmidt wrote: > On Sep 10, 2013, at 23:05, pixi...@macports.org wrote: > >> +proc apxsInstall { moduleName activate dylibs } { > >> +if { ${activate} == "yes" } { >> +exec "${apache.sbindir}/a2enmod" ${moduleName} >> +} > > If $activate is supposed

Re: [110954] trunk/dports/_resources/port1.0/group/apache2-1.0.tcl

2013-09-11 Thread Ryan Schmidt
On Sep 10, 2013, at 23:05, pixi...@macports.org wrote: > Revision: 110954 > https://trac.macports.org/changeset/110954 > Author: pixi...@macports.org > Date: 2013-09-10 21:05:52 -0700 (Tue, 10 Sep 2013) > Log Message: > --- > _resources/port1.0/group: > - Add apache2 port gr