non port: Mk/Uses/dos2unix.mk |
SVNWeb
|
Number of commits found XX: 8 |
Fri, 14 Sep 2018
|
[ 18:27 tobik ] 
479778 Mk/Uses/dos2unix.mk
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 ] 
410819 Mk/Uses/dos2unix.mk
Allow overriding WRKSRC for USES=dos2unix
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D5607
|
Mon, 17 Aug 2015
|
[ 13:31 mat ] 
394503 Mk/Uses/autoreconf.mk
394503 Mk/Uses/charsetfix.mk
394503 Mk/Uses/cran.mk
394503 Mk/Uses/display.mk
394503 Mk/Uses/dos2unix.mk
394503 Mk/Uses/erlang.mk
394503 Mk/Uses/kmod.mk
394503 Mk/Uses/libtool.mk
394503 Mk/Uses/ncurses.mk
394503 Mk/Uses/pathfix.mk
(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 ] 
348308 Mk/Uses/ada.mk
348308 Mk/Uses/bison.mk
348308 Mk/Uses/charsetfix.mk
348308 Mk/Uses/cmake.mk
348308 Mk/Uses/compiler.mk
348308 Mk/Uses/cran.mk
348308 Mk/Uses/desktop-file-utils.mk
348308 Mk/Uses/desthack.mk
348308 Mk/Uses/display.mk
348308 Mk/Uses/dos2unix.mk
(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 ] 
338605 Mk/Uses/desktop-file-utils.mk
338605 Mk/Uses/dos2unix.mk
338605 Mk/Uses/kmod.mk
338605 Mk/Uses/shared-mime-info.mk
338605 Mk/Uses/shebangfix.mk
338605 Mk/Uses/webplugin.mk
338605 Mk/bsd.port.mk
Properly add targets to the sequence they belong to, that now makes them
predictable
|
Wed, 20 Nov 2013
|
[ 07:29 bapt ] 
334392 Mk/Uses/charsetfix.mk
334392 Mk/Uses/desktop-file-utils.mk
334392 Mk/Uses/display.mk
334392 Mk/Uses/dos2unix.mk
334392 Mk/Uses/kmod.mk
334392 Mk/Uses/pathfix.mk
334392 Mk/Uses/shared-mime-info.mk
334392 Mk/Uses/shebangfix.mk
334392 Mk/Uses/webplugin.mk
Mark some targets .PHONY
|
Tue, 19 Nov 2013
|
[ 23:25 rene ] 
334364 Mk/Uses/dos2unix.mk
Fix a typo in the DOS2UNIX_GLOB case (SRCSRC -> WRKSRC)
Approved by: portmgr (bapt)
|
Mon, 18 Nov 2013
|
[ 12:58 bapt ] 
334181 Mk/Uses/dos2unix.mk
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 XX: 8 |