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 Warning: the following items did not execute (for rbldnsd): org.macports.activate org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

So, it can not find path of /opt/local/var/macports/build/ _Users_haneda_macports_sysutils_rbldnsd/work/rbldnsd-0.996b/rbldnsd which makes sense, since build never happened. Below is my port, How do I get configure, make and NOT make install to run, then I just will copy the binary out where it needs to go.

Thanks

# $Id$

PortSystem              1.0

name                         rbldnsd
version                 0.996b
categories              sysutils

master_sites        http://www.corpit.ru/mjt/rbldnsd/
distfiles           ${name}_0.996b.tar.gz

description             test
long_description        test

checksums           md5     9a0f26f3b33764c325a96bd4c61b26fa \
                    sha1    9cfe6cf01c54088cecc3a02902c721ee714f1c28 \
                    rmd160  15be588fb4051f0526084425b586ea7986b6493a

configure.pre_args-delete --prefix=${prefix}

destroot {
    xinstall -m 755 -d ${destroot}${prefix}/var
    xinstall -m 755 ${worksrcpath}/rbldnsd ${destroot}${prefix}/var
}

build {}

On Jun 8, 2009, at 11:36 PM, Jeremy Lavergne wrote:

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.

--
Scott * If you contact me off list replace talklists@ with scott@ *

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to