- 26 Apr, 2021 6 commits
-
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
Save the triggers for later execution pkg triggers will run them
-
Baptiste Daroussin authored
When a remote repo reports multiple time the same package which could happen in case the same package do exist with multiple extension or hash Deduplicate the dependency loading chaing to avoir useless warning
-
- 24 Apr, 2021 3 commits
-
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
capsicum sandbox prevent opening a file if an element in its path is an absolute symlinks to a directory. Another benefit is we can now use the pkg.exec within scripts
-
Mateusz Piotrowski authored
This documents the changes introduced in 25943330 as requested in issue #1116.
-
- 13 Apr, 2021 2 commits
-
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
- 28 Mar, 2021 7 commits
-
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
This enables the triggers to run scripts using most of the pkg.* functions
-
Baptiste Daroussin authored
It it useful to run pkg.exec for example
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
- 27 Mar, 2021 1 commit
-
-
Baptiste Daroussin authored
-
- 26 Mar, 2021 9 commits
-
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
while here: update manpage after the removal of @*exec
-
Baptiste Daroussin authored
@*exec will now on be directly implemented in the ports tree
-
Baptiste Daroussin authored
-
- 25 Mar, 2021 3 commits
-
-
Baptiste Daroussin authored
-
Baptiste Daroussin authored
for historical reason +DISPLAY was parsed first to ensure it takes precedence over any message in the +MANIFEST to avoid the message to be overriden later. Since the messages has been switch to ucl files, all messages are appended so there is no needed anymore for this backward compat. Moreover it was preventing the variable expansions to happen because the pkg structure was not yet defined
-
Derek Schrock authored
When processing the right side of a two compare the sign could be improperly set to the left side sign varible when using <= >= or ==.
-
- 18 Mar, 2021 9 commits
-
-
Alex Richardson authored
Clang11 supports the flag.
-
Alex Richardson authored
-
Alex Richardson authored
Needs to be part of the same shell command
-
Alex Richardson authored
-
Alex Richardson authored
This should help find uninitialized variables. Not enabled on FreeBSD yet since I'm not sure if the FreeBSD11 Clang is new enough.
-
Alex Richardson authored
There are some additional UBSan warnings with newer Clang that need to be fixed first.
-
Alex Richardson authored
-
Alex Richardson authored
If p->prefix is empty, we end up using -1 as the index.
-
Alex Richardson authored
-