Hi Victor,
I'm looking for a review of the fix for bug #13523 - Integrate NetBeans
6.8 as an unbundled package:
http://defect.opensolaris.org/bz/show_bug.cgi?id=13523
Changes needed for the new version of the NetBeans.
A diff file is attached.
Mostly looking good.
It looks like you are now obsoleting
"developer/netbeans/library/libnb-webcommon"
but you can't just remove the package definition lines for that package from the
NetBeans file:
-package developer/netbeans/library/libnb-webcommon
-version 6.7
-classification "Development/Integrated Development Environments"
-import libnb-webcommon
-depend developer/netbeans/library/libnb-ide
-depend developer/netbeans/library/libnb-platform
-depend developer/netbeans/netbeans-ide
-end package
You need to turn them into an obsoleted package definition. Something like:
package developer/netbeans/library/libnb-webcommon
add set name=pkg.obsolete value=true
version 6.8
end package
I suggest placing that package definition at the bottom of the file
in alphabetical order, with all the other obsoleted/renamed ones.
Thanks.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss