Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Sep 2007 18:33:37 +0900 (JST)
From:      Ken Yamada <ken@tydfam.jp>
To:        mbowie@buzmo.com
Cc:        freebsd-eclipse@freebsd.org
Subject:   Re: eclipse 3.3.0
Message-ID:  <20070909.183337.115905635.ken@tydfam.jp>
In-Reply-To: <46E38E90.5090606@buzmo.com>
References:  <46E308C1.8040501@buzmo.com> <20070909.114656.104027741.ken@tydfam.jp> <46E38E90.5090606@buzmo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  Opps!

  You missed ${WRKSRC} in ${CP}.
  It needs to be ;

do-build:
        @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
        ./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH}  -comp
ilelibs)
        @${CP} ${WRKSRC}/launchertmp/library/${ECLIPSE_WS}/eclipse_1017a.so \
          ${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}_1.0.0.v20070606

  Yes, it works - better than I thought..., but, we may better tailor build.xml further before committing as a port so that we can port next version easier...





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070909.183337.115905635.ken>