[Bug 207895] make package is a no-op if ${PACKAGES} doesn't exist

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 12 01:43:29 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207895

--- Comment #10 from darius at dons.net.au ---
(In reply to Mathieu Arnold from comment #7)
That patch will only copy/link to the port directory - I don't want that :)

I just noticed this code..

do-package: ${TMPPLIST}
        @if [ -d ${PACKAGES} ]; then \
                if [ ! -d ${PKGREPOSITORY} ]; then \
                        if ! ${MKDIR} ${PKGREPOSITORY}; then \
                                ${ECHO_MSG} "=> Can't create directory
${PKGREPOSITORY}."; \
                                exit 1; \
                        fi; \
                fi; \
        fi

I tried replacing the first -d with -n but it doesn't DTRT - I don't know why
though :(

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list