Re: Removing configure options

2009-06-10 Thread Joshua Root
On 2009-6-10 10:18, Rainer Müller wrote: On 2009-06-09 23:24, Scott Haneda wrote: # $Id$ PortSystem 1.0 name rbldnsd version 0.996b categories sysutils master_siteshttp://www.corpit.ru/mjt/rbldnsd/ distfiles

Re: Removing configure options

2009-06-09 Thread Scott Haneda
On Jun 8, 2009, at 10:59 PM, Jeremy Lavergne wrote: My apologies: the prefix is located in configure.pre_args. Please try: configure.pre_args-delete --prefix=/opt/local I believe you shouldn't need to quote it unless there's a space in it. Thanks, getting closer: # $Id$ PortSystem

Re: Removing configure options

2009-06-09 Thread Jeremy Lavergne
Running `make` is handled by the build phase rather than in configure. Try removing the `...-append make` and see if it fixes that problem. On Jun 9, 2009, at 2:12 AM, Scott Haneda wrote: On Jun 8, 2009, at 10:59 PM, Jeremy Lavergne wrote: My apologies: the prefix is located in

Re: Removing configure options

2009-06-09 Thread Scott Haneda
On Jun 8, 2009, at 11:16 PM, Jeremy Lavergne wrote: Running `make` is handled by the build phase rather than in configure. Try removing the `...-append make` and see if it fixes that problem. On Jun 9, 2009, at 2:12 AM, Scott Haneda wrote: On Jun 8, 2009, at 10:59 PM, Jeremy Lavergne wrote:

Re: Removing configure options

2009-06-09 Thread Jeremy Lavergne
Do you have the path correct for the xinstall? rbldnsd-0.996b/rbldnsd/rbldnsd Sounds like one too many rbldnsd, unless it's suppose to be inside a directory names itself inside the distributed directory. On Jun 9, 2009, at 2:31 AM, Scott Haneda wrote: That was my first effort, so I tried to

Re: Removing configure options

2009-06-09 Thread Blair Zajac
Scott Haneda wrote: On Jun 8, 2009, at 10:59 PM, Jeremy Lavergne wrote: My apologies: the prefix is located in configure.pre_args. Please try: configure.pre_args-delete --prefix=/opt/local I believe you shouldn't need to quote it unless there's a space in it. Thanks, getting closer: #

Re: Removing configure options

2009-06-09 Thread Scott Haneda
Yes, that was one of many ways i was testing. It seems this is where I am at, comments below: Error: Target org.macports.destroot returned: xinstall: Cannot stat: / opt/local/var/macports/build/_Users_haneda_macports_sysutils_rbldnsd/ work/rbldnsd-0.996b/rbldnsd, No such file or directory

Re: Removing configure options

2009-06-09 Thread Rainer Müller
On 2009-06-09 23:24, Scott Haneda wrote: # $Id$ PortSystem 1.0 name rbldnsd version 0.996b categoriessysutils master_siteshttp://www.corpit.ru/mjt/rbldnsd/ distfiles ${name}_0.996b.tar.gz distfiles

Re: Removing configure options

2009-06-09 Thread Scott Haneda
On Jun 9, 2009, at 5:18 PM, Rainer Müller wrote: On 2009-06-09 23:24, Scott Haneda wrote: # $Id$ PortSystem 1.0 name rbldnsd version 0.996b categories sysutils master_siteshttp://www.corpit.ru/mjt/rbldnsd/ distfiles

Re: Removing configure options

2009-06-09 Thread Rainer Müller
On 2009-06-10 02:37, Scott Haneda wrote: I need make, but not make install. xinstall is failing, because make install was not ran, so the binary of ${worksrcpath}/rbldnsd does not yet exist. Suggestions? The default build phase runs 'make', the default destroot phase runs 'make

Re: Removing configure options

2009-06-09 Thread Ryan Schmidt
On Jun 9, 2009, at 19:37, Scott Haneda wrote: On Jun 9, 2009, at 5:18 PM, Rainer Müller wrote: build {} By using this line you have overwritten the build phase which is why 'make' never gets run. As you have also overwritten the destroot phase, there should not be any attempt to run

Removing configure options

2009-06-08 Thread Scott Haneda
I have the most basic of a port file and I can not get it to work. Here is how I do it by hand cd ~/Downloads/rbldnsd sudo -s ./consigure make cp rbldnsd var/rbldnsd I am done at that point. sudo port -d install in my local repo DEBUG: Assembled command: 'cd /opt/local/var/macports/build/

Re: Removing configure options

2009-06-08 Thread Jeremy Lavergne
Check out this command for ideas on why prefix isn't working: ./configure --help If you need to override the configure arguments in MacPorts, that's done via configure.args-append and configure.args-delete On Jun 9, 2009, at 1:43 AM, Scott Haneda wrote: I have the most basic of a port

Re: Removing configure options

2009-06-08 Thread Scott Haneda
I tried configure.args-delete, do I have to quote it? configure.args-delete --prefix=/opt/local Thanks On Jun 8, 2009, at 10:46 PM, Jeremy Lavergne wrote: Check out this command for ideas on why prefix isn't working: ./configure --help If you need to override the configure arguments in

Re: Removing configure options

2009-06-08 Thread Jeremy Lavergne
My apologies: the prefix is located in configure.pre_args. Please try: configure.pre_args-delete --prefix=/opt/local I believe you shouldn't need to quote it unless there's a space in it. On Jun 9, 2009, at 1:54 AM, Scott Haneda wrote: I tried configure.args-delete, do I have to quote it?