non port: Mk/Uses/dos2unix.mk |
SVNWeb
|
Number of commits found: 11 |
Sun, 24 Apr 2022
|
[ 10:00 Tobias C. Berner (tcberner) ] aa25396 (Only the first 10 of 118 ports in this commit are shown above. )
framework: cleanup conditional-indentations in Mk/
Run Tools/scripts/indent_make_if.pl on all of Mk.
These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible
Differential Revision: https://reviews.freebsd.org/D35024
Reviewed by: portmgr (rene, bapt)
|
[ 09:29 Rene Ladan (rene) ] 767d81e (Only the first 10 of 34 ports in this commit are shown above. )
Mk: release portmgr maintainership of most USES files
Differential Revision: https://reviews.freebsd.org/D34936
Reviewed by: desktop (tcberner), portmgr (tcberner), ruby (yasu), tijl
|
Tue, 6 Apr 2021
|
[ 14:27 Mathieu Arnold (mat) ] 5d33e04 (Only the first 10 of 224 ports in this commit are shown above. )
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
|
Fri, 14 Sep 2018
|
[ 18:27 tobik ]
Be more strict and let USES=dos2unix accept no arguments
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D17133
|
Fri, 11 Mar 2016
|
[ 10:39 jbeich ]
Allow overriding WRKSRC for USES=dos2unix
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D5607
|
Mon, 17 Aug 2015
|
[ 13:31 mat ] (Only the first 10 of 17 ports in this commit are shown above. )
Rewrite the target ordering code.
The targets now have priority assigned to them, and, when the dependency
ordering magic is done at the end of bsd.port.mk, they are sorted
according to their priority.
This allows USES to add targets easily and have them run whenever they
want without touching bsd.port.mk.
To add a target that runs just before post-configure run, do:
_USES_configure+= 695:my-post-configure
my-post-configure:
do something
(Only the first 15 lines of the commit message are shown above )
|
Sat, 15 Mar 2014
|
[ 10:31 gerald ] (Only the first 10 of 47 ports in this commit are shown above. )
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent.
Approved by: portmgr (bapt)
|
Sat, 4 Jan 2014
|
[ 00:26 bapt ]
Properly add targets to the sequence they belong to, that now makes them
predictable
|
Wed, 20 Nov 2013
|
[ 07:29 bapt ]
Mark some targets .PHONY
|
Tue, 19 Nov 2013
|
[ 23:25 rene ]
Fix a typo in the DOS2UNIX_GLOB case (SRCSRC -> WRKSRC)
Approved by: portmgr (bapt)
|
Mon, 18 Nov 2013
|
[ 12:58 bapt ]
New USES=dos2unix
It is intended to replace USE_DOS2UNIX
By default it convert all the source files
Use:
DOS2UNIX_FILES= <a list of files>
to convert files relative to ${WRKSRC} (globs allowed)
DOS2UNIX_REGEX= <a regex>
To convert files matching the regex (using find -R -iregex)
DOS2UNIX_GLOB= <a glob pattern>
To convert files matching the glob pattern (using find -name)
|
Number of commits found: 11 |