svn commit: r542249 - in head: devel/msgpack math/calc security/gnupg security/gnupg1 sysutils/z

Adam Weinberger adamw at adamw.org
Thu Jul 16 22:42:04 UTC 2020


> On Jul 16, 2020, at 08:09, Mateusz Piotrowski <0mp at freebsd.org> wrote:
> 
> Hi Adam!
> 
>> On 7/15/20 9:28 AM, Adam Weinberger wrote:
>> Author: adamw
>> Date: Wed Jul 15 07:28:28 2020
>> New Revision: 542249
>> URL: https://svnweb.freebsd.org/changeset/ports/542249
>> 
>> Log:
>>  Unmute some build commands
>> 
>> Modified:
>>  head/devel/msgpack/Makefile
>>  head/math/calc/Makefile
>>  head/security/gnupg/Makefile
>>  head/security/gnupg1/Makefile
>>  head/sysutils/z/Makefile
> ...
>> Modified: head/sysutils/z/Makefile
>> ==============================================================================
>> --- head/sysutils/z/Makefile    Wed Jul 15 07:26:57 2020    (r542248)
>> +++ head/sysutils/z/Makefile    Wed Jul 15 07:28:28 2020    (r542249)
>> @@ -21,7 +21,7 @@ PLIST_FILES=    ${DATADIR_REL}/z.sh \
>>        man/man1/z.1.gz
>> 
>> do-install:
>> -    @${MKDIR} ${STAGEDIR}${DATADIR}
>> +    ${MKDIR} ${STAGEDIR}${DATADIR}
> 
> Why would you unmute ${MKDIR} invocations?

I already explained this in response to Alexey. There is no reason to hide commands. That was something that made sense 20 years ago when that arbitrary practice was set. There is literally nothing to gain from hiding commands.

# Adam


—
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the svn-ports-all mailing list