Home
last modified time | relevance | path

Searched refs:postflight (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/
H A DcmCPackPackageMakerGenerator.cxx84 cmValue postflight = this->GetOption("CPACK_POSTFLIGHT_SCRIPT"); in PackageFiles() local
101 if (!postflight) { in PackageFiles()
115 if (postflight) { in PackageFiles()
116 this->CopyInstallScript(resDir, postflight, "postflight"); in PackageFiles()
121 } else if (postflight) { in PackageFiles()
155 this->CopyInstallScript(resourceDir, postflight, "postflight"); in PackageFiles()
H A DcmCPackProductBuildGenerator.cxx178 cmValue postflight = this->GetComponentScript("POSTFLIGHT", comp_name); in GenerateComponentPackage() local
200 if (postflight) { in GenerateComponentPackage()
201 this->CopyInstallScript(scriptDir, postflight, "postinstall"); in GenerateComponentPackage()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/
H A DcmCPackPackageMakerGenerator.cxx84 cmValue postflight = this->GetOption("CPACK_POSTFLIGHT_SCRIPT"); in PackageFiles() local
101 if (!postflight) { in PackageFiles()
115 if (postflight) { in PackageFiles()
116 this->CopyInstallScript(resDir, postflight, "postflight"); in PackageFiles()
121 } else if (postflight) { in PackageFiles()
155 this->CopyInstallScript(resourceDir, postflight, "postflight"); in PackageFiles()
H A DcmCPackProductBuildGenerator.cxx178 cmValue postflight = this->GetComponentScript("POSTFLIGHT", comp_name); in GenerateComponentPackage() local
200 if (postflight) { in GenerateComponentPackage()
201 this->CopyInstallScript(scriptDir, postflight, "postinstall"); in GenerateComponentPackage()
/dports/devel/cmake/cmake-3.22.1/Source/CPack/
H A DcmCPackPackageMakerGenerator.cxx84 cmValue postflight = this->GetOption("CPACK_POSTFLIGHT_SCRIPT"); in PackageFiles() local
101 if (!postflight) { in PackageFiles()
115 if (postflight) { in PackageFiles()
116 this->CopyInstallScript(resDir, postflight, "postflight"); in PackageFiles()
121 } else if (postflight) { in PackageFiles()
155 this->CopyInstallScript(resourceDir, postflight, "postflight"); in PackageFiles()
H A DcmCPackProductBuildGenerator.cxx178 cmValue postflight = this->GetComponentScript("POSTFLIGHT", comp_name); in GenerateComponentPackage() local
200 if (postflight) { in GenerateComponentPackage()
201 this->CopyInstallScript(scriptDir, postflight, "postinstall"); in GenerateComponentPackage()
/dports/devel/allegro/allegro-4.4.3.1/misc/
H A Dmkpkg.sh154 postflight=${packagefile}/Contents/Resources/postflight
155 cat > $postflight << EOF
176 chmod a+x $postflight
/dports/databases/grass7/grass-7.8.6/macosx/
H A DMakefile60 pkg/resources/postflight.in > dist/resources/postflight
61 -chmod a+rx dist/resources/postflight
/dports/databases/py-gdbm/Python-3.8.12/Mac/BuildScript/
H A Dbuild-installer.py449 postflight="scripts/postflight.framework",
487 postflight="scripts/postflight.documentation",
503 postflight="scripts/postflight.patch-profile",
516 postflight="scripts/postflight.ensurepip",
1442 postflight = recipe.get('postflight')
1464 if postflight is not None:
1465 postflight = os.path.abspath(postflight)
1487 if postflight is not None:
1488 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python310/Python-3.10.1/Mac/BuildScript/
H A Dbuild-installer.py421 postflight="scripts/postflight.framework",
459 postflight="scripts/postflight.documentation",
475 postflight="scripts/postflight.patch-profile",
488 postflight="scripts/postflight.ensurepip",
1416 postflight = recipe.get('postflight')
1438 if postflight is not None:
1439 postflight = os.path.abspath(postflight)
1461 if postflight is not None:
1462 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python37/Python-3.7.12/Mac/BuildScript/
H A Dbuild-installer.py401 postflight="scripts/postflight.framework",
439 postflight="scripts/postflight.documentation",
455 postflight="scripts/postflight.patch-profile",
468 postflight="scripts/postflight.ensurepip",
1397 postflight = recipe.get('postflight')
1419 if postflight is not None:
1420 postflight = os.path.abspath(postflight)
1442 if postflight is not None:
1443 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python311/Python-3.11.0a3/Mac/BuildScript/
H A Dbuild-installer.py421 postflight="scripts/postflight.framework",
459 postflight="scripts/postflight.documentation",
475 postflight="scripts/postflight.patch-profile",
488 postflight="scripts/postflight.ensurepip",
1420 postflight = recipe.get('postflight')
1442 if postflight is not None:
1443 postflight = os.path.abspath(postflight)
1465 if postflight is not None:
1466 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python-tools/Python-3.8.12/Mac/BuildScript/
H A Dbuild-installer.py449 postflight="scripts/postflight.framework",
487 postflight="scripts/postflight.documentation",
503 postflight="scripts/postflight.patch-profile",
516 postflight="scripts/postflight.ensurepip",
1442 postflight = recipe.get('postflight')
1464 if postflight is not None:
1465 postflight = os.path.abspath(postflight)
1487 if postflight is not None:
1488 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python27/Python-2.7.18/Mac/BuildScript/
H A Dbuild-installer.py405 postflight="scripts/postflight.framework",
443 postflight="scripts/postflight.documentation",
459 postflight="scripts/postflight.patch-profile",
472 postflight="scripts/postflight.ensurepip",
1356 postflight = recipe.get('postflight')
1378 if postflight is not None:
1379 postflight = os.path.abspath(postflight)
1401 if postflight is not None:
1402 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python-legacy/Python-2.7.18/Mac/BuildScript/
H A Dbuild-installer.py405 postflight="scripts/postflight.framework",
443 postflight="scripts/postflight.documentation",
459 postflight="scripts/postflight.patch-profile",
472 postflight="scripts/postflight.ensurepip",
1356 postflight = recipe.get('postflight')
1378 if postflight is not None:
1379 postflight = os.path.abspath(postflight)
1401 if postflight is not None:
1402 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python39/Python-3.9.9/Mac/BuildScript/
H A Dbuild-installer.py410 postflight="scripts/postflight.framework",
448 postflight="scripts/postflight.documentation",
464 postflight="scripts/postflight.patch-profile",
477 postflight="scripts/postflight.ensurepip",
1403 postflight = recipe.get('postflight')
1425 if postflight is not None:
1426 postflight = os.path.abspath(postflight)
1448 if postflight is not None:
1449 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/lang/python38/Python-3.8.12/Mac/BuildScript/
H A Dbuild-installer.py449 postflight="scripts/postflight.framework",
487 postflight="scripts/postflight.documentation",
503 postflight="scripts/postflight.patch-profile",
516 postflight="scripts/postflight.ensurepip",
1442 postflight = recipe.get('postflight')
1464 if postflight is not None:
1465 postflight = os.path.abspath(postflight)
1487 if postflight is not None:
1488 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/databases/py-sqlite3/Python-3.8.12/Mac/BuildScript/
H A Dbuild-installer.py449 postflight="scripts/postflight.framework",
487 postflight="scripts/postflight.documentation",
503 postflight="scripts/postflight.patch-profile",
516 postflight="scripts/postflight.ensurepip",
1442 postflight = recipe.get('postflight')
1464 if postflight is not None:
1465 postflight = os.path.abspath(postflight)
1487 if postflight is not None:
1488 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Mac/BuildScript/
H A Dbuild-installer.py449 postflight="scripts/postflight.framework",
487 postflight="scripts/postflight.documentation",
503 postflight="scripts/postflight.patch-profile",
516 postflight="scripts/postflight.ensurepip",
1442 postflight = recipe.get('postflight')
1464 if postflight is not None:
1465 postflight = os.path.abspath(postflight)
1487 if postflight is not None:
1488 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
/dports/www/firefox-legacy/firefox-52.8.0esr/
H A Dclient.mk287 configure realbuild preflight postflight $(OBJDIR_TARGETS)::
427 realbuild postflight::
431 …$(MAKE) -f $(TOPSRCDIR)/$$mkfile postflight TOPSRCDIR=$(TOPSRCDIR) OBJDIR=$(OBJDIR) MOZ_OBJDIR=$(M…
491 postflight \
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/platforms/osx/
H A DMakefile.in60 PACKAGE_RESOURCES:=ReadMe.html postflight preupgrade
61 PACKAGE_XRESOURCES:=postflight preupgrade
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/platforms/osx/
H A DMakefile.in60 PACKAGE_RESOURCES:=ReadMe.html postflight preupgrade
61 PACKAGE_XRESOURCES:=postflight preupgrade
/dports/sysutils/bacula11-client/bacula-11.0.5/platforms/osx/
H A DMakefile.in60 PACKAGE_RESOURCES:=ReadMe.html postflight preupgrade
61 PACKAGE_XRESOURCES:=postflight preupgrade
/dports/sysutils/bacula11-server/bacula-11.0.5/platforms/osx/
H A DMakefile.in60 PACKAGE_RESOURCES:=ReadMe.html postflight preupgrade
61 PACKAGE_XRESOURCES:=postflight preupgrade
/dports/sysutils/bacula11-client-static/bacula-11.0.5/platforms/osx/
H A DMakefile.in60 PACKAGE_RESOURCES:=ReadMe.html postflight preupgrade
61 PACKAGE_XRESOURCES:=postflight preupgrade

123