non port: Mk/Uses/charsetfix.mk |
SVNWeb
|
Number of commits found XX: 9 |
Thu, 9 Jan 2020
|
[ 13:01 swills ] 
522484 Mk/Scripts/qa.sh
522484 Mk/Uses/charsetfix.mk
522484 Mk/Uses/gnome.mk
522484 Mk/Uses/pathfix.mk
522484 Mk/bsd.port.mk
522484 Tools/scripts/sed_checked.sh
Add QA warning about useless REINPLACE_CMD
Reviewed by: mat, bdrewery, tobik
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D22174
|
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 )
|
Sun, 28 Sep 2014
|
[ 16:36 tijl ] 
369465 Mk/Uses/ada.mk
369465 Mk/Uses/autoreconf.mk
369465 Mk/Uses/bison.mk
369465 Mk/Uses/charsetfix.mk
369465 Mk/Uses/cmake.mk
369465 Mk/Uses/compiler.mk
369465 Mk/Uses/cran.mk
369465 Mk/Uses/desktop-file-utils.mk
369465 Mk/Uses/desthack.mk
369465 Mk/Uses/display.mk
(Only the first 10 of 53 ports in this commit are shown above. )
Change the way USES is handled:
- Loop over USES twice, once to define all *_ARGS variables and once to
include Uses/*.mk. This allows all Uses/*.mk to examine arguments given
to other USES entries.
- Always define *_ARGS (possibly empty) and replace commas with spaces.
Similar for _USES_POST.
Adjust all Uses/*.mk:
- defined(u_ARGS) becomes !empty(u_ARGS)
- Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g}
- Some Uses/*.mk used ":" as argument separator instead of ",", but no port
used this form
- Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which
has no effect
- Uses/twisted.mk: simplify handling of the case where neither "build" nor
"run" arguments have been specified
PR: 193931
Exp-run by: antoine
Approved by: portmgr (antoine)
|
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:02 bapt ] 
338601 Mk/Uses/charsetfix.mk
338601 Mk/Uses/pathfix.mk
338601 Mk/bsd.port.mk
Mark all targets defines in _SEQ and .ORDER has .PHONY which they all should be
If one day we are no adding a target actually correspond to an actual file,
simply adding
the name of the target to the NOTPHONY will make it work as expected
|
Fri, 3 Jan 2014
|
[ 23:45 bapt ] 
338599 Mk/Uses/charsetfix.mk
338599 Mk/bsd.port.mk
Add charsetfix-post-patch to _PATCH_SEQ
|
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
|
Thu, 20 Jun 2013
|
[ 09:57 bapt ] 
321369 Mk/Uses/ada.mk
321369 Mk/Uses/charsetfix.mk
321369 Mk/Uses/display.mk
321369 Mk/Uses/fmake.mk
321369 Mk/Uses/ncurses.mk
321369 Mk/Uses/qmail.mk
321369 Mk/Uses/readline.mk
321369 Mk/Uses/zenoss.mk
Fix svn properties
|
Mon, 18 Mar 2013
|
[ 11:40 bapt ] 
314556 Mk/Uses/charsetfix.mk
314556 converters/libiconv/Makefile
314556 converters/libiconv/files/patch-ae
314556 converters/libiconv/files/patch-libcharset::lib::config.charset
314556 converters/libiconv/pkg-plist
314556 devel/bison/Makefile
314556 devel/gettext/Makefile
314556 devel/gettext/pkg-plist
314556 devel/libunistring/Makefile
314556 devel/libvirt/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi
|
Number of commits found XX: 9 |
|
Latest Vulnerabilities |
12 vulnerabilities affecting 81 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-01-23 18:22:23
|
|