Andreas Wacknitz
2022-04-10 771244d437b6c7d68dbf5d7f558c8ad1cfab9aff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# this is a sed script
 
# skip openindiana/pkg/pkg/src/pkg/manifests directory
/^openindiana\/pkg\/pkg\/src\/pkg\/manifests$/d
# skip openindiana/illumos-gate, it should be built directly
/^openindiana\/illumos-gate$/d
# skip openindiana/kvm, it should be built with illumos-gate
/^openindiana\/kvm$/d
 
# skip sun-solaris perl modules, they should be delivered by 
# illumos-gate now
/^perl\/sun_solaris$/d
 
# Don't publish encumbered packages by default
/^encumbered\//d
 
# openssl 0.9.8 should not be built directly
/^library\/openssl\/openssl-0.9.8$/d
 
# Below is a list of components, which are known to build, but are 
# disabled for a particular reason. The format is:
# # <reason why is package disabled>
# /^package$/d
#
# Temporarily disable failing builds:
/^library\/glib$/d
/^library\/gobject-introspection$/d
/^library\/libgdata$/d
/^library\/pangomm$/d
/^library\/ptlib$/d
/^python\/pygtk2$/d