1. usr/src/cmd/fakeroot/METADATA
- SOURCE_DOWNLOAD needs to be the URL of the source tarball, i.e.:
http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.11.tar.gz
(are you tied in to using 1.11 now, 1.12.4 is available)
2. usr/src/cmd/fakeroot/Makefile.sfw
- Use 'env -' instead of 'env' in your 'all' and '$(VER)/config.status'
targets so to start with a clean environment.
3. usr/src/cmd/fakeroot/install-sfw
- Usually we don't include .la files or static libraries
_install N .libs/libfakeroot.la ${PREFIX}/lib/libfakeroot.la 555
_install N .libs/libfakeroot.a ${PREFIX}/lib/libfakeroot.a 555
Not sure if this was covered in the Arc case as I can't find a case
number (is there an Arc case?)
3. usr/src/pkgdefs/Makefile
- You need to resync your workspace with the clone or the gate. As it
stands at the moment you'll remove the SUNWbindc line
4. usr/src/pkgdefs/SUNWfakeroot/prototype_com
- If you decide not to add the .la and .a files then removve:
f none usr/lib/libfakeroot.la 555 root bin
f none usr/lib/libfakeroot.a 555 root bin
That's all I have, everything else looks ok
Amanda
UVR wrote:
>
> I am porting the fakeroot utility, a tool to provide a simulated (=
> "fake")
> root environment for file manipulation. A webrev is available at
> http://cr.opensolaris.org/~uvr/fakeroot/
>
> Please review. Any feedback will be greatly appreciated.
>
> Thanks,
> -UVR.
> _______________________________________________
> sfwnv-discuss mailing list
> sfwnv-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/sfwnv-discuss