Home
last modified time | relevance | path

Searched refs:dist_bin (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/build/unix/
H A Dmozilla.in31 dist_bin="$curdir"
49 dist_bin=`/bin/pwd`
50 run_moz="$dist_bin/run-mozilla.sh"
60 dist_bin="$moz_libdir"
105 echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
107 exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
/dports/lang/spidermonkey78/firefox-78.9.0/build/unix/
H A Dmozilla.in31 dist_bin="$curdir"
49 dist_bin=`/bin/pwd`
50 run_moz="$dist_bin/run-mozilla.sh"
60 dist_bin="$moz_libdir"
105 echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
107 exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
/dports/www/firefox/firefox-99.0/build/unix/
H A Dmozilla.in31 dist_bin="$curdir"
49 dist_bin=`/bin/pwd`
50 run_moz="$dist_bin/run-mozilla.sh"
60 dist_bin="$moz_libdir"
105 echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
107 exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
/dports/mail/thunderbird/thunderbird-91.8.0/build/unix/
H A Dmozilla.in31 dist_bin="$curdir"
49 dist_bin=`/bin/pwd`
50 run_moz="$dist_bin/run-mozilla.sh"
60 dist_bin="$moz_libdir"
105 echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
107 exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
/dports/lang/spidermonkey60/firefox-60.9.0/build/unix/
H A Dmozilla.in31 dist_bin="$curdir"
49 dist_bin=`/bin/pwd`
50 run_moz="$dist_bin/run-mozilla.sh"
60 dist_bin="$moz_libdir"
105 echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
107 exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
/dports/www/firefox-legacy/firefox-52.8.0esr/build/unix/
H A Dmozilla.in31 dist_bin="$curdir"
49 dist_bin=`/bin/pwd`
50 run_moz="$dist_bin/run-mozilla.sh"
60 dist_bin="$moz_libdir"
105 echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
107 exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
/dports/sysutils/relaxconf/relaxconf-1.1.1/data/
H A Dmozilla40 MOZ_PIS_MOZBINDIR="${dist_bin}"
122 dist_bin="$curdir"
125 dist_bin="$curdir"
139 dist_bin=`pwd`
140 run_moz="${dist_bin}/run-mozilla.sh"
150 dist_bin="$moz_libdir"
151 run_moz="${dist_bin}/run-mozilla.sh"
164 if [ -x "${dist_bin}/${MOZILLA_BIN}" ]; then
165 MOZILLA_BIN="${dist_bin}/${progbase}-bin"
170 if [ -x "${dist_bin}/mozilla-xremote-client" ]; then
[all …]
H A Dfirefox40 MOZ_PIS_MOZBINDIR="${dist_bin}"
118 dist_bin="$curdir"
132 dist_bin=`pwd`
133 run_moz="${dist_bin}/run-mozilla.sh"
143 dist_bin="$moz_libdir"
144 run_moz="${dist_bin}/run-mozilla.sh"
157 if [ -x "${dist_bin}/${MOZILLA_BIN}" ]; then
158 MOZILLA_BIN="${dist_bin}/${progbase}-bin"
163 if [ -x "${dist_bin}/mozilla-xremote-client" ]; then
164 MOZ_CLIENT_PROGRAM="${dist_bin}/mozilla-xremote-client -a ${progbase}"
/dports/graphics/gmt/gmt-6.3.0/src/x2sys/
H A Dx2sys_binlist.c198 …double **data = NULL, *dist_km = NULL, *dist_bin = NULL, dist_scale, x, y, dx, del_x, del_y, y_max… in GMT_x2sys_binlist() local
296 if (Ctrl->D.active) gmt_M_free (GMT, dist_bin); in GMT_x2sys_binlist()
301 dist_bin = gmt_M_memory (GMT, NULL, B.nm_bin, double); in GMT_x2sys_binlist()
306 if (Ctrl->D.active) gmt_M_free (GMT, dist_bin); in GMT_x2sys_binlist()
313 if (Ctrl->D.active) gmt_M_free (GMT, dist_bin); in GMT_x2sys_binlist()
320 if (Ctrl->D.active) gmt_M_free (GMT, dist_bin); in GMT_x2sys_binlist()
327 if (Ctrl->D.active) gmt_M_free (GMT, dist_bin); in GMT_x2sys_binlist()
362 gmt_M_memset (dist_bin, B.nm_bin, double); in GMT_x2sys_binlist()
417 dist_bin[this_bin_index] += dist_km[row]; in GMT_x2sys_binlist()
512 out[4] = dist_bin[index]; in GMT_x2sys_binlist()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/tools/
H A Dmach_test_package_bootstrap.py104 dist_bin = os.path.join(os.path.dirname(context.package_root), 'bin')
105 if os.path.isdir(dist_bin):
106 search_paths.append(dist_bin)
/dports/www/firefox-esr/firefox-91.8.0/testing/tools/
H A Dmach_test_package_bootstrap.py143 dist_bin = os.path.join(os.path.dirname(context.package_root), "bin")
144 if os.path.isdir(dist_bin):
145 search_paths.append(dist_bin)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/tools/
H A Dmach_test_package_bootstrap.py143 dist_bin = os.path.join(os.path.dirname(context.package_root), "bin")
144 if os.path.isdir(dist_bin):
145 search_paths.append(dist_bin)
/dports/www/firefox/firefox-99.0/testing/tools/
H A Dmach_test_package_initialize.py133 dist_bin = os.path.join(os.path.dirname(context.package_root), "bin")
134 if os.path.isdir(dist_bin):
135 search_paths.append(dist_bin)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/tools/
H A Dmach_test_package_bootstrap.py138 dist_bin = os.path.join(os.path.dirname(context.package_root), 'bin')
139 if os.path.isdir(dist_bin):
140 search_paths.append(dist_bin)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/tools/
H A Dmach_test_package_bootstrap.py147 dist_bin = os.path.join(os.path.dirname(context.package_root), 'bin')
148 if os.path.isdir(dist_bin):
149 search_paths.append(dist_bin)
/dports/math/cvc3/cvc3-2.4.1/
H A DMakefile120 dist_bin: target