Ravenports generated: 15 Apr 2018 12:29
[ravenports.git] / bucket_DF / ORBit2
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               ORBit2
4 VERSION=                2.14.19
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        High-Performance CORBA Object Request Broker
8 HOMEPAGE=               https://www.gnome.org/projects/ORBit2/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GNOME/ORBit2/2.14
13 DISTFILE[1]=            ORBit2-2.14.19.tar.bz2:main
14 DIST_SUBDIR=            gnome2
15 DF_INDEX=               1
16 SPKGS[standard]=        complete
17                         primary
18                         docs
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 USES=                   fbsd10fix gmake libtool:keepla pkgconfig
24 GNOME_COMPONENTS=       libidl
25
26 FPC_EQUIVALENT=         devel/ORBit2
27
28 MUST_CONFIGURE=         gnu
29 CONFIGURE_ARGS=         --disable-gtk-doc
30                         --with-html-dir={{PREFIX}}/share/doc
31
32 SINGLE_JOB=             yes
33
34 INSTALL_TARGET=         install-strip
35 INSTALL_REQ_TOOLCHAIN=  yes
36
37 post-patch:
38         ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
39                 ${WRKSRC}/src/orb/orb-core/orbit-typelib.c
40         ${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
41                 ${WRKSRC}/configure ${WRKSRC}/linc2/src/Makefile.in
42         ${REINPLACE_CMD} '/DESTDIR.*RANLIB/d' \
43                 ${WRKSRC}/src/services/name/Makefile.in
44
45 post-install:
46         ${ECHO_CMD} "ORBIIOPIPv4=0" \
47                 > ${STAGEDIR}${PREFIX}/etc/orbit2rc.sample
48         ${ECHO_CMD} "ORBIIOPIPv6=0" \
49                 >> ${STAGEDIR}${PREFIX}/etc/orbit2rc.sample
50         @${MKDIR} ${STAGEDIR}${PREFIX}/lib/orbit-2.0/idl-backends
51
52 [FILE:174:descriptions/desc.primary]
53 ORBit is a high-performance CORBA ORB with support for the C language.
54 It allows programs to communicate with each other, regardless of their
55 physical and logical locations.
56
57
58 [FILE:108:distinfo]
59 55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550       764820 gnome2/ORBit2-2.14.19.tar.bz2
60
61
62 [FILE:1576:manifests/plist.primary]
63 bin/
64  linc-cleanup-sockets
65  orbit-idl-2
66  orbit2-config
67 @sample etc/orbit2rc.sample
68 include/orbit-2.0/ORBitservices/
69  CosNaming.h
70  CosNaming_impl.h
71  orbit-imodule.h
72 include/orbit-2.0/orbit-idl/orbit-idl-backend.h
73 include/orbit-2.0/orbit/dynamic/
74  dynamic-defs.h
75  dynamic.h
76 include/orbit-2.0/orbit/orb-core/
77  allocators.h
78  corba-any-type.h
79  corba-any.h
80  corba-context-type.h
81  corba-context.h
82  corba-defs.h
83  corba-environment-type.h
84  corba-environment.h
85  corba-nvlist.h
86  corba-object-type.h
87  corba-object.h
88  corba-orb-type.h
89  corba-orb.h
90  corba-pobj.h
91  corba-policy-type.h
92  corba-string.h
93  corba-typecode-type.h
94  corba-typecode.h
95  iop-defs.h
96  orb-core-types.h
97  orb-core.h
98  orb-types.h
99  orbit-interface.h
100  orbit-object.h
101  orbit-small.h
102 include/orbit-2.0/orbit/
103  orbit-config.h
104  orbit-types.h
105  orbit.h
106 include/orbit-2.0/orbit/poa/
107  orbit-adaptor.h
108  poa-basics.h
109  poa-defs.h
110  poa-policy.h
111  poa-types.h
112  poa.h
113  portableserver-current-type.h
114  portableserver-poa-type.h
115 include/orbit-2.0/orbit/util/
116  basic_types.h
117  orbit-genrand.h
118  orbit-util.h
119 lib/
120  libORBit-2.a
121  libORBit-2.la
122  libORBit-2.so
123  libORBit-2.so.0
124  libORBit-2.so.0.1.0
125  libORBit-imodule-2.a
126  libORBit-imodule-2.la
127  libORBit-imodule-2.so
128  libORBit-imodule-2.so.0
129  libORBit-imodule-2.so.0.0.0
130  libORBitCosNaming-2.a
131  libORBitCosNaming-2.la
132  libORBitCosNaming-2.so
133  libORBitCosNaming-2.so.0
134  libORBitCosNaming-2.so.0.1.0
135  libname-server-2.a
136 lib/pkgconfig/
137  ORBit-2.0.pc
138  ORBit-CosNaming-2.0.pc
139  ORBit-idl-2.0.pc
140  ORBit-imodule-2.0.pc
141 share/aclocal/ORBit2.m4
142 share/idl/orbit-2.0/CosNaming.idl
143 @dir lib/orbit-2.0/idl-backends
144
145
146 [FILE:196:manifests/plist.docs]
147 share/doc/ORBit2/
148  ORBit2-orbit2-allocators.html
149  ORBit2-orbit2-small.html
150  ORBit2.devhelp
151  ORBit2.devhelp2
152  general.html
153  home.png
154  index.html
155  index.sgml
156  left.png
157  right.png
158  style.css
159  up.png
160
161
162 [FILE:355:patches/patch-Makefile.in]
163 --- Makefile.in.orig    2010-09-28 09:39:41 UTC
164 +++ Makefile.in
165 @@ -296,7 +296,7 @@ top_build_prefix = @top_build_prefix@
166  top_builddir = @top_builddir@
167  top_srcdir = @top_srcdir@
168  DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
169 -SUBDIRS = linc2 src include test docs
170 +SUBDIRS = linc2 src include docs
171  bin_SCRIPTS = orbit2-config
172  EXTRA_DIST = \
173         ORBit2.m4       \
174
175
176 [FILE:412:patches/patch-src__orb__util__Makefile.in]
177 --- src/orb/util/Makefile.in.orig       2010-09-28 09:39:40 UTC
178 +++ src/orb/util/Makefile.in
179 @@ -227,7 +227,7 @@ noinst_LTLIBRARIES = liborb-util.la
180  INCLUDES = \
181         -I$(top_srcdir)/include                         \
182         -I$(top_builddir)/include                       \
183 -       -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \
184 +       -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\"        \
185         -DORBIT2_INTERNAL_API                           \
186         $(WARN_CFLAGS)                                  \
187         $(DISABLE_DEPRECATED_CFLAGS)                    \
188
189
190 [FILE:365:patches/patch-src_orb_orb-core_orbit-typelib.c]
191 --- src/orb/orb-core/orbit-typelib.c.orig       2010-02-09 12:05:35 UTC
192 +++ src/orb/orb-core/orbit-typelib.c
193 @@ -218,6 +218,7 @@ ORBit_get_typelib_paths (void)
194         paths = g_ptr_array_sized_new (8);
195  
196         g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR));
197 +       add_if_unique(paths, "%%LOCALBASE%%", TRUE);
198  
199         if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) {
200                 char **strv;
201