eclipse 3.3.0

Ken Yamada ken at tydfam.jp
Sun Sep 9 02:32:09 PDT 2007


  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...




More information about the freebsd-eclipse mailing list