Home
last modified time | relevance | path

Searched refs:patches_dir (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/brz/breezy-3.2.0/breezy/plugins/quilt/
H A Dwrapper.py70 if patches_dir is not None:
71 env["QUILT_PATCHES"] = patches_dir
111 working_dir, patches_dir=None, series_file=None, quiet=None, argument
126 patches_dir=patches_dir, series_file=series_file, quiet=quiet)
139 patches_dir=patches_dir, series_file=series_file, quiet=quiet)
157 patches_dir=patches_dir, series_file=series_file, quiet=quiet)
178 patches_dir=patches_dir, series_file=series_file, quiet=quiet)
196 patches_dir=patches_dir, series_file=series_file)
228 if patches_dir is None:
233 working_dir=working_dir, patches_dir=patches_dir,
[all …]
H A Dquilt.py32 def __init__(self, tree, patches_dir=None, series_file=None): argument
34 if patches_dir is None:
39 patches_dir = wrapper.DEFAULT_PATCHES_DIR
40 self.patches_dir = patches_dir
48 self.series_path = os.path.join(self.patches_dir, self.series_file)
70 self.tree.basedir, self.patches_dir, self.series_file)
74 self.tree.basedir, patches_dir=self.patches_dir,
80 self.tree.basedir, patches_dir=self.patches_dir,
86 self.tree.basedir, patch, patches_dir=self.patches_dir,
92 self.tree.basedir, patch, patches_dir=self.patches_dir,
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/external/llvm/
H A Dapply_patches.py36 patches_dir = os.path.join(args.patches_dir, ver_dir)
38 ext_patches = os.path.join(patches_dir, 'patches_external')
45 rel_path = os.path.relpath(patch_path.path, args.patches_dir)
111 patches_dir = os.listdir(args.patches_dir) variable
112 ver_to_dir = [(Version(v), v) for v in patches_dir]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/tools/scripts/
H A Dversion_resolver.py132 patches_dir = os.path.join(upstream_src_dir, 'patches')
133 if os.path.isdir(patches_dir):
134 shutil.rmtree(patches_dir)
135 os.mkdir(patches_dir)
138 print('-- preparing patches to ' + patches_dir + ' --')
139 subprocess.call(['git', 'format-patch', '-q', '-o', patches_dir, base_sha1])
141 os.chdir(patches_dir)
/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Drun_mem_test29 local patches_dir="${dir}/patches"
31 find "${patches_dir}" \
H A Drun_stress_test60 patches_dir="${out_dir}/patches"
74 local patch="${patches_dir}/${file1}.patch"
103 local bsdiff_patch="${patches_dir}/${file1}.bsdiff_patch"
/dports/net/rsync/rsync-3.2.3/packaging/
H A Dpatch-update27 if not os.path.isdir(args.patches_dir):
32 …branch, args.base_branch = check_git_state(args.base_branch, not args.skip_check, args.patches_dir)
239 args.gen = args.patches_dir
241 args.patches_dir = args.gen
/dports/devel/opencl-clang/opencl-clang-13.0.0/cmake/modules/
H A DCMakeFunctions.cmake89 # Then all patches from the `patches_dir` are committed to the `target_branch`.
92 function(apply_patches repo_dir patches_dir base_revision target_branch)
93 file(GLOB patches ${patches_dir}/*.patch)
95 message(STATUS "[OPENCL-CLANG] No patches in ${patches_dir}")
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/cmake/
H A Dspirv.cmake10 # Then all patches from the `patches_dir` are committed to the `target_branch`.
13 function(apply_patches repo_dir patches_dir base_revision target_branch)
14 file(GLOB patches ${patches_dir}/*.patch)
16 message(STATUS "No patches in ${patches_dir}")
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/devel/avr-gcc/gcc-10.2.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/lang/gnat_util/gcc-6-20180516/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/lang/gcc48/gcc-4.8.5/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/devel/mingw32-gcc/gcc-4.8.1/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/devel/riscv64-gcc/gcc-8.3.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/lang/gcc10/gcc-10.3.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/lang/gcc8/gcc-8.5.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/contrib/
H A Dprepare_patch.sh24 prepare_patch.sh <source_dir> [patches_dir]

123