1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/Mk/Scripts
Bryan Drewery e380c31a46 - %D is based on @cwd, not PREFIX; Fix false-postives when using pkg_install
and @cwd has changed away from PREFIX:

    plist:
      @cwd /
      @dirrmtry var/spool/dma

    ====> Checking for pkg-plist issues (check-plist)
    ===> Parsing plist
    DIR '/usr/local/etc/dma' CWD: /usr/local
    DIR '/usr/local/var/spool/dma' CWD:
    DIR 'share/licenses/dma-v0.9,1' CWD: /usr/local
    DIR '/usr/local/share/licenses' CWD: /usr/local
    ===> Checking for items in STAGEDIR missing from pkg-plist
    Error: Orphaned: @unexec rmdir "/var/spool/dma" >/dev/null 2>&1 || :
    ===> Checking for directories owned by MTREEs
    ===> Checking for directories handled by dependencies
    ===> Checking for items in pkg-plist which are not in STAGEDIR
    Error: Missing: @dirrmtry var/spool/dma
    ===> Error: Plist issues found.

With hat:	portmgr
Reported by:	erwin
2014-05-18 01:51:43 +00:00
..
check_leftovers.sh - Always ignore /root/.ccache. Missed with r352918 2014-05-04 03:08:38 +00:00
check-stagedir.sh - %D is based on @cwd, not PREFIX; Fix false-postives when using pkg_install 2014-05-18 01:51:43 +00:00
dialog4ports.sh
pkgencode.awk
plist_sub_sed_sort.sh Fix plist_sub_sed_sort.sh when value contains spaces 2014-04-20 23:47:25 +00:00
qa.sh - Fix regression handling files with spaces from r350006. 2014-05-09 22:29:30 +00:00
security-check.awk - Move security-check.awk to Mk/Scripts where it is more proper these days. 2014-05-09 22:35:50 +00:00