index
:
freebsd-ports
2024Q1
2024Q2
2025Q1
LuaLS
main
mcwm-from-git
p5-HTTP-DAV_0.50
py-calendar-cli
py-calendar_cli
py-calendar_cli@2025Q1
py-icalendar-6.1.1@2025Q1
wp-cli
FreeBSD ports tree
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mk
/
Scripts
Age
Commit message (
Expand
)
Author
2014-05-09
- Move security-check.awk to Mk/Scripts where it is more proper these days.
Bryan Drewery
2014-05-09
- Fix regression handling files with spaces from r350006.
Bryan Drewery
2014-05-06
Let stage-qa detect .la libraries and warn that a port needs USES=libtool.
Tijl Coosemans
2014-05-04
- Ignore MTREE owned PREFIX and PREFIX/info removal for now.
Bryan Drewery
2014-05-04
- Always ignore /root/.ccache. Missed with r352918
Bryan Drewery
2014-04-24
- Fix check-stagedir causing staging violating. Quote all directory names
Bryan Drewery
2014-04-24
- Fix false-positive orphanned dir when '@unexec rmdir -p' is used.
Bryan Drewery
2014-04-24
- Refactor a bit into functions
Bryan Drewery
2014-04-24
check-plist: Don't error if GNOME_MTREE_FILE is missing, which can happen
Bryan Drewery
2014-04-23
- Handle plist containing @unexec /bin/rmdir
Antoine Brodin
2014-04-22
- Fix handling of "@comment @cwd" so it does not reset real @cwd; only
Bryan Drewery
2014-04-22
Fix directory keywords handling
Antoine Brodin
2014-04-22
- For pkg run-depends dir listing, consider deps recursively.
Bryan Drewery
2014-04-21
Fill orphans white list with files regenerated by installation scripts:
Antoine Brodin
2014-04-21
- Do not advise to strip non FreeBSD binaries [1]
Antoine Brodin
2014-04-21
- Split MTREE check into its own check
Bryan Drewery
2014-04-21
- Sort directories by Lexicographical Depth-First order (find -ds)
Bryan Drewery
2014-04-20
Fix plist_sub_sed_sort.sh when value contains spaces
Antoine Brodin
2014-04-19
- Rename check-orphans to check-plist. Keep the old for backwards-compat.
Bryan Drewery
2014-04-17
- Fix HOMEDIR handling to not exclude all directories for ports without USERS
Bryan Drewery
2014-04-17
- Document PLIST_SUB_SED= will disable PLIST_SUB hints
Bryan Drewery
2014-04-17
- Add script for handling leftover processing by poudriere/tinderbox.
Bryan Drewery
2014-04-12
Do not advise to strip ELF relocatables, usually it is harmful
Antoine Brodin
2014-04-12
Reduce the number of false positives reported by the shebang qa check
Antoine Brodin
2014-04-11
- Make shebang a warning for now, too many false-positives in files we
Bryan Drewery
2014-04-10
Allow to properly run make check-orphans and make makeplist for gnome ports
Baptiste Daroussin
2014-04-08
Rewrite the sharedmimeinfo qa check so that it doesn't produce a false
Antoine Brodin
2014-04-03
- stage-qa: Fix absolute symlink check to look at target not fully resolved
Bryan Drewery
2014-04-03
- Fix fatal checks not exiting with non-zero [1]
Bryan Drewery
2014-02-24
Remove quotes around values we get in PLIST_SUB. [1]
Mathieu Arnold
2014-02-10
Try and force people to check the plist makeplist generates.
Mathieu Arnold
2014-01-28
- Do not check for ${WRKDIR} in staged files, there are lots of false
Antoine Brodin
2014-01-28
Greatly enhance makeplist to replace all it can find in PLIST_SUB.
Mathieu Arnold
2014-01-27
Do not show orphans anymore with pkgng for .info files
Baptiste Daroussin
2014-01-09
Fix paths check from qa.sh
Antoine Brodin
2014-01-06
pkgng expect all non ascii code and '%' to be urlencoded in the comment
Baptiste Daroussin
2013-12-06
/usr/bin/nawk and /bin/csh are valid shebangs
Baptiste Daroussin
2013-11-29
Fixup makeplist for directories.
Mathieu Arnold
2013-11-23
- in qa.sh, properly work with filenames containing blank or tab,
Matthias Andree
2013-10-31
bsd.stage.mk: Fewer false positives, much faster, easier maintenance.
Matthias Andree
2013-10-20
- Add check for suid files and directories
Alex Kozlov
2013-10-19
Recommand to use STRIP_CMD to strip binaries given that it will respect the W...
Baptiste Daroussin
2013-10-11
- Fix desktopfileutils() and sharedmimeinfo() returning non-zero and causing
Bryan Drewery
2013-10-10
Add two QA tests for staged ports:
Antoine Brodin
2013-10-09
- Move dialog4ports.sh to more appropriate new directory Mk/Scripts as
Bryan Drewery
2013-10-09
First set of Q/A for staged ports.
Baptiste Daroussin