There seems to be some odd behaviors with subports.

Do we need to add subport to the state file:
subport: ${subport}

or have subport prefix added to worksrcdir?
worksrcdir ${subport}/${worksrcdir}

Example:
Portfile:
name subport1
version 1.0

Portfile:
name subport2
version 2.0

$ sudo port extract subport1
$ ls ./work
subport1-1.0
$ sudo port extract subport2
$ ls ./work
subport1-1.0

If you do not clean before extract you can get unexpected results.

Things like this do not appear to work properly:
$ sudo port test name:^subport[12]$


Regards,
Bradley Giesbrecht (pixilla)





_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to