non port: Mk/Scripts/do-patch.sh |
SVNWeb
|
Number of commits found XX: 9 |
Wed, 11 Nov 2020
|
[ 13:29 mat ] 
554893 Mk/Scripts/check-desktop-entries.sh
554893 Mk/Scripts/check-stagedir.sh
554893 Mk/Scripts/check-vulnerable.sh
554893 Mk/Scripts/check_leftovers.sh
554893 Mk/Scripts/checksum.sh
554893 Mk/Scripts/create-manifest.sh
554893 Mk/Scripts/depends-list.sh
554893 Mk/Scripts/desktop-categories.sh
554893 Mk/Scripts/dialog4ports.sh
554893 Mk/Scripts/do-depends.sh
(Only the first 10 of 22 ports in this commit are shown above. )
Add set pipefail in most framework scripts.
set pipefail changes the pipeline return status from being the return
status of the last command to the last non 0 exit status of any command
in the pipeline. This is needed to make sure all the commands in a
pipeline did actually return a non 0 status and not only the last one.
PR: 250723
Exp-run by: antoine
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D27007
|
Thu, 5 Nov 2020
|
[ 16:51 mat ] 
554142 Mk/Scripts/check-desktop-entries.sh
554142 Mk/Scripts/check-stagedir.sh
554142 Mk/Scripts/check-vulnerable.sh
554142 Mk/Scripts/check_leftovers.sh
554142 Mk/Scripts/checksum.sh
554142 Mk/Scripts/create-manifest.sh
554142 Mk/Scripts/depends-list.sh
554142 Mk/Scripts/desktop-categories.sh
554142 Mk/Scripts/dialog4ports.sh
554142 Mk/Scripts/do-depends.sh
(Only the first 10 of 22 ports in this commit are shown above. )
Backout r554139.
|
[ 16:42 mat ] 
554139 Mk/Scripts/check-desktop-entries.sh
554139 Mk/Scripts/check-stagedir.sh
554139 Mk/Scripts/check-vulnerable.sh
554139 Mk/Scripts/check_leftovers.sh
554139 Mk/Scripts/checksum.sh
554139 Mk/Scripts/create-manifest.sh
554139 Mk/Scripts/depends-list.sh
554139 Mk/Scripts/desktop-categories.sh
554139 Mk/Scripts/dialog4ports.sh
554139 Mk/Scripts/do-depends.sh
(Only the first 10 of 22 ports in this commit are shown above. )
Add set pipefail in most framework scripts.
set pipefail changes the pipeline return status from being the return
status of the last command to the last non 0 exit status of any command
in the pipeline. This is needed to make sure all the commands in a
pipeline did actually return a non 0 status and not only the last one.
|
Thu, 14 May 2020
|
[ 14:33 mat ] 
535241 CHANGES
535241 Mk/Scripts/do-patch.sh
535241 Mk/bsd.port.mk
Add PATCH_CONTINUE_ON_FAIL to allow patching to go through all the
patches even if one fail.
This helps when upgrading ports with a large number of patches, like
www/chromium where having to fix one patch, re-do the patching, fix the
fallout, 800 times, is really painful.
This fixes the first attempt at this which would make ports with
multiple patches patching one file somewhat explode.
|
Thu, 30 Apr 2020
|
[ 14:48 mat ] 
533459 Mk/Scripts/do-patch.sh
When one patch fails, continue with appling patches.
This makes the process of make patch, fix fallout, make makepatch much
easier as only one iteration is required.
While there, refactor things around, and streamline messages passed
between functions.
PR: 244626
Reported by: cem
|
[ 14:48 mat ] 
533458 Mk/Scripts/do-patch.sh
Lower case local variable.
|
Thu, 25 Jan 2018
|
[ 09:12 mat ] 
459915 CHANGES
459915 Mk/Scripts/do-patch.sh
459915 Mk/bsd.port.mk
Add support to passing directories to EXTRA_PATCHES.
Instead of:
EXTRA_PATCHES= ${PATCHDIR}/feat-foo-patch-file.c \
${PATCHDIR}/feat-foo-patch-file.h \
${PATCHDIR}/feat-foo-patch-file2.c
Move those files to ${PATCHDIR}/feat-foo/, name them patch-*, and set:
EXTRA_PATCHES= ${PATCHDIR}/feat-foo
Approved by: bdrewery
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10855
|
Mon, 16 Jan 2017
|
[ 16:47 mat ] 
431681 CHANGES
431681 Mk/Scripts/do-patch.sh
431681 Mk/bsd.port.mk
Implement EXTRA_PATCH_TREE.
PR: 215726
Reported by: julian
|
[ 16:47 mat ] 
431680 CHANGES
431680 Mk/Scripts/do-patch.sh
431680 Mk/bsd.port.mk
431680 chinese/mutt/Makefile
431680 devel/gdb/Makefile
431680 games/cake/Makefile
431680 graphics/xv/Makefile
431680 japanese/mutt-devel/Makefile
431680 lang/smlnj/Makefile
431680 mail/mutt/Makefile
(Only the first 10 of 16 ports in this commit are shown above. )
Extract do-patch into a separate script.
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029
|
Number of commits found XX: 9 |